how i run the script after i open this file with simba bot ? my email is iku100@walla.com
how i run the script after i open this file with simba bot ? my email is iku100@walla.com
Looks really good, and sounds promising. I personally wont use this, as I tend to farm gold legit, but nice to see some anti-leech, that will hopefully persuade them into trying to learn the basics to coding. Its also nice for helping noobs in this language (like myself) figure out how to fix the problem. Might have a go at just unraveling the anti-leech after tomorrow, when I've got an exam -.-
Speaking of which, I should be revising now...
there should be a mod banning everyone that bots at the garden! so anoying herbs crash hella bad!
Cool script. TBH I dont think this will crash prices that badly cause either YOU HAVE the capabilities to run an army or you dont. If you dont this isnt very good money :P lol
i get the same error
[Error] (31:13): Unknown identifier 'runecrafting_altars' at line 30
Compiling failed.
It cant seem to get pass spot 2, please help
Loved using this script, it's sad that herbs crashed.
Is a function, why aren't you using it as one?Simba Code:SPS_Setup(runecrafting_altars,['0_2']);
Simba Code:Function CheckFailsafe: Boolean;
begin
SPS_GetMyPos;
P := SPS_GetMyPos;
if (P.y>885) then
begin
result := false;
end else
result := true;
end;
P can be a local variable.
Simba Code:Sps_walktopos(point(75, 870));
AGAIN, why're you using Functions without using their result?
You can condense all that.
Doesn't compile.
#myturnontheoffensive
I made this script 6 months ago... This script is messy and not very well coded, I agree. But I have learned a lot since then. Go try to find something wrong with my ivy script and I'll actually care.
Also, I was using FindObjTPA back then lol. But, this script beats anything you have ever produced.
For example, I know that this can be condensed 5000x
Simba Code:Part1;
If (CheckFailsafe = false) then
break;
Part2;
If (CheckFailsafe = false) then
break;
Part3;
If (CheckFailsafe = false) then
break;
Part4;
If (CheckFailsafe = false) then
break;
Part5;
If (CheckFailsafe = false) then
break;
Part6;
If (CheckFailsafe = false) then
break;
Last edited by Nebula; 08-10-2012 at 06:49 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)