Results 1 to 16 of 16

Thread: [RS3] Saints Herbalife

  1. #1
    Join Date
    Jan 2013
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default [RS3] Saints Herbalife

    SAINTS HERBALIFE

    Supports 3 banks:
    if you want more request it here.
    -Varrock east (should work at any bank with same style booth)
    -Draynor
    -Edgeville

    Cleans herbs and makes pots

    to use:
    fill out setup in script
    stand by bank
    make sure you have your quickslots set up
    -first ingredient in quickslot can not be consumable
    .
    I was able to use this without stopping to make over 1,250,000 exp.

    doesn't have progress report yet.

    Credits:
    used ashamans antiban and modeled my makepots, cleanherbs procedures after his script
    everyone who made the countless tutorials and responded to countless help threads i read/posted
    small tweaks:


    also included a simple script to grind mudrunes

    Version History:
    v1.1 - Stability fixes, performance tweaks
    v1.2 - Added Progress Report
    v1.3 - Stability fixes (i put the script down for awhile and forgot what i changed but i know it had to do with stability :P)

    Here it is
    Saints_Herbalife_1.1.simba
    Saints_Herbalife_1.2.simba
    Attached Files Attached Files

    Im Back... Previously known as Megaleech
    [Herbalife]

  2. #2
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Nice work on your first release(I believe)!
    Scripting with ogLib

  3. #3
    Join Date
    Jan 2013
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by srlMW View Post
    Nice work on your first release(I believe)!
    Thanks! It's not my very first, but I haven't touched Simba in almost 2 years, maybe more.

    Im Back... Previously known as Megaleech
    [Herbalife]

  4. #4
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Quote Originally Posted by Saint//+ View Post
    Thanks! It's not my very first, but I haven't touched Simba in almost 2 years, maybe more.
    Ahh, well I look forward to seeing your contributions!
    Scripting with ogLib

  5. #5
    Join Date
    Sep 2014
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Keeps clicking banker. Doesn't click on herbs =(

  6. #6
    Join Date
    Jan 2013
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by elvenred View Post
    Keeps clicking banker. Doesn't click on herbs =(
    What bank location?
    are you cleaning herbs or making pots?
    giv me some more info


    I added an updated version of the script, maybe that will fix whatever problem you're having.
    make sure you have the latest version (1.3)

    Im Back... Previously known as Megaleech
    [Herbalife]

  7. #7
    Join Date
    Sep 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (10-11-15 at 06.34.15 PM).txt
    ---- FATAL ERROR: TPlayerArray.setup(): Failure
    Successfully executed.

  8. #8
    Join Date
    Dec 2014
    Posts
    383
    Mentioned
    2 Post(s)
    Quoted
    206 Post(s)

    Default

    Quote Originally Posted by icyhottt View Post
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (10-11-15 at 06.34.15 PM).txt
    ---- FATAL ERROR: TPlayerArray.setup(): Failure
    Successfully executed.
    Your problem is you don't have players set up correctly. it doesn't take much to search on how to properly set them up

  9. #9
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    The script sometimes fails to select the first ingredient, although I do not know why. Furthermore if slot 28 never gets used(because scroll of cleansing) then it will wait forever.

    I changed it to the following code and it seems to work better:

    tabbackpack.mouseSlot(gaussRangeInt(13,14),MOUSE_M OVE);
    while not isMouseOverText(['unf', 'pot']) do //checks for last inv slot to change
    wait(gaussRangeInt(0, 900));
    antiBan; //preforms antiban while waiting.
    if (not isLoggedIn) then
    exit;
    Many bricks make a wall.

  10. #10
    Join Date
    Jan 2013
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by janbricky View Post
    The script sometimes fails to select the first ingredient, although I do not know why. Furthermore if slot 28 never gets used(because scroll of cleansing) then it will wait forever.

    I changed it to the following code and it seems to work better:

    Nice Catch, I never used a scroll of cleansing so I would have never thought to add in implementation for it.

    How often does it miss the first ingredient? I think i had something similar happen to me when i was on a slower connection before because of lag. I'll add some more checks and failsafes in a future update.

    Im Back... Previously known as Megaleech
    [Herbalife]

  11. #11
    Join Date
    Nov 2011
    Posts
    36
    Mentioned
    2 Post(s)
    Quoted
    6 Post(s)

    Default

    Hi, does this still work?

    I've set up everything, but it normally just stands there for about 2 minutes and the client crashes. The debug box gives me no errors. Any idea why?

    EDIT: Got it to work. One of my settings on RS was incorrect. Will post a proggy

  12. #12
    Join Date
    Mar 2015
    Posts
    189
    Mentioned
    3 Post(s)
    Quoted
    73 Post(s)

    Default

    Goodjob on the script.

  13. #13
    Join Date
    Apr 2012
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Works a treat, seems to prefer slot 2 over 1 as it'll open the preset menu otherwise

    ///////////////////////////////////////////////////////////
    /// Saint//+Herbalife ///
    ///////////////////////////////////////////////////////////
    /// Made: 1974 Potions
    /// Exp Earned: 197,400 Exp/Hour: 187,755
    /// Running for: 1 Hour, 3 Minutes and 4 Seconds
    ///////////////////////////////////////////////////////////

  14. #14
    Join Date
    Apr 2016
    Posts
    126
    Mentioned
    1 Post(s)
    Quoted
    37 Post(s)

    Default

    Very nice script!

  15. #15
    Join Date
    Feb 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Been using this for a few days and was working great, now it does one load and kinda just does nothing afterwards. Not if I changed something in the settings of the client that screwed it up or what.

    Edit:

    Fixed it, apparently if it saves the 2ndary and the last inventory spot of your inventory is still full it will timeout waiting. Just moved the 2ndaries to the first 14 slots and it solved the issue.
    Last edited by twapper; 05-01-2016 at 05:44 PM.

  16. #16
    Join Date
    Oct 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know why, but XP log is not working, no matter how long you clean herbs, always show "0 XP", and actually, chatBox.getXPBar() returns always 0

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
  •