"Correctly set up the script in the setup section (everything is explained in detail)"
Where is this "section" ?
"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
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.
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.
I will try to answer all Runescape related questions!
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![]()
again i started it and it last only 30 min before saying run out of essence any fix on that yet?
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
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![]()
Head on down near the end of the script and look for a line like this:
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://SRL_Procs[SRL_OnFindRandom] := @FoundARandom;
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..."
Now is this only if the random is disabled or for any random?
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..."
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!
thanks flight. I love you long time.
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 :/
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
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!
There are currently 1 users browsing this thread. (0 members and 1 guests)