co to dela? jakmile vyrybari to jendo policko, tak stoji a cumi... pricemz by mel pripocitat distance + 1 a pokracovat o policko dal...
Kód: Vybrat vše
sub fishing()
uo.deletejournal()
var distance
var MyX = UO.GetX("self")
var MyY = UO.GetY("self")
while NOT uo.dead()
for distance = 1 to 6
while NOT uo.injournal("Try fishing in water|That is too far away|There are no fish here|location")
uo.deletejournal()
uo.waittargettile("1341", str(MyX-distance), str(MyY), "0")
uo.usetype("0x0DBF")
wait(500)
while NOT uo.injournal("You pull|You fish|Cancelled|Unexpected|see the target")
wait(200)
wend
wend
next
wend
end sub