Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 175

Thread: Gucci's AIO Bonfire

  1. #76
    Join Date
    Mar 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Update your SPS/SRL.
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] C:\Simba\Includes\sps/sps.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
    Compiling failed.

    Still the same thing o _o

  2. #77
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    No keep it not sure if mine works don't have an account to use it.

    Also tested out leftclick method and was kind of flawed fixed though download now
    I made one so someone can use it temporarily. And I don't have a members account to test all those now. Does yours stopped doing firemaking after sometime? If it does, its because fire burns out and you need to find a way to detect that.

  3. #78
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by TheWord View Post
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] C:\Simba\Includes\sps/sps.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
    Compiling failed.

    Still the same thing o _o
    Looks like you'll have to manually update your SPS.

    Quote Originally Posted by CephaXz View Post
    I made one so someone can use it temporarily. And I don't have a members account to test all those now. Does yours stopped doing firemaking after sometime? If it does, its because fire burns out and you need to find a way to detect that.
    An XP check, plus an average wait time should be good. Can't use pixelshift because you don't really move.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  4. #79
    Join Date
    Mar 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [QUOTE=Kyle Undefined;1018714]Looks like you'll have to manually update your SPS.


    Say what.

  5. #80
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    I made one so someone can use it temporarily. And I don't have a members account to test all those now. Does yours stopped doing firemaking after sometime? If it does, its because fire burns out and you need to find a way to detect that.
    Yeah I look for chat message which is only good in a more populated world cause people are taking and stuff.

    @Kyle how would you do XP check something like:

    Simba Code:
    Procedure XPCheck;
    Var
      X: Integer;
    Begin
      If Start + X Then
      Result := True;
      Else. Result:= False
    End;
    Current Project: Retired

  6. #81
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Something like that. On my phone right now so I can't give a good example.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  7. #82
    Join Date
    May 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ugh why is mine going all retarded.

    It just walks all over the place at shanty, and won't add logs properly. Also, the left click-add isn't working for me either. It just still clicks the logs.

  8. #83
    Join Date
    Mar 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xxshabsxx View Post
    Ugh why is mine going all retarded.

    It just walks all over the place at shanty, and won't add logs properly. Also, the left click-add isn't working for me either. It just still clicks the logs.
    Same.

  9. #84
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Nice Photo you got there, I wonder Who made it for you....lol..

  10. #85
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You might wanna look at how I do it. I used color detection instead

  11. #86
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    There's a lot of things with the same color so that's why I used DTM's the leftclick works fine I've been using it on my pure, what does it do when it's supposed to left click?
    Current Project: Retired

  12. #87
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Left click the logs. Then there will have 3 options. One of the option is to find nearby fire and auto add logs. So instead of lighting the fire yourself, you use other's fire. If yours light the fire yourself, then it won't have any problem, because the fire you light will definitely last for 28 logs.
    Last edited by CephaXz; 05-14-2012 at 01:47 PM.

  13. #88
    Join Date
    Jan 2012
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    does this script click on the random fire ball once it appears?

  14. #89
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    Left click the logs. Then there will have 3 options. One of the option is to find nearby fire and auto add logs. So instead of lighting the fire yourself, you use other's fire. If yours light the fire yourself, then it won't have any problem, because the fire you light will definitely last for 28 logs.
    Yeah this is in the script and I have tested and can confirm I have had it working.

    If you looking for shantay you'd be better off using CephaXz until I have acces to the chest and can make sure it works
    Current Project: Retired

  15. #90
    Join Date
    May 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So.. is this script working good or..?

  16. #91
    Join Date
    Jan 2012
    Posts
    319
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    The text is red sorry.
    -My Scripts-
    Dude'sFighters
    Dude'sBonfires
    Donations help with scripting Paypal!

  17. #92
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Why does it click the fire for almost ever log?
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  18. #93
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dude1994 View Post
    The text is red sorry.
    Text color cl_Red will never work. You will need to get a new color for the text.

  19. #94
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ive tried GE varrock, and faladorwest. none of them will go to the bank. help?

  20. #95
    Join Date
    May 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it doesn't work at CW, it withdraws the logs, then (after ages of trying) lights a fire, then does nothing

  21. #96
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by abby View Post
    ive tried GE varrock, and faladorwest. none of them will go to the bank. help?
    Is the inventory empty when it's supposed to bank? If not then it won't bank. I'll take a look at CW today when I get the chance. Studying and stuff to do :/
    Current Project: Retired

  22. #97
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    I dont know why this fails for me, seems to be working for others. It doesnt have a fire... yet it keeps spamclicking add to bonfire...

  23. #98
    Join Date
    Aug 2006
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what is the best place you guys think? tried at draynor and watched after bot and after 5 mins someone started to bonerfire with me and talked to me, i didnt answer him and he said: "botting much?" so i disabled smart and answered him... any good places to bot this without getting caught?

  24. #99
    Join Date
    Dec 2011
    Location
    Boston, MA
    Posts
    131
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I know you have a ton of location requests already, but what about Canifis bank? Probably the least populated bank I can think of. Or even the mage bank in level 54 wildy. It's a safe area, so no need to worry about PKers. If you go to a none PVP world, its usually dead in there outside of the occasional white berry bot coming to bank.

    Edit: Or the bank near the ectofungus. Requires the Ghost Ahoy quest though.

  25. #100
    Join Date
    Aug 2006
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Stray Bullets View Post
    I know you have a ton of location requests already, but what about Canifis bank? Probably the least populated bank I can think of. Or even the mage bank in level 54 wildy. It's a safe area, so no need to worry about PKers. If you go to a none PVP world, its usually dead in there outside of the occasional white berry bot coming to bank.

    Edit: Or the bank near the ectofungus. Requires the Ghost Ahoy quest though.
    yea make bank could be good idea, also people come there for pking, and they dont bother talking to you.

Page 4 of 7 FirstFirst ... 23456 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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