So, My bot skips the steps:
I need it to do this:Code:begin ClearDebug; SetUpSRL; Prayers; Prayersmelee; repeat pickuphelm;//Skips this pickupbody;//Skips this pickuplegs;//Skips this pickupaxe;//Skips this Waitdharok;//Skips this Killdharok;//Skips this logoutnow;//does this login;//does this Clickonlogin;//does this ClickonSecondlogin;//does this until(stopitnow=true); end.
Please help me.Code:begin ClearDebug; SetUpSRL; Prayers; Prayersmelee; repeat pickuphelm;//does this pickupbody;//does this pickuplegs;//does this pickupaxe;//does this Waitdharok;//does this Killdharok;//does this logoutnow;//Pauses this and the others below for 3mins. login; Clickonlogin; ClickonSecondlogin; until(stopitnow=true); end.


Reply With Quote



