Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 194

Thread: Shantay W100 Bonfire

  1. #101
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by omglawlzyougotpw View Post
    The trolling nerd will get bored and i think this is not effecting the script anymore.

    I will try to answer all Runescape related questions!

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

    Default

    Quote Originally Posted by Moron View Post
    Wrong
    Gimme proof.


    Quote Originally Posted by omglawlzyougotpw View Post
    I don't think this stops the script.

  3. #103
    Join Date
    May 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    Gimme proof.




    I don't think this stops the script.
    Just believe me that for randoms it says something is not activated and it logs me out....

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

    Default

    Quote Originally Posted by Moron View Post
    Just believe me that for randoms it says something is not activated and it logs me out....
    Then you would have to blame the developer of Simba. It shows that message, means it DETECTED the random.

  5. #105
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    ive had constant problems over the past hour. There are no failsafes if the script attempts to withdraw logs from the first slot and then closes bank. It just logs out. I think this script needs to retry at least 2x to withdraw logs and not say no logs found. I think my script tries to withdraw the logs too fast sometimes resulting in the script saying no logs found and it logging out. If this could be fixed it would help. I can confirm that this script does not do many randoms yet. 4 randoms none done: frog, 10x clicking ring, leatherhorsen. Otherwise still a great script

  6. #106
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by ajmehta21 View Post
    ive had constant problems over the past hour. There are no failsafes if the script attempts to withdraw logs from the first slot and then closes bank. It just logs out. I think this script needs to retry at least 2x to withdraw logs and not say no logs found. I think my script tries to withdraw the logs too fast sometimes resulting in the script saying no logs found and it logging out. If this could be fixed it would help. I can confirm that this script does not do many randoms yet. 4 randoms none done: frog, 10x clicking ring, leatherhorsen. Otherwise still a great script
    in that case, just for testing purposes add to the mainloop:
    FindNormalRandoms;

    exactly where I posted on here: http://villavu.com/forum/showpost.ph...7&postcount=61

    *edit*
    I forgot he has updated since last time... place it here from line 472 till 490:

    Simba Code:
    begin
      SetupLogin;
      SMART_ClearCanvas;
      AddOnTerminate('EndDTM');
      StartDTM;
      repeat
        if not BankScreen then
        begin
        FindNormalRandoms;  
        FindChest;
        end;
        OpeningBank;
        BonBon;
        if WaitingLogsFinish then
        begin
          IncEx(Players[CurrentPlayer].Integers[3], 28);
        end;
        PlayerStats;
      until not LoggedIn;
    end.
    Last edited by blinkblink; 05-16-2012 at 01:36 AM.

  7. #107
    Join Date
    May 2012
    Location
    United States
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I found that the script ends itself from being out of logs after a short period of time (10-30 minutes)
    I'm using yew logs, and it goes to the bank and doesn't see them. I have it set to slot one and the logs are in slot one.
    Is anyone else having this problem?

  8. #108
    Join Date
    May 2012
    Location
    United States
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Double post sorry other then above bug great script
    Last edited by Bag of WTF; 05-16-2012 at 02:53 AM. Reason: Double Post

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

    Default

    Quote Originally Posted by ajmehta21 View Post
    ive had constant problems over the past hour. There are no failsafes if the script attempts to withdraw logs from the first slot and then closes bank. It just logs out. I think this script needs to retry at least 2x to withdraw logs and not say no logs found. I think my script tries to withdraw the logs too fast sometimes resulting in the script saying no logs found and it logging out. If this could be fixed it would help. I can confirm that this script does not do many randoms yet. 4 randoms none done: frog, 10x clicking ring, leatherhorsen. Otherwise still a great script
    What's 10x clicking ring and leatherhorsen? Did it say Random not activated? Randoms are handled by the client, not me.
    Is there logs withdrawed from your bank when it says no logs found?
    How is it too fast? It will only start withdrawing when it found the bank screen.

    Quote Originally Posted by Bag of WTF View Post
    I found that the script ends itself from being out of logs after a short period of time (10-30 minutes)
    I'm using yew logs, and it goes to the bank and doesn't see them. I have it set to slot one and the logs are in slot one.
    Is anyone else having this problem?
    I'll test out 200 yews in a minute.
    EDIT: Oh wait, I didn't have an account to try that :\



    EDIT2: I bought 500 yews just for testing for you guys. It burn all of them without any problem. But I got into random event, the function is not detecting it. I removed all my procedures and only put FindNormalRandoms in the main loop. Its still not detecting the random event. So maybe you should report it to the devs, give them account stuck in randoms and such.


    EDIT3: I closed my bonfire script and opened my cosmic crafter and run it. It detected the random event, but still saying random event not activated because it might be not working at the dev side at the moment. It will only detect the random event when it is in conversation with the random event NPC. So I added a few more FindNormalRandoms in the script. And also, added the banking failsafe in case it says cant find logs. Will do the banking for 3 times before it terminate the script now.

    Download the new version.
    Last edited by CephaXz; 05-16-2012 at 06:04 AM.

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

    Default

    What was the random that got you? I was aware SRL randoms failed to detect some randoms in the desert.

    Will run this overnight. Just did 99 magic. This is next on my list.
    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

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

    Default

    Quote Originally Posted by Er1k View Post
    What was the random that got you? I was aware SRL randoms failed to detect some randoms in the desert.

    Will run this overnight. Just did 99 magic. This is next on my list.
    It was the graveyard random, I believe it couldn't detect because my character moved and cancelled the chat with NPC. If the chat with NPC is on screen, it will detect the random, but will logout since its not activated.

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

    Default

    Interesting. maybe you should post in the Randoms section about that. I believe some of the randoms sometimes don't detect very well, but I cant remember which.

    By the way, the bonfire adding is XP based or what? I am looking over it and cleaning your code, but I just want to make sure.
    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

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

    Default

    What do you mean by XP based? It just find the log DTM in your inventory and left click it, and choose the option to add logs to nearby fire.
    Also, it uses color to check the XP to check whether you're still doing firemaking. If it doesn't, XP counter will not +EXP.

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

    Default

    You said it. It's based on XP counter, so it's checking XP gain.

    I am just wondering which is better - checking inventory decrease vs. checking xp gain. Perhaps I will mod your script and see for myself the results.
    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. #115
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Er1k View Post
    You said it. It's based on XP counter, so it's checking XP gain.

    I am just wondering which is better - checking inventory decrease vs. checking xp gain. Perhaps I will mod your script and see for myself the results.
    Probably checking inventory decrease is better. Because I'm a noob that doesn't know how to do that LOL. Teach me

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

    Default

    I think the function is this - CountItemsIn. Haven't got time to look into it, gonna sleep in 10 mins, but I am sure you can figure something out.

    Basically you check for decrease of logs in set time, maybe 5-10 secs intervals depending on firemaking level. If inventory did not decrease, it's a good idea to assume you need to add to logs again.

    Just a suggestion anyway. I believe the current method works fine.
    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

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

    Default

    Then it might be the same, since the XP gained fades away after like 5-7 seconds. But will surely look into this function. Thanks!

  18. #118
    Join Date
    Oct 2007
    Location
    Florida, USA
    Posts
    486
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Keep randomly getting Logs not Found for some reason and script stops.
    What do Harry and God have in common?
    They are the same person!

  19. #119
    Join Date
    May 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bonbonbonbonbonbonbon

    bon
    bon

    bonbonbon


    ty 99 fm <3 < 3 <3

    bon bon bon bon



    bon,

  20. #120
    Join Date
    Oct 2007
    Location
    Florida, USA
    Posts
    486
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bgxsaer View Post
    Keep randomly getting Logs not Found for some reason and script stops.
    if WaitFunc(@BankScreen, 6000, 12000) then
    begin
    if not InvEmpty then
    begin
    DepositAll;
    end;
    writeln('Withdrawing logs');
    wait (1000+Random(2000));
    MouseBankSlot(LOGS_BANKSLOT, mouse_Right);
    WaitOption('All', 2000);
    CloseBank;

    Added that wait time, seems like it shouldn't give that issue anymore, most likely due to lag.
    What do Harry and God have in common?
    They are the same person!

  21. #121
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    ################################################## #####
    Shantay Bank Chest Bonfire
    ################################################## #####
    Logs / Hour : 806
    Logs Done : 1764
    Fire Spirit : 15
    EXP Gained : 303689
    EXP / Hour : 138794
    Running for : 2 Hours, 11 Minutes and 16 Seconds
    -------------------------------------------------------

  22. #122
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    u forgot to wirite the changelogs for V5u2

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

    Default

    Quote Originally Posted by Moron View Post
    Bonbonbonbonbonbonbon

    bon
    bon

    bonbonbon


    ty 99 fm <3 < 3 <3

    bon bon bon bon



    bon,
    H4x? lol


    Quote Originally Posted by bgxsaer View Post
    if WaitFunc(@BankScreen, 6000, 12000) then
    begin
    if not InvEmpty then
    begin
    DepositAll;
    end;
    writeln('Withdrawing logs');
    wait (1000+Random(2000));
    MouseBankSlot(LOGS_BANKSLOT, mouse_Right);
    WaitOption('All', 2000);
    CloseBank;

    Added that wait time, seems like it shouldn't give that issue anymore, most likely due to lag.
    Just add whatever wait times you think its better for you. Maybe my connection is faster, so I never fail the bank part.

    You said it keep go banking before logs is finished. Is your XP counter on? And what logs you're using?


    Quote Originally Posted by Bennyp12 View Post
    ################################################## #####
    Shantay Bank Chest Bonfire
    ################################################## #####
    Logs / Hour : 806
    Logs Done : 1764
    Fire Spirit : 15
    EXP Gained : 303689
    EXP / Hour : 138794
    Running for : 2 Hours, 11 Minutes and 16 Seconds
    -------------------------------------------------------
    Nice proggy there


    Quote Originally Posted by whzup View Post
    u forgot to wirite the changelogs for V5u2
    But I already forgot what I added LOL.

  24. #124
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    or to fix the logs not found problem u can make it withdraw more than once to ensure they were withdrawd \
    thats what i did

  25. #125
    Join Date
    Dec 2011
    Posts
    237
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bgxsaer View Post
    if WaitFunc(@BankScreen, 6000, 12000) then
    begin
    if not InvEmpty then
    begin
    DepositAll;
    end;
    writeln('Withdrawing logs');
    wait (1000+Random(2000));
    MouseBankSlot(LOGS_BANKSLOT, mouse_Right);
    WaitOption('All', 2000);
    CloseBank;

    Added that wait time, seems like it shouldn't give that issue anymore, most likely due to lag.
    testing ur fix! Will report back if it improves running time
    "The holy grail is to spend less time making the picture then it takes poeple to look at it"- Banksy

Page 5 of 8 FirstFirst ... 34567 ... 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
  •