Description: The boat movement does not seem to work on Sagas from Razor. We will need another script from the assistant to look for this and respond.
# Fishing from Razor (Rel loc) by Jaseowns
# UO Sagas
# Casts 3 tiles north (-3 in the script)
# Update line 15 for different X, Y if needed
# - Moves boat forward 10 tiles if no fish
clearsysmsg
while not dead
if lhandempty and findtype 0x0DC0 backpack as fishingPole
lift fishingPole
drop self firstvalid
wait 650
endif
hotkey "Use Item in Hand"
wft 500
targetrelloc 0 -3
settimer miniTimer 0
while not insysmsg "You fish" and not insysmsg "that is too far away" and not insysmsg "you cannot see that" and not insysmsg "your fishing pole breaks" and not insysmsg "You pull out"
if insysmsg "The fish don't seem to be biting here"
for 10
say "Forward one"
wait 650
endfor
break
endif
if timer miniTimer >= 8400
break
endif
wait 50
endwhile
wait 50
endwhile
Version History
Version 1 - 6/11/2025, 9:09:20 PM - 3 days ago
Fishing from Razor (Rel loc) + Boat movement
Original Version Saved - 6/11/2025, 9:09:20 PM - 3 days ago