Im trying to add to this script so it can rest at bank at x amount of run left but with no success lol tryed adding flights method from his nature script but didnt work can anyone please help me
Im trying to add to this script so it can rest at bank at x amount of run left but with no success lol tryed adding flights method from his nature script but didnt work can anyone please help me
Try calling this. It looks for the color of an empty run counter.
Simba Code:Function EnergyChecker: Boolean;
Begin
If FindColorSpiralTolerance(X, Y, 255, 736, 104, 761, 121, 10)then
Begin
Wait(Randomrange(200, 320));
RestUntil(RandomRange(80,90));
End;
End;
Will try now or after this damn update
No didn't work![]()
helpful function:
runEnergy(30); // Toggles run if energy is greater or equal to 30 (or whatever number u choose). Results true if energy is greater or equal to 30.
RestUntil(100); //Rests until your Run energy is above 100 (or whatever number u choose). Results True if successful.
EDIT: the post above mine will be wrong because:
you need to change If RunEnergy(0)then to if(not(RunEnergy(1)))then
Last edited by x[Warrior]x3500; 02-14-2012 at 05:48 PM.
u would put this in front of your "openbankfast" (etc) procedure is.
if you have no scripting knowledge, how did u create a script?no scripting knowledge at all
This is what I'm using:
Simba Code:if GetMMLevels('run', s) < 20 then
begin
RestUntil(90);
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)