-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_EquipLocation
arkayenro edited this page Jan 8, 2020
·
6 revisions
equip( arg1, ..., argN )
Checks if any of the supplied arguments matches an items equip location
- arg1...N (string) = equip location names (localised) or types
-
an items equip location can be found on the debug info menu for that item
-
if no arguments are passed then it will return "true" if an item can be equipped (does not take into account class, skill or level restrictions)
-
accepts either the localised name of the location or the inventory type code, eg
INVTYPE_HEAD(3.09.11)
equip( "trinket" ) and soulbound( )
equip( "finger" )
equip( )