Page 63 of 90 FirstFirst ... 1353616263646573 ... LastLast
Results 1,551 to 1,575 of 2238

Thread: [C][SRL5]ZMI-Extreme

  1. #1551
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "Correctly set up the script in the setup section (everything is explained in detail)"

    Where is this "section" ?

  2. #1552
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nicklaus View Post
    "Correctly set up the script in the setup section (everything is explained in detail)"

    Where is this "section" ?
    This part at the top of the script:

    Simba Code:
    //SRL Stats
      SRLStats_Username = '';
      SRLStats_Password = '';

    //General settings
      MaxBank      = True;        //Using the Max-bank method?
      HPLevel      = 99;          //Your (max) Constitution/Hitpoints level
      Food         = 'monkfish';  //Trout, Tuna, Lobster, Swordfish, Monkfish, Shark
      EatAt        = 70;          //Eat at this health percent or less
      UsePrayer    = false;       //Use ranged protection prayers?
      RuneType     = 'body';      //Type of rune to use for bank payment (20 runes per session)
      RestAt       = 40;          //Run energy % to rest at (after banking)
      SwitchWorlds = True;        //Switch worlds after a break?

    //Pouch settings
      SS            = 4;           //Which slot # has your small pouch (0 for not using)
      MS            = 3;           //Which slot # has your medium pouch (0 for not using)
      LS            = 2;           //Which slot # has your large pouch (0 for not using)
      GS            = 1;           //Which slot # has your giant pouch (0 for not using)
      RepairMethod  = 'spell';     //Spell or Contact

    //Break settings
      BreakIn      = 160;          //How long before we take a break? (minutes)
      BreakFor     = 40;           //How long will we break for? (minutes)
      Bir          = 30;           //Random minutes to add/subtract from how long until we break
      Bfr          = 30;            //Random minutes to add/subjtract from break duration


      Fill  = 0;       //Ignore
      Empty = 1;       //Ignore

  3. #1553
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    This is running flawlessly
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  4. #1554
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NZ John View Post
    This part at the top of the script:

    Simba Code:
    //SRL Stats
      SRLStats_Username = '';
      SRLStats_Password = '';

    //General settings
      MaxBank      = True;        //Using the Max-bank method?
      HPLevel      = 99;          //Your (max) Constitution/Hitpoints level
      Food         = 'monkfish';  //Trout, Tuna, Lobster, Swordfish, Monkfish, Shark
      EatAt        = 70;          //Eat at this health percent or less
      UsePrayer    = false;       //Use ranged protection prayers?
      RuneType     = 'body';      //Type of rune to use for bank payment (20 runes per session)
      RestAt       = 40;          //Run energy % to rest at (after banking)
      SwitchWorlds = True;        //Switch worlds after a break?

    //Pouch settings
      SS            = 4;           //Which slot # has your small pouch (0 for not using)
      MS            = 3;           //Which slot # has your medium pouch (0 for not using)
      LS            = 2;           //Which slot # has your large pouch (0 for not using)
      GS            = 1;           //Which slot # has your giant pouch (0 for not using)
      RepairMethod  = 'spell';     //Spell or Contact

    //Break settings
      BreakIn      = 160;          //How long before we take a break? (minutes)
      BreakFor     = 40;           //How long will we break for? (minutes)
      Bir          = 30;           //Random minutes to add/subtract from how long until we break
      Bfr          = 30;            //Random minutes to add/subjtract from break duration


      Fill  = 0;       //Ignore
      Empty = 1;       //Ignore
    TY NZ John, I have already filled that out, I assumed there was literally a "section" telling you exactly what to do, I just started using Simba a couple days ago! I believe I filled it in correctly though only time will tell

  5. #1555
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm...my bot when RCing uses runes on other runes instead of emptying pouches, and when banking clicks deposite essence instead of filling all the pouches [skips medium and small]


    Edit: I tried various combinations and it seems the only combination for pouches I can get the bot to run [which isnt a problem] is small pouch/med pouch/large pouch in slot 5/6/7 and giant pouch in slot 4. It is now filling them and utilizing them at the altar. Seems to have decent speed! looking forward to using this script
    Last edited by Nicklaus; 03-22-2012 at 07:01 AM.

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

    Default

    Quote Originally Posted by Nicklaus View Post
    Hmm...my bot when RCing uses runes on other runes instead of emptying pouches, and when banking clicks deposite essence instead of filling all the pouches [skips medium and small]


    Edit: I tried various combinations and it seems the only combination for pouches I can get the bot to run [which isnt a problem] is small pouch/med pouch/large pouch in slot 5/6/7 and giant pouch in slot 4. It is now filling them and utilizing them at the altar. Seems to have decent speed! looking forward to using this script

    You just made the setup wrong. Follow the detailled explanations on the right site and it will run very smoothly.

    I will try to answer all Runescape related questions!

  7. #1557
    Join Date
    Feb 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Cool

    V1.75 is running great for me. It has got me 65 to 80 rc so far. I rekon i have used about 70k essence so far. thx

  8. #1558
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    again i started it and it last only 30 min before saying run out of essence any fix on that yet?

  9. #1559
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Andres View Post
    Is your SRL up-to-date?
    yes it is up to date i just installed everything last night and just checked again and all updated

  10. #1560
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by brett0x0 View Post
    yes it is up to date i just installed everything last night and just checked again and all updated
    Try again, this happened to me a couple times. Think it might just be the essence shape changing or something because I had 40k ess left and it wouldn't recognize them until I restarted the script.

  11. #1561
    Join Date
    Feb 2012
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Believe it or not I'm working on speeding up both at this very moment.
    Suggestion to allow a place where you can change the speed of mouse based on what you like? I would probably use a slower speed b/c i lag more and would like to not missclick.

  12. #1562
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NZ John View Post
    Try again, this happened to me a couple times. Think it might just be the essence shape changing or something because I had 40k ess left and it wouldn't recognize them until I restarted the script.

    i have restarted script numerous times fully shutting down simba and starting over and still only goes for short period of time i managed to go 1 hour 20 min this time before it shut down


    but the last two times it has shutdown on me i have been wandered off to completely random places

  13. #1563
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

    other than that flawless script, thanks

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

    Default

    Quote Originally Posted by Gems View Post
    scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

    other than that flawless script, thanks
    Yeah, I would actually prefer they just immediately log out when a random is encountered.

  15. #1565
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    scripts are fucking awful at random event handling, and may aswell just log out when encountering one. no joke.

    other than that flawless script, thanks
    Quote Originally Posted by Andres View Post
    Yeah, I would actually prefer they just immediately log out when a random is encountered.
    Head on down near the end of the script and look for a line like this:
    Simba Code:
    //SRL_Procs[SRL_OnFindRandom] := @FoundARandom;
    Uncomment it that line by removing the "//" from in front of it. Now, go a little ways up to the "procedure FoundARandom;" and replace that procedure with this:
    Simba Code:
    procedure FoundARandom;
      begin
        ClearDebug;
        Report;
        Logout;
        ShowMessage('[Shutdown] Random event');
        TerminateScript;
      end;

    Then whenever a random event is detected your player will log out and the script will shut down.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  16. #1566
    Join Date
    Feb 2012
    Location
    Bboy Vil
    Posts
    319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now is this only if the random is disabled or for any random?

  17. #1567
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Any random event. Only use that modification if you don't want SRL to handle any randoms at all.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  18. #1568
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    A random solver that takes a minute or two to solve is better than logging out... you guys are silly.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  19. #1569
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks flight. I love you long time.

  20. #1570
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    A random solver that takes a minute or two to solve is better than logging out... you guys are silly.
    ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute

  21. #1571
    Join Date
    Mar 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this script has failed to pray range for me a couple of times now and i have had a quick look at the bot and noticed im under 100lp a few times :/

  22. #1572
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ftl View Post
    this script has failed to pray range for me a couple of times now and i have had a quick look at the bot and noticed im under 100lp a few times :/
    you should rest more often

  23. #1573
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute
    I think he's meaning that the random solver should handle it in a minute or two.

    Quote Originally Posted by Gems View Post
    you should rest more often
    How is resting going to increase life points? Unless you rest for like 10 minutes...

  24. #1574
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How is resting going to increase life points? Unless you rest for like 10 minutes...[/QUOTE]

    didnt think it through, thought, the more you rest, the more you can run past the offensive monsters, then i remembered that the script will just rest constantly at the time he said to.. so it wont help because he's running all the time already. He may have set max hp to 700 instead of 70 and this would cause the script to stop working..


    ^checkthat

  25. #1575
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    ya but whenever you fail a random jagex blackmarks you. also you cant write a script for solving all randoms in under a minute
    What? SRL's solvers solve almost all randoms. Logging out in a random is the same "flag" as failing a random.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Page 63 of 90 FirstFirst ... 1353616263646573 ... 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
  •