Dispel Wall of Stone and Energy Field by Deceptacreep
Description: Minor edit to Jaseowns original dispel wall script in order to add energy fields to the list. Nothing like getting blocked by both a Wall of Stone and Energy Field at the same time. You'll have to run the script twice in order to take out both one right after the other. Map to a hot key and you're GTG!
1# Dispel a wall by Jaseowns with an edit by Deceptacreep to add Energy Fields
2# UO Outlands
3if findtype "wall of stone" ground -1 -1 8 as wall
4 cast "Dispel Field"
5 wft 2500
6 target wall
7 else
8 if findtype "field of energy" ground -1 -1 8 as wall
9 cast "Dispel Field"
10 wft 2500
11 target wall
12
13endif