Item stats

Name Result Description Code Params Examples
ItemType Cardinal Item type (0 - weapon, 1 - armor, 2 - jewelry, etc.)
function ItemType: cardinal;
There are no arguments You need to register to view the code example.
BodyPart Cardinal Equipment type
function BodyPart: cardinal;
There are no arguments You need to register to view the code example.
Grade Cardinal Item grade (0 - NG, 1 - D, 2 - C, 3 - B, 4 - A, 5 - S, 6 - S80, 7 - R, 8 - R95, 9 - R99, 10 - R110)
function Grade: cardinal;
There are no arguments You need to register to view the code example.
GradeName String Item grade name ('NG', 'D', 'C', 'B', 'A', 'S', 'S80', 'R', 'R95', 'R99', 'R110')
function GradeName: string;
There are no arguments You need to register to view the code example.
Count Int64 Number of item
function Count: int64;
There are no arguments You need to register to view the code example.
Equipped Boolean Is item equipped
function Equipped: boolean;
There are no arguments You need to register to view the code example.
Slot Cardinal Item slot in inventory
function Slot: cardinal;
There are no arguments You need to register to view the code example.
RemainTime Cardinal Item remaining time (in ms, 1sec = 1000ms)
function RemainTime: cardinal;
There are no arguments You need to register to view the code example.

Enchant stats

Name Result Description Code Params Examples
EnchantLevel Word Item enchant level
function EnchantLevel: word;
There are no arguments You need to register to view the code example.
AtkElem Word Item attack element type (0 - fire, 1 - water, 2 - wind, 3 - earth, 4 - holy, 5 - dark)
function AtkElem: word;
There are no arguments You need to register to view the code example.
ElemPower Word Item attack element power
function ElemPower: word;
There are no arguments You need to register to view the code example.
FirePower Word Item fire defense element power
function FirePower: word;
There are no arguments You need to register to view the code example.
WaterPower Word Item water defense element power
function WaterPower: word;
There are no arguments You need to register to view the code example.
WindPower Word Item wind defense element power
function WindPower: word;
There are no arguments You need to register to view the code example.
EartPower Word Item earth defense element power
function EartPower: Word;
There are no arguments You need to register to view the code example.
HolyPower Word Item holy defense element power
function HolyPower: word;
There are no arguments You need to register to view the code example.
UnholyPower Word Item dark defense element power
function UnholyPower: word;
There are no arguments You need to register to view the code example.
AugmentID Cardinal Item 1st augmentation identificator
function AugmentID: cardinal;
There are no arguments You need to register to view the code example.
AugmentID2 Cardinal Item 2nd augmentation identificator
function AugmentID2: cardinal;
There are no arguments You need to register to view the code example.

Methods

Имя Результат Description
TL2Live.Equips TL2List из TL2Item Object equipment list