Yoko

All sides of Injection
It is currently 2025-12-24 13:47:03

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Fishing script
PostPosted: 2004-05-10 20:07:19 
Offline

Joined: 2004-04-27 04:02:59
Posts: 5
Location: OR
Here's my fishing script...
U just need to modify the coords...
Enjoy it!

sub pescar()
uo.deletejournal()
pescar1:
uo.exec("usetype 0x0dbf")
uo.lclick(414,242)
wait(4000)
if UO.InJournal("There doesn't seem to be any fish here") OR UO.InJournal("You can't fish there") then
uo.deletejournal()
go to pescar2
else
go to pescar1
end if
pescar2:
uo.exec("usetype 0x0dbf")
uo.lclick(480,242)
wait(4000)
if UO.InJournal("There doesn't seem to be any fish here") OR UO.InJournal("You can't fish there") then
uo.deletejournal()
go to pescar3
else
go to pescar2
end if
pescar3:
uo.exec("usetype 0x0dbf")
uo.lclick(500,242)
wait(4000)
if UO.InJournal("There doesn't seem to be any fish here") OR UO.InJournal("You can't fish there") then
uo.deletejournal()
go to pescar4
else
go to pescar3
end if
pescar4:
uo.exec("usetype 0x0dbf")
uo.lclick(520,242)
wait(4000)
if UO.InJournal("There doesn't seem to be any fish here") OR UO.InJournal("You can't fish there") then
uo.deletejournal()
go to moverse
else
go to pescar4
moverse:
if UO.weight>300 then
go to Descartar
else
uo.press(36)
uo.press(36)
uo.press(33)
uo.press(33)
uo.press(33)
uo.press(33)
uo.press(33)
uo.press(33)
go to pescar1
endif
Descartar:
UO.FindType('0x09ce')
if UO.GetQuantity('finditem')>0 then
UO.Moveitem('finditem','0','ground')
endif
wait(500)
UO.FindType('0x09cf')
if UO.GetQuantity('finditem')>0 then
UO.Moveitem('finditem','0','ground')
endif
wait(500)
UO.FindType('0x09cd')
if UO.GetQuantity('finditem')>0 then
UO.Moveitem('finditem','0','ground')
endif
wait(500)
UO.FindType('0x09cc')
if UO.GetQuantity('finditem')>0 then
UO.Moveitem('finditem','0','ground')
go to pescar1
endif
end sub

_________________
OR


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited