Difference between revisions of "White Stick"

From UOEvolution Wiki
Jump to navigation Jump to search
(Created page with "==White Stick== //-------Silly Apprentice ----------Quest Items if @findtype 0x13f8 '1153' 'ground' headmsg 'Whitewood Stick' 35 'found' playsound 43 pause 1000 endif i...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
//-------Silly Apprentice ----------Quest Items
 
//-------Silly Apprentice ----------Quest Items
 
if @findtype 0x13f8 '1153' 'ground'
 
if @findtype 0x13f8 '1153' 'ground'
  headmsg 'Whitewood Stick' 35 'found'
+
headmsg 'Whitewood Stick' 35 'found'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  pause 1000
+
pause 1000
 
endif
 
endif
 
if @findtype 0x122c '2151' 'ground'
 
if @findtype 0x122c '2151' 'ground'
  headmsg 'Melted Blue Wax' 35 'found'
+
headmsg 'Melted Blue Wax' 35 'found'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  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'
  playsound 43
+
playsound 43
  pause 1000
+
pause 1000
 
endif
 
endif

Latest revision as of 12: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