Page 13 of 15 FirstFirst ... 31112131415 LastLast
Results 301 to 325 of 353

Thread: W100S-EM W100 Shantay Bonfires

  1. #301
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the script! It has essentially been running flawless for me.

  2. #302
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    As said, I have just come back from vacation. I want to know if the fix posted before I leave is still working
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  3. #303
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, the fix you posted has been helping real good. So far the script has been working just great. Currently at 85 fm.

  4. #304
    Join Date
    Jun 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Refuses to click Add to bonfire, but runs smoothly other than that, too bad i can't use it though.

  5. #305
    Join Date
    Dec 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by koage View Post
    Refuses to click Add to bonfire, but runs smoothly other than that, too bad i can't use it though.
    Just update the colors yourself. Change the color tolerance for the AddingScreen, to the correct color with the color picker tool, and replace. Fixed for myself works perfectly . Good luck.

  6. #306
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

  7. #307
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by carson1023 View Post
    Just update the colors yourself. Change the color tolerance for the AddingScreen, to the correct color with the color picker tool, and replace. Fixed for myself works perfectly . Good luck.
    What color should i pick :O?

  8. #308
    Join Date
    Dec 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shadowknite View Post
    What color should i pick :O?
    Here's where you need to add the new color.

    function AddingScreen :Boolean;
    begin
    Result := CountColorTolerance(4141067, 17, 355, 484, 456, 2) > 2000;
    end;

    The numbers in bold text are what I added and our working for me.

  9. #309
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I laughed the first time I got a fire spirit. OMG SPIRIT?

    Nice script, I'll post a proggy after a while.

  10. #310
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I've been using this for the past week. The fix that was posted on the previous pages works very well. It's gotten me 40-91 FM so far. Thanks alot!

    Just a quick progress report:

    ################################################## #####
    Shantay Bank Chest Bonfire
    ################################################## #####
    Logs / Hour : 749
    Logs Done : 112
    Fire Spirit : 2
    EXP Gained : 21525
    EXP / Hour : 144033
    Running for : 8 Minutes and 57 Seconds

  11. #311
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think this script calls FindNormalRandoms enough. I've had two randoms that haven't been detected.

    Otherwise, it is flawless. Really an excellent script. I had to restart the script so I lost my proggy, but I am getting 230k xp per hour with yews.

  12. #312
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When i press play in simba i get this error
    [Error] C:\Simba\Includes\sps/sps.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
    Compiling failed.
    I haven't tryed version 1.1 yet but how do i fix this, this isn't the only script ive had an error like this.

  13. #313
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice script! It seems like you may not update this script again, but here has been some issues I have noticed using this script from 65-98 firemaking (hoping to get 99 within the next couple of days) in case you do.

    -Sometimes when you recover from a random, the camera angle is out of align and so the script can not see the bank chest.
    -Sometimes the script spend too much time looking for a bonfire for only a couple of logs left. It may be faster after the first attempt to locate a bonfire, to bank and withdraw more logs. Note: this mainly seems to happen when you are at a bonfire a ways away from the bank. The bonfire that is one square southwest of the chest is blocked by the sign, so runescape can not see the bonfire
    -While it seems to get most fire spirits, it seems to have a hard time when two fire spirits appear very close to each other (it seems to forget about one once one is clicked).
    -Along the same lines, if a fire spirit appears and then the script banks, it forgets about the fire spirit

    EDIT: Whoops, just realized I already posted a good job post. I guess here is the expanded version

    EDIT 2: 99 firemaking! thanks for the script!
    Last edited by WackaFlacka; 07-15-2012 at 02:43 PM.

  14. #314
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am aware of that camera angle problem. You could add a a line that does ClickNorth from time to time, but as you said, I'm only planning to update it when it breaks/ after nuke.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  15. #315
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can anyone help me? this bot doesnt work for me :\ all it does is keep typing my username and password in chat box :\

  16. #316
    Join Date
    Dec 2011
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(560:12): Unknown identifier 'TPAFromEllipse' at line 559
    Compiling failed.

  17. #317
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Maybach View Post
    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(560:12): Unknown identifier 'TPAFromEllipse' at line 559
    Compiling failed.
    AFAIK if you are running the temp fix, it does NOT support PaintSmart.simba. Remove all the paintsmart functions used in the script and it will compile again.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  18. #318
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    havent been on here in a while

    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.
    (\__/)
    ( O.o )This is Bunny.
    ( > < )Copy Bunny into your signature to help him on his way to world domination.

  19. #319
    Join Date
    May 2012
    Location
    Draynor Willows
    Posts
    498
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by illuminatiswag View Post
    havent been on here in a while

    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.
    I'm getting the same, it really doesn't like line 52.

    EDIT: When coming up with this error it is actually opening up a tab called smart in Simba, highlighting line 52 in the smart tab.
    Last edited by TehNeonFishy; 07-27-2012 at 11:07 AM.

  20. #320
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by tehneonfishy View Post
    i'm getting the same, it really doesn't like line 52.

    Edit: When coming up with this error it is actually opening up a tab called smart in simba, highlighting line 52 in the smart tab.
    Simba Code:
    {$define smart}

  21. #321
    Join Date
    Jan 2012
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Could anyone point me in the right direction to fix this? Trying to use smartgraphics gives me errors with canvasing, and removing paintsmart gives me an error on line 52 in smart.simba.

  22. #322
    Join Date
    Jun 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Need help with this, spent around 20 minutes trying to think how, I'm new to these kinds of scripts as the only thing I know is Rsps server codes.. Help would be sweet.

    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

  23. #323
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How much xp do you think 100k maple logs would get?

  24. #324
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    How much xp do you think 100k maple logs would get?
    Here.
    Sinking. Always. Sinking.

  25. #325
    Join Date
    Jul 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can someone please update the script?

Page 13 of 15 FirstFirst ... 31112131415 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
  •