UORazorScripts.com
Newly Added Scripts
Browse by
Information
Back to "snippet" tags
Created: 12/10/2022, 12:48:35 PM Updated: 12/10/2022, 12:48:35 PM View Change History
1# Equip a halberd PVP by Jaseowns 2# UO Outlands 3// equips if we have a spell casted or not 4if findtype "halberd" backpack as item 5 if targetexists 6 lift item 7 drop self LeftHand 8 else 9 dclick item 10 endif 11endif