Difference between revisions of "White Stick"

From UOEvolution Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x1366 '0' 'ground'
 
if @findtype 0x1366 '0' 'ground'
 
headmsg 'Sharpening Stone' 35 'found'
 
headmsg 'Sharpening Stone' 35 'found'
Line 12: Line 13:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x122a '2151' 'ground'
 
if @findtype 0x122a '2151' 'ground'
 
headmsg 'Melted Blue Wax' 35 'found'
 
headmsg 'Melted Blue Wax' 35 'found'
Line 22: Line 24:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x122d '2151' 'ground'
 
if @findtype 0x122d '2151' 'ground'
 
headmsg 'Melted Blue Wax' 35 'found'
 
headmsg 'Melted Blue Wax' 35 'found'
Line 27: Line 30:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x122e '2151' 'ground'
 
if @findtype 0x122e '2151' 'ground'
 
headmsg 'Melted Blue Wax' 35 'found'
 
headmsg 'Melted Blue Wax' 35 'found'
Line 32: Line 36:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x122b '2151' 'ground'
 
if @findtype 0x122b '2151' 'ground'
 
headmsg 'Melted Blue Wax' 35 'found'
 
headmsg 'Melted Blue Wax' 35 'found'
Line 37: Line 42:
 
pause 1000
 
pause 1000
 
endif
 
endif
 +
 
if @findtype 0x18df '1822' 'ground'
 
if @findtype 0x18df '1822' 'ground'
 
headmsg 'Sandlewood Root' 35 'found'
 
headmsg 'Sandlewood Root' 35 'found'

Latest revision as of 11:58, 30 April 2024

White Stick

//-------Silly Apprentice ----------Quest Items if @findtype 0x13f8 '1153' 'ground' headmsg 'Whitewood Stick' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x1366 '0' 'ground' headmsg 'Sharpening Stone' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x122a '2151' 'ground' headmsg 'Melted Blue Wax' 35 'found' playsound 43 pause 1000 endif if @findtype 0x122c '2151' 'ground' headmsg 'Melted Blue Wax' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x122d '2151' 'ground' headmsg 'Melted Blue Wax' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x122e '2151' 'ground' headmsg 'Melted Blue Wax' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x122b '2151' 'ground' headmsg 'Melted Blue Wax' 35 'found' playsound 43 pause 1000 endif

if @findtype 0x18df '1822' 'ground' headmsg 'Sandlewood Root' 35 'found' playsound 43 pause 1000 endif