-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_ItemSubType
arkayenro edited this page Jul 19, 2018
·
4 revisions
itemsubtype( arg1, ..., argN )
Checks if any of the supplied arguments matches an items in-game subtype
subtypestype
- arg1...N = subtype (string or number)
-
text values must be in the clients language
-
an items subtype can be found on the debug info menu for that item
-
no argument will generate an error
type( "armor" ) and subtype( "leather" )
type( "gem" ) and subtype( "haste", "mastery" )