RuleFunction_ItemLevelStat - arkayenro/arkinventory GitHub Wiki
Rule Functions > Item Level (stat)
ilvl( min, max )
Alias
-
itemlevel
-
statlevel
Arguments
-
min (numeric) = minimum iLevel
-
max (numeric) = maximum iLevel
Return
- boolean - True if the iLevel of an item is equal to or between the min and max arguments, otherwise False
Remarks
-
the iLevel can be found on the debug info menu for that item
-
when only the min argument is specified then the function checks for an exact level match
-
no argument will generate an error
Examples
ilvl( 115 )
ilvl( 90, 100 )