Page 6 of 24 FirstFirst ... 4567816 ... LastLast
Results 126 to 150 of 583

Thread: Smurg's ChinHunter

  1. #126
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Derekledford View Post
    But noobs like me cant figure out how to use it D: SOMEONE PLEASE HELP
    Just go to tutorial island and read some of the the beginner tuts. The idea is that you're forced to learn a teenie weenie bit about scripting before you can use the script.

  2. #127
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fixed it and seems to work fine. However when there's someone else within my traps, it sometimes goes to dismantle/lay their traps. Is there a way to fix this?

  3. #128
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by PorygonX View Post
    Fixed it and seems to work fine. However when there's someone else within my traps, it sometimes goes to dismantle/lay their traps. Is there a way to fix this?
    no theres not simba runs using colors not coordinates so it cannot identify thats why in the instructions its says start near nobody

  4. #129
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Depending on your startup pattern, i might try to recognize the pattern, put it in some arrays, and be able to blackout others, and reset yours if they disappear.
    I'm back

  5. #130
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (400:3): Unknown identifier 'ClearRSCanvas' at line 399
    Compiling failed.
    help plz some1

  6. #131
    Join Date
    Jan 2012
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobydesma View Post
    [Error] (400:3): Unknown identifier 'ClearRSCanvas' at line 399
    Compiling failed.
    help plz some1
    Replace line 399 and 431
    With
    Simba Code:
    Smart_ClearCanvas;

  7. #132
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Impy View Post
    no theres not simba runs using colors not coordinates so it cannot identify thats why in the instructions its says start near nobody
    Oh alright thanks. Finding a world with no people is very easy compared to when I got my hunter cape.

    Made 3mil in chins today, very pleased

  8. #133
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do I fix this? I get it on every script.

    Exception in Script: Unable to find file 'SRL/SRL.SIMBA' used from ''
    Exception in Script: Unable to find file 'SRL/SRL.SIMBA' used from ''

  9. #134
    Join Date
    Jan 2012
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    script works pretty good m8 good job

  10. #135
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by sunkist0 View Post
    How do I fix this? I get it on every script.

    Exception in Script: Unable to find file 'SRL/SRL.SIMBA' used from ''
    Exception in Script: Unable to find file 'SRL/SRL.SIMBA' used from ''
    Auto-download SRL from the toolbar.
    I'm back

  11. #136
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont have a folder in C:/Simba/Includes/*there is no "SI", where do i get it?

    also im getting this


    Exception in Script: Unable to find file 'SI/MAIN.SIMBA' used from ''
    Last edited by Promox; 01-24-2012 at 04:01 AM.

  12. #137
    Join Date
    Jan 2012
    Posts
    216
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Promox View Post
    i dont have a fodler in C:/Simba/Includes/*there is no "SI", where do i get it?

    Make the folder.

  13. #138
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i fix the error


    Exception in Script: Unable to find file 'SI/MAIN.SIMBA' used from ''

  14. #139
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Promox View Post
    how do i fix the error


    Exception in Script: Unable to find file 'SI/MAIN.SIMBA' used from ''
    Read what people posted for you, or anything else in the thread.
    I'm back

  15. #140
    Join Date
    Dec 2011
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    if theres no folder called SI then just make one

    EDIT: can someone help me with this

    Error: Exception: "" is an invalid integer at line 117
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    i dont think this error was one of the deliberate ones, know whats wrong?

    its with this line
    Chin_Price := StrToInt(GetNumbers(Between('<td class="price">', '<', Getpage('http://itemdb-rs.runescape.com/results.ws?query=Red Chinchompa'))))
    Else Begin
    Chin_Price := StrToInt(GetNumbers(Between('<td class="price">', '<', Between('?obj=10033">Chinchompa</a>', '</tr>', Getpage('http://itemdb-rs.runescape.com/results.ws?query=Chinchompa')))));
    End;
    Last edited by Synikk; 01-24-2012 at 04:36 AM.

  16. #141
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i MADE a folder called "SI", but it doesnt fix there error, and ive been looking through the posts on here and i dont really understand it :b

  17. #142
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Synikk View Post
    if theres no folder called SI then just make one

    EDIT: can someone help me with this

    Error: Exception: "" is an invalid integer at line 117
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    i dont think this error was one of the deliberate ones, know whats wrong?

    its with this line
    Chin_Price := StrToInt(GetNumbers(Between('<td class="price">', '<', Getpage('http://itemdb-rs.runescape.com/results.ws?query=Red Chinchompa'))))
    Else Begin
    Chin_Price := StrToInt(GetNumbers(Between('<td class="price">', '<', Between('?obj=10033">Chinchompa</a>', '</tr>', Getpage('http://itemdb-rs.runescape.com/results.ws?query=Chinchompa')))));
    End;
    Just rerun it. Your internet skipped a beat or something and the page didn't load. I should make a failsafe for it and set it to 0 if it doesn't find anything.
    I'm back

  18. #143
    Join Date
    Dec 2011
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    its happening every time i run it though, what can i do to simply not include it?


    EDIT: @promox ok go to your simba folder then go to includes, make sure that the si folder is there. Then come back to this thread, go to the first page and download main.simba and put that in the si folder that you made then run the script
    Last edited by Synikk; 01-24-2012 at 04:53 AM.

  19. #144
    Join Date
    Dec 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ClearRSCanvas(SMART_Canvas.canvas); cannot find

    FAKE AND GAY

  20. #145
    Join Date
    Dec 2011
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Derekledford View Post
    ClearRSCanvas(SMART_Canvas.canvas); cannot find

    FAKE AND GAY
    how about reading the OP. He says he wants people to try and fix the 2 errors so that they actually earn the script instead of being mindless retards like you and crying about ctrl c and ctrl v not working


    EDIT also dont know whats wrong but i constantly get this error
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1
    Chin Slot: 0
    Total Colors: -1
    Total Arrays: -1


    EDIT: only compiles for grey chins, Red chins has an error finding the price and its not my internet. Tried it about 20 times
    EDIT2: ps grey chins also not working, they output the array error above
    Last edited by Synikk; 01-24-2012 at 05:12 AM.

  21. #146
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Derekledford View Post
    ClearRSCanvas(SMART_Canvas.canvas); cannot find

    FAKE AND GAY
    Your mom is fake and gay.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  22. #147
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Derekledford View Post
    ClearRSCanvas(SMART_Canvas.canvas); cannot find

    FAKE AND GAY
    ur mad cause you leech....there are about 15 posts telling you how to fi this dam error....L2R before you make dumbass posts


    on another not it loots the chins but wont reset boxes nemore not sure why it was working fine last night but now it wont set up boxes
    Last edited by l337murd3r; 01-24-2012 at 04:47 PM.

  23. #148
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by l337murd3r View Post
    ur mad cause you leech....there are about 15 posts telling you how to fi this dam error....L2R before you make dumbass posts


    on another not it loots the chins but wont reset boxes nemore not sure why it was working fine last night but now it wont set up boxes
    I like how you tell him to re-read the thread and I have already posted the answer to your question in the thread already.

    leech on leech brawls; this is getting good.
    I'm back

  24. #149
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Smurg to get it to pick up on others trap make it read out of the CB
    Simba Code:
    If InChat('not your trap') then
    so when it goes to click on the trap it will read that and go NO! then you could do some with that :P Like make it not place there or move places :P or hop world I don't know :P
    Mat
    (not sure if you are using this already haven't checked Prob should tbh:P)



    ^^

  25. #150
    Join Date
    Dec 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by smurg View Post
    I like how you tell him to re-read the thread and I have already posted the answer to your question in the thread already.

    leech on leech brawls; this is getting good.
    sry didnt see your post ill look again i usually dont post questions sry for fking bugging you

Page 6 of 24 FirstFirst ... 4567816 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •