Im am working on a Varrock yew cutter and banker but my problem is that when my inventory is full and its suposed to come back its not 100%:s I tried many things but nothing worked, after 2 times it doenst find the bank anymore.
My script cuts the yew above varrock east bank.
Can someone give me tips for a good walkbak procedure?? It would be a great help.
This is my walkback procedure.
SCAR Code:
Procedure Bank;
begin
ROAD :=FindVarrockRoadColor;
RadialRoadWalk(ROAD, 180, 195, 60, 2, 2);
FTWait(5);
Flag;
Wait(84+random(9));
ROAD :=FindVarrockRoadColor;
RadialRoadWalk(ROAD, 180, 230, 70, 2, 2);
FTWait(5);
Flag;
Wait(100+random(9));
ROAD :=FindVarrockRoadColor;
RadialRoadWalk(ROAD, 130, 180, 70, 2, 2);
FTWait(5);
Flag;
Wait(84+random(9));
FindBank('veb')
end;