
Originally Posted by
scarscaper4life
hey guys saying there wasnt much intrest in my flax spinner i decidece to try make a flax picker spinner banker instead. its not 100% complete but it still works well.
please post progress reports an any bugs you should find
please auto with care thanks
big update finished multipaths an added some more anitban an randomness
i also added fail safes to all my loops
known bugs
[H]if it levels up on the spinning wheel it stops spining can someone please tell me how to make it click click to continue so it continue if it levels up thanks[/H]
version 1 was downloaded 20 times
ok so i had that problem with wizzups srl ess miner and u should do this
at the end of ur script
SCAR Code:
begin
setup;
DeclarePlayers;
loadbtms;
loaddtm;
repeat
login1;
antirandoms;
choosepath;
pickflax;
choosepath1;
checkDoor;
upladder;
spin;
chooseweretoclick;
makex;
choosetypesend;
wait1;
downladder;
checkdoor2;
tobank;
findbank1;
bankbstrings;
progressreport;
loop;
until
(tripsdone=amounttrips);
logout;
end.
thats how urs looks like at the bottom it should look like this to click when it lvls up
SCAR Code:
begin
ClickToContinue
setup;
DeclarePlayers;
loadbtms;
loaddtm;
repeat
login1;
antirandoms;
choosepath;
pickflax;
choosepath1;
checkDoor;
upladder;
spin;
chooseweretoclick;
makex;
choosetypesend;
wait1;
downladder;
checkdoor2;
tobank;
findbank1;
bankbstrings;
progressreport;
loop;
until
(tripsdone=amounttrips);
logout;
end.
now it should work