Back to "snippet" tags

Equip a halberd PVP by Jaseowns

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