NevadaUO
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UOPilot Script - Fishing

Go down

UOPilot Script - Fishing Empty UOPilot Script - Fishing

Post  ImRedYourDead Sun Feb 20, 2011 9:35 am

here you can find the macro of fishing from place to place
: fishingsub//fishing sub
for # y-6 6 1//!!!voot here, if you dig off shore, and not from the bridge,
for # x 6 6-1//!!!need to adjust the Max coordinates X and Y.
: fishing/fishing/sub-programmed
set lasttargetx charposx + # x
set lasttargety charposy + #y
set lasttargetkind 2
send F5 1000 // LastObject, WaitForTarget, LastTarget
set timer 0
while_not (lastmsg pull) or (lastmsg fail) or (lastmsg Try) or (lastmsg quick) or (lastmsg no fish) or (timer > 6000)
end_while
if (lastmsg Try) or (lastmsg quick) or (lastmsg no fish) or (lastmsg fail)
wait 1500 // delay after unsuccessful use of the bait.
end_if

if lastmsg destroer //Broken Rod
send f6 500 //! in assists - target type for the bait
double_left 870, 153 //coordinates of the rod in his hand. It is safer than taking from the pack.
wait 500
end_if
if_not (lastmsg are no fish) or (lastmsg Try) or (lastmsg pull)
//!!! Last or - Fishing will continue only once instead of catching up to no fish
/ / if the length of the shore enough, it accelerates the process of catching and bleeding.
/ / If the skill is less than 60, then it makes sense to put / / before or (lastmsg pull)
goto fishing/fishing/procedure.
end_if
end_for
end_for
return//fishing
ImRedYourDead
ImRedYourDead

Posts : 56
Join date : 2011-01-15
Age : 49
Location : Moscow Russia

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum