-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_Bound
Arkayenro edited this page Aug 30, 2024
·
14 revisions
bound( arg1, ..., argN )
Checks if any of the supplied arguments match an items bound status
- arg1..N (numeric) = bound state (see notes)
-
requires version 3.08.12 or higher
-
no argument will generate an error
-
-1 = unknown binding state
-
0 = never binds
-
1 = binds on use (becomes soulbound when used)
-
2 = binds on equip (becomes soulbound when equipped)
-
3 = binds on pickup / soulbound
-
4 = accountbound / warbound
-
5 = warbound until equipped (becomes soulbound when equipped)
all bind on equip items
equip( ) and bound( 2 )