Back to "magery" skill

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!

# Dispel a wall by Jaseowns with an edit by Deceptacreep to add Energy Fields # UO Outlands if findtype "wall of stone" ground -1 -1 8 as wall cast "Dispel Field" wft 2500 target wall else if findtype "field of energy" ground -1 -1 8 as wall cast "Dispel Field" wft 2500 target wall endif