Page 30 of 40 FirstFirst ... 202829303132 ... LastLast
Results 726 to 750 of 997

Thread: [SRL-6] AshamanHerblore

  1. #726
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    That stinks - I'm still out of the country for another week so won't be able to take a look until I get back at the earliest

  2. #727
    Join Date
    Aug 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    ye i know gunner, but i see the script still work, but there is a delay of x seconds after each withdraw from the bank and the following action, he always first close invent, w8 x seconds and reopens the invent and do his thing

  3. #728
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by zircon View Post
    ye i know gunner, but i see the script still work, but there is a delay of x seconds after each withdraw from the bank and the following action, he always first close invent, w8 x seconds and reopens the invent and do his thing
    ...because the includes are broken. Yes the script will still work if you bypass banking, but the backpack include is broken. Hence, opening and closing the backpack before running.

  4. #729
    Join Date
    Aug 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    ...because the includes are broken. Yes the script will still work if you bypass banking, but the backpack include is broken. Hence, opening and closing the backpack before running.
    i found a little solution how u can fasten up the herb cleaning, just edit ur tabs and only put skill table and inventory, so the bot won't open and close the inventory again. By this solution u will get around 3200 herbs/h instead of +/- 2500-2700 herbs/h

  5. #730
    Join Date
    Aug 2012
    Posts
    52
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    | AshamanHerblore v2.3 |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    | Running For: 5 Hours, 2 Minutes and 14 Seconds |
    | Tarromin's Cleaned: 16,072 Cleaned/H: 3,191 |
    | Exp Earned: 65,861 Exp/Hour: 13,075 |
    |_________________________________________________ __________|
    |_________________________________________________ __________|

    nice! THX

  6. #731
    Join Date
    Sep 2014
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Used this script for 70 Herb. I'll probably go for the 99 on the double exp weekend.

    Thank you for sharing Ashaman!

  7. #732
    Join Date
    Sep 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    When making potions after exiting from bank bot always click on backpack twice.

  8. #733
    Join Date
    Feb 2013
    Location
    Rimmington
    Posts
    319
    Mentioned
    33 Post(s)
    Quoted
    183 Post(s)

    Default

    Most profitable potion?

  9. #734
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by Fitta View Post
    Most profitable potion?
    It changes almost hourly. You're just going to have to do some trial and error on your own.

  10. #735
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Fitta View Post
    Most profitable potion?
    Here you go: http://runescape.wikia.com/wiki/Calc...nished_potions

  11. #736
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by therossity View Post
    As I said, profits change way too often to be able make a recommendation. Not to mention pots and herbs RARELY buy/sell for GE prices.

  12. #737
    Join Date
    Jun 2014
    Location
    Vancouver
    Posts
    150
    Mentioned
    1 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    As I said, profits change way too often to be able make a recommendation. Not to mention pots and herbs RARELY buy/sell for GE prices.
    To expand on what he said, the prices/profits change super rapidly. A specific potion can be "very profitable" for a couple hours and then become complete crap, the herblore market is pretty volatile. Frequent price checking can be helpful to stay up to date with profits.

    EDIT: Didn't even see Gunners first post, well damn, I guess I just reinforced his point.

  13. #738
    Join Date
    Feb 2013
    Location
    Rimmington
    Posts
    319
    Mentioned
    33 Post(s)
    Quoted
    183 Post(s)

    Default

    Thanks for the reply guys, I'll do my best to investigate further!

    I'm guessing it's pretty straight forward
    - Buy herbs low cost
    - Sell finished pot at higher

    Is there a G.E database? shouildn't you be able to script an hourly report of potions?

  14. #739
    Join Date
    Jun 2014
    Location
    Vancouver
    Posts
    150
    Mentioned
    1 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by Fitta View Post
    Is there a G.E database? shouildn't you be able to script an hourly report of potions?
    The herbs and potions dont sell for the databases prices, or they only do very rarely.

    You would have to script an actual Runescape account to log in and purchase one of each item from the GE to find the exact prices, every hour.

  15. #740
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    If @Ashaman88 is busy, I'll create my own overload script for the public (once I get to 96 herblore).
    Scroll of life support can be modded at line 704:

    Simba Code:
    T.Reset;
          T.Start;
          Time:=GaussRangeInt(25000, 45000);
          Repeat
            Wait(GaussRangeInt(0, 900));
            AntiBan;
            If (Not IsLoggedIn) Or (T.GetTime>Time) Then
              Exit;
          Until Not TabBackpack.WaitForShift(RandomRange(1500, 2000));

    This waits for inventory items to stop changing, rather than waiting for ingredients to all be used up. Therefore, it won't matter if the scroll randomly saves 1 or 5 ingredients. This removes a failsafe, however, so be mindful.

  16. #741
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    If @Ashaman88 is busy, I'll create my own overload script for the public (once I get to 96 herblore).
    Scroll of life support can be modded at line 704:

    Simba Code:
    T.Reset;
          T.Start;
          Time:=GaussRangeInt(25000, 45000);
          Repeat
            Wait(GaussRangeInt(0, 900));
            AntiBan;
            If (Not IsLoggedIn) Or (T.GetTime>Time) Then
              Exit;
          Until Not TabBackpack.WaitForShift(RandomRange(1500, 2000));

    This waits for inventory items to stop changing, rather than waiting for ingredients to all be used up. Therefore, it won't matter if the scroll randomly saves 1 or 5 ingredients. This removes a failsafe, however, so be mindful.
    Scroll of life should already be adapted for in the script... I thought @Gunner; helped me with that, but I can't remember. But it does depend on the order of pots vs herbs you withdraw.

    And yeah life right now no permit overload support

  17. #742
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    If @Ashaman88 is busy, I'll create my own overload script for the public (once I get to 96 herblore).
    Scroll of life support can be modded at line 704:
    Quote Originally Posted by Ashaman88 View Post
    Scroll of life should already be adapted for in the script... I thought @Gunner; helped me with that, but I can't remember. But it does depend on the order of pots vs herbs you withdraw.
    I'm just now logging on since the Elf City update, so I haven't tried the script since then, but yes the scroll of cleansing has been supported for quite a while. You just have to make sure to withdrawal herbs first, then vials. Or secondaries first, then pots if making finished potions.

    As the script is now, it waits for slot 28 to change, which should always change on time so long as the ingredients are withdrawn in the correct order.

    Do note that if the script runs an antiban, it will wait until the antiban is finished before starting the final timer before opening the bank again. So there will always be a delay between inventories if the script decides to run antiban.

  18. #743
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    I'm just now logging on since the Elf City update, so I haven't tried the script since then, but yes the scroll of cleansing has been supported for quite a while. You just have to make sure to withdrawal herbs first, then vials. Or secondaries first, then pots if making finished potions.

    As the script is now, it waits for slot 28 to change, which should always change on time so long as the ingredients are withdrawn in the correct order.

    Do note that if the script runs an antiban, it will wait until the antiban is finished before starting the final timer before opening the bank again. So there will always be a delay between inventories if the script decides to run antiban.
    Mmkay. Guess I did it wrong since when I ran it with the scroll the script would stop and do nothing until manual or automatic termination.
    Ignore my last post then

  19. #744
    Join Date
    Oct 2013
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    How is the overload maker coming along

  20. #745
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    snip
    Hey bro, what was the update today? And is it only for the new Simba? Mine was immediately broken because of the GetXP on line 1337, which must be in the include. I had to revert back and disable the autoupdate function. I still havent moved to the new Simba yet, just too many bugs so if V2.4 is only for the new Simba I'll just keep running the way I am now. Thx bro.

  21. #746
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    Hey bro, what was the update today? And is it only for the new Simba? Mine was immediately broken because of the GetXP on line 1337, which must be in the include. I had to revert back and disable the autoupdate function. I still havent moved to the new Simba yet, just too many bugs so if V2.4 is only for the new Simba I'll just keep running the way I am now. Thx bro.
    If you've got the latest SRL6 revision this will work, whether you have the new simba or not (but you should get new simba anyway).

  22. #747
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    If you've got the latest SRL6 revision this will work, whether you have the new simba or not (but you should get new simba anyway).
    Ok, I thought no one was updating the old Simba anymore? All the updates were going towards the new Simba? I've been afk for a couple days so I probably missed it. I'll update my SRL tomorrow and see how it goes, thanks man.

  23. #748
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  24. #749
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    What Mayor said , just update srl
    Ok so, I updated SRL and everything was working great. Then later I had the bright idea to migrate my entire farm to the new Simba. As I feared, this was a huge mistake. I'm really only listing these 2 issues here because, while it's not your script that's the problem, it's the one I'm running, and you're a dev.

    These issues require some real explaining, so pull up a chair...

    Problem 1: When starting the script, it has about a 50% chance of just standing there derping. It can't find the banker. If I open the bank it will take it from there and complete the entire loop flawlessly, but once it starts looking for the banker again, it just derps. I can usually (nearly 100% of the time) correct this problem by switching graphics mode to OGL, then back to DX and it runs just fine from then on. So perhaps this is simply a color tolerance issue somewhere in the banking include? This isn't a huge problem, but it gets real time consuming when trying to set up 20 bots in a row.

    Problem 2: The player manager. I open Simba 1, add a player to the playerfile, and run the script, it works fine. I open Simba 2 and hit play and it tells me the playerfile doesn't exist. I now have to recreate the same playerfile for Simba 2. I run the script again, and it works fine. Simba 3, same problem. Playerfile doesn't exist. Recreate, run, works fine. And so on down the line for all 16 bots on that PC, each instance of Simba needs me to create it's own playerfile. The odd thing is when the script crashes at the end of the run, assuming I didn't close that instance of Simba, it will find the playerfile fine and it runs flawlessly.

    Ive got temporary workarounds for both of these issues so they're not dire emergencies, but maybe you can tell me what I'm doing wrong. Thanks bro.

  25. #750
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Hey ashaman! Your script works great! But just one thing. When banking sometimes it will prematurely click the backpack slot. (This happened when making unf potions) This would sometimes happen 3 - 4 times in a row with nothing being made.

    So i modified it myself to wait 600 to 900 ms after withdrawing ingredients from the bank and now it no longer does that. Just thought you might want to know in case you wanted to update it yourself.

    Thanks for the script!

Page 30 of 40 FirstFirst ... 202829303132 ... 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
  •