Page 31 of 40 FirstFirst ... 212930313233 ... LastLast
Results 751 to 775 of 997

Thread: [SRL-6] AshamanHerblore

  1. #751
    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
    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.
    Player info from Rafiki is now stored as a string in C:/Simba/settings.xml in the <Player_Data> tags. Although you 'Save Army' in rafiki, the data is only stored in the settings.xml when you close simba. So add your army, save it, close simba, and then you should be good to go.

  2. #752
    Join Date
    Oct 2006
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    btw guys,after updating to new SRL there is :

    Error: Unknown declaration "GetXP" at line 352

    looks like you need again declare GetXP in every script because its not included anymore in SRL...i think?

  3. #753
    Join Date
    Aug 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works great! thx

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

    Default

    Quote Originally Posted by The Mayor View Post
    Player info from Rafiki...
    Yeah the player manager is working ok now after a computer reboot.

    Any ideas on the banking issue?

    Quote Originally Posted by ceh430 View Post
    btw guys,after updating to new SRL there is :

    Error: Unknown declaration "GetXP" at line 352

    looks like you need again declare GetXP in every script because its not included anymore in SRL...i think?
    I had this problem as well. I simply commented out the two lines that deal with GetXP and it works fine.

  5. #755
    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 ceh430 View Post
    btw guys,after updating to new SRL there is :

    Error: Unknown declaration "GetXP" at line 352

    looks like you need again declare GetXP in every script because its not included anymore in SRL...i think?
    Quote Originally Posted by Gunner View Post
    Yeah the player manager is working ok now after a computer reboot.

    Any ideas on the banking issue?

    I had this problem as well. I simply commented out the two lines that deal with GetXP and it works fine.
    chatbox.getXP was renamed to chatBox.getXPBar(), so change the two occurrences of chatbox.getXP --> chatBox.getXPBar().

    Bank issue will be SRL banker colours. They haven't been updated in ages. I suggest finding a bank that works and stick with it until the colours are updated, or write your own openBank function.

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

    Default

    Quote Originally Posted by The Mayor View Post
    Bank issue will be SRL banker colours. They haven't been updated in ages. I suggest finding a bank that works and stick with it until the colours are updated, or write your own openBank function.
    Do you think it would cause more problems than fixes if I simply increased the tolerance here: bankscreen.simba line 1673

    Simba Code:
    BANK_NPC_BLUE: bodyColors := [[5710897, 14, [2, [0.42, 1.04, 0.00]]], [5188663, 12, [2, [0.23, 0.51, 0.00]]]];

    See as it is such a close call, simply refreshing the graphix settings fixes the problem, would a slight tolerance increase fix it without dragging my toon all over the map clicking random blues?

  7. #757
    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
    Do you think it would cause more problems than fixes if I simply increased the tolerance here: bankscreen.simba line 1673

    Simba Code:
    BANK_NPC_BLUE: bodyColors := [[5710897, 14, [2, [0.42, 1.04, 0.00]]], [5188663, 12, [2, [0.23, 0.51, 0.00]]]];

    See as it is such a close call, simply refreshing the graphix settings fixes the problem, would a slight tolerance increase fix it without dragging my toon all over the map clicking random blues?
    I'd just pick new colours with ACA and chuck them in there

    [[colour, tol, [CTS(leave 2), [hue, sat, leave 0.00]]]

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

    Default

    Quote Originally Posted by The Mayor View Post
    I'd just pick new colours with ACA and chuck them in there

    [[colour, tol, [CTS(leave 2), [hue, sat, leave 0.00]]]
    Aight, I may give that a shot then. Thx for the replies.

  9. #759
    Join Date
    Oct 2006
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    CW chest working fine also Duel and SW is ok, didnt tested bank booths, but it does not matter for me at least chest banks are best because there is nearly no1 around these days, so no1 pestering me with "bot...u bot?!" xD

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

    Default

    Quote Originally Posted by The Mayor View Post
    chatbox.getXP was renamed to chatBox.getXPBar(), so change the two occurrences of chatbox.getXP --> chatBox.getXPBar().

    Bank issue will be SRL banker colours. They haven't been updated in ages. I suggest finding a bank that works and stick with it until the colours are updated, or write your own openBank function.
    Olly playing his tricks on me!

  11. #761
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Is this script working again? I tried it out about a week ago but had to manually get 75 herb, the woes

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

    Default

    Quote Originally Posted by cbrems View Post
    Is this script working again? I tried it out about a week ago but had to manually get 75 herb, the woes
    Should have been working fine a week ago.

    Anyways updated to v2.5. Includes changes to the playerform (hints), added new banking locations from include, and uses the includes getXPbar function now.

  13. #763
    Join Date
    Aug 2014
    Location
    Michigan, USA
    Posts
    138
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    http://runescape.wikia.com/wiki/Herblore_training

    Found this excellent Herblore guide for users that are stuck on how to train Herblore for best exp rates.

    I suggest you put this in your OP. (:

    ALSO

    Edible ingredients may be used using this script.

    Just simply use presets and save them with the edible on the bottom half of your inventory, resulting in it being used on, and not used/ate.
    Last edited by xSorrels; 10-12-2014 at 12:46 PM.

  14. #764
    Join Date
    May 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    -- FATAL ERROR: Unable to initizalse tesseract, check Simba console for more infomation
    Successfully executed.

    Anyone else have this issue?

  15. #765
    Join Date
    Sep 2014
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Do you have a skype i can contact you with?

  16. #766
    Join Date
    Jul 2014
    Location
    PNW
    Posts
    53
    Mentioned
    1 Post(s)
    Quoted
    31 Post(s)

    Default

    This script has always worked great for me, but i just recently started having an issue. The script will withdraw from the bank fine and then hit the quick key to open up the production menu but then it gets stuck without ever cleaning the herbs. Any idea what is going wrong? Everything is up to date and I used the script a few days ago and it had worked fine.

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

    Default

    Quote Originally Posted by everve View Post
    This script has always worked great for me, but i just recently started having an issue. The script will withdraw from the bank fine and then hit the quick key to open up the production menu but then it gets stuck without ever cleaning the herbs. Any idea what is going wrong? Everything is up to date and I used the script a few days ago and it had worked fine.
    Production screen got updated today - update your SRL there was a fix that should be out by now... Let me know if that does the trick

  18. #768
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Code:
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                  AshamanHerblore v2.5                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    | Running For: 1 Hours, 35 Seconds                          |
    | Super attack (3)'s Made: 1,932        Made/H: 1,913       |
    | Exp Earned: 386,400                   Exp/Hour: 382,607   |
    |___________________________________________________________|
    |___________________________________________________________|
    must love that dxp weekend
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  19. #769
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Can't make potions. Keeps trying to combine the same item together instead of two different ones.

  20. #770
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    Can't make potions. Keeps trying to combine the same item together instead of two different ones.
    make sure all your settings are correct and using a preset
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  21. #771
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    Can't make potions. Keeps trying to combine the same item together instead of two different ones.
    im using it now seems to be working fine, did you follow the proper item placement, vial of water/unf pot then herb/3rd ingredient.

  22. #772
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by Cyanempire View Post
    im using it now seems to be working fine, did you follow the proper item placement, vial of water/unf pot then herb/3rd ingredient.
    Yeah as far as I could tell everything was fine... But I guess not then, hey? :P
    All good now - just used my JitBit Macro recorder

  23. #773
    Join Date
    Feb 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    The script works fine when making potions, but it won't bank. It hovers the bank npc but won't open it. I've tried; cw bank, draynor, lumbridge chest and burthope :\ (simba is fully updated)
    Last edited by th3soldier; 11-01-2014 at 12:23 PM.

  24. #774
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Progress Report:
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                  AshamanHerblore v2.5                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    | Running For: 19 Minutes and 32 Seconds                    |
    | Avantoe potion (unf)'s Made: 490      Made/H: 1,505       |
    | Exp Earned: 1,029                     Exp/Hour: 3,160     |
    |___________________________________________________________|
    |___________________________________________________________|


    it is working fine.

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

    Default

    Quote Originally Posted by Godless View Post
    Yeah as far as I could tell everything was fine... But I guess not then, hey? :P
    All good now - just used my JitBit Macro recorder
    You setup your presets wrong. It goes by slot so you need to have withdrawn 14 of one then 14 of the other. Show us a pic of your inventory b/c it has to be wrong

    Quote Originally Posted by th3soldier View Post
    The script works fine when making potions, but it won't bank. It hovers the bank npc but won't open it. I've tried; cw bank, draynor, lumbridge chest and burthope :\ (simba is fully updated)
    Do you even have mouseovertext on? You need to double check your graphics settings. Follow the guides very carefully

Page 31 of 40 FirstFirst ... 212930313233 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •