[UO Steam] FiXXer's Druid Treehouse

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
fixxer1963
Legendary Scribe
Posts: 271
Joined: Tue Apr 01, 2014 5:43 pm

[UO Steam] FiXXer's Druid Treehouse

Post by fixxer1963 »

I just wrote and tested this on level ground. It casts Enchanted Grove, (the tree), then Volcanic Eruption in all 8 directions. Put it on loop. The pauses work out perfect for me with my gear. You may need to adjust for your gear.

Code: Select all

// FiXXer's Druid Treehouse V1.01
//**************************************
msg '[cs Enchantedgrove'
waitfortarget 15000
target! 'self'
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset 0 8 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset 0 -8 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset -8 0 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset 8 0 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset 8 8 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset -8 -8 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset 8 -8 0
msg ' [cs Volcaniceruption'
waitingfortarget  15000
pause 3000
targettileoffset -8 8 0
Hawke Armstrong/FiXXer
Locked