What is wrong with the above codes radial walk? I try to make the player walk from outside the big bank in varrock to a dropped item near the fountain. It is not about the radius, but everytime, it cant click the dropped item on the minimap. Instead, it just goes straight to the symbol clicking.Code:program walktogeneralstore; {.include srl/srl.scar} const TheColor= 395004; {This colour is the colour of the items dropped (colour red) in minimap} var x,y : integer; procedure togeneralstore; begin RadialWalk(TheColor,0,360,50,0,1) writeln ('finished radialwalk 1') RadialWalk( TheColor , 65, 105, 65, 0, 1); writeln ('finished radialwalk 2') FindSymbol(x, y ,'quest'); Mouse(x, y, 5, 5, True); writeln ('finished final procedure symbol') Flag; writeln ('finished radialwalk all') end; begin setupsrl; cleardebug; togeneralstore; end.
Can somebody help?





Reply With Quote











