[UOSteam] auto-aligning sextant

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Turnabout
Elder Scribe
Posts: 118
Joined: Fri Dec 13, 2013 9:59 pm

[UOSteam] auto-aligning sextant

Post by Turnabout »

Code: Select all

msg "you need 4 ingots and 3 power crystals (mob drop: golems etc...)"
if not findtype 0x1eb8 0 backpack
  usetype 0x22c4 69
  pause 600
  replygump 0x5a356683 60006
  waitforgump 1513449091 1500
  pause 600
endif
usetype 0x1eb8 0
pause 600
replygump 0x38920abd 15
pause 600
waitforgump 949095101 1500
replygump 0x38920abd 30
pause 600
waitforgump 949095101 1500
replygump 0x38920abd 43
pause 600
waitforgump 949095101 1500
replygump 0x38920abd 37
pause 600
waitforgump 949095101 1500
replygump 0x38920abd 44
pause 600
waitforgump 949095101 1500
replygump 0x38920abd 0
canceltarget
You need 4 ingots and 3 power crystals. If you craft only with 4 ingots on your backpack the result will be a common sextant.
The Skilled Image.
Post Reply