Created: 12/10/2022, 12:48:35 PM Updated: 12/10/2022, 12:48:35 PM View Change History
# Equip a halberd PVP by Jaseowns
# UO Outlands
// equips if we have a spell casted or not
if findtype "halberd" backpack as item
if targetexists
lift item
drop self LeftHand
else
dclick item
endif
endif