First ChooseOption. I see it working in scripts and use scripts that have it working, however when I am using it here
It moves the mouse as if to click "use-quickly" but then keeps going very quickly and usually ends up clicking the floor of the bank or something. Any help would be appreciated.Code:if(FindObject(BankBooth,25808))then BankBooth:= TileToMS(BankBooth, 0); repeat Mouse(BankBooth.x,BankBooth.y,2,2,false); wait(400 + random(400)); ChooseOption('uic'); wait(1000 + random(1000)); until(BankScreen)
Another question.
In that code, the walking is working and it will walk to a crab, the crab will aggro, and then it will try to walk to another without recognizing it is in a fight. Help please, thanks.Code:Procedure FindCrabs; begin FindNormalRandoms; repeat x := random(5); WalkToTileEx(FindCrab[x], 2, 2, 1); R_Flag; wait(500 + random(250)); FindNormalRandoms; until(InFight = true) CheckAggro; Fight; FindCrabs; end;





Reply With Quote




