i need a fishing script.... i know there are couple fishing scripts but they never work here... im using this one:
Code: Select all
sub fishing_2()
var x, y, z, i, j
x = UO.GetX("self")
y = UO.GetY("self")
z = UO.GetZ("self")
for i = x-140 to x+140
for j = y-150 to y+150
UO.DeleteJournal()
while not UO.InJournal("Nao parece ter peixe aqui") and not UO.InJournal("Voce nao consegue ver este local!") and not UO.InJournal("Isso esta muito longe") and not UO.InJournal("Voce nao pode pescar ai!")
UO.DeleteJournal()
UO.Print("Now Fishing In: "+str(x-i)+" "+str(y-j))
UO.Waittargettile("1341", str(x-i), str(y-j), str(z))
UO.Usetype("0x0DBF")
while not UO.InJournal("Nao parece ter peixe aqui") and not UO.InJournal("Voce nao consegue ver este local!") and not UO.InJournal("Isso esta muito longe") and not UO.InJournal("Voce nao pode pescar ai!")
wait (500)
wend
wend
next
next
end sub
dont care about the UO.injournal i change into my language...
but the problem is... it never hits the fucking water!!! never and i dont know why.... it trys and shows you cant fish there,you cant fish there,you cant fish there,you cant fish there,you cant fish there,you cant fish there, and go on....
i think i have to change the type of location... like real X,Y but i dont know how to do it...
so if anyone know..plz help me
thx