General stats

Name Result Description Code Params Examples
STR Cardinal User STR stat
function STR: cardinal;
There are no arguments You need to register to view the code example.
DEX Cardinal User DEX stat
function DEX: cardinal;
There are no arguments You need to register to view the code example.
CON Cardinal User CON stat
function CON: cardinal;
There are no arguments You need to register to view the code example.
INT Cardinal User INT stat
function INT: cardinal;
There are no arguments You need to register to view the code example.
WIT Cardinal User WIT stat
function WIT: cardinal;
There are no arguments You need to register to view the code example.
MEN Cardinal User MEN stat
function MEN: cardinal;
There are no arguments You need to register to view the code example.
PAtk Cardinal User physical attack power
function PAtk: cardinal;
There are no arguments You need to register to view the code example.
MAtk Cardinal User magical attack power
function MAtk: cardinal;
There are no arguments You need to register to view the code example.
PDef Cardinal User physical defense
function PDef: cardinal;
There are no arguments You need to register to view the code example.
MDef Cardinal User magical defense
function MDef: cardinal;
There are no arguments You need to register to view the code example.
Accuracy Cardinal User physical attack accuracy
function Accuracy: cardinal;
There are no arguments You need to register to view the code example.
MAccuracy Cardinal User magical attacks accuracy
function MAccuracy: cardinal;
There are no arguments You need to register to view the code example.
Evasion Cardinal User evesion from physical attacks
function Evasion: cardinal;
There are no arguments You need to register to view the code example.
MEvasioon Cardinal User evasion from magical attacks
function MEvasioon: cardinal;
There are no arguments You need to register to view the code example.
CritHit Cardinal User physical critical attack chance
function CritHit: cardinal;
There are no arguments You need to register to view the code example.
MCritical Cardinal User magical critical attack chance
function MCritical: cardinal;
There are no arguments You need to register to view the code example.

Additional stats

Name Result Description Code Params Examples
CanCryst Boolean Can user crystallize items
function CanCryst: boolean;
There are no arguments You need to register to view the code example.
Charges Cardinal User charges number
function Charges: cardinal;
There are no arguments You need to register to view the code example.
Souls Cardinal User souls number. For kamael race.
function Souls: cardinal;
There are no arguments You need to register to view the code example.
WeightPenalty Cardinal User backpage overload penalty
function WeightPenalty: cardinal;
There are no arguments You need to register to view the code example.
DeathPenalty Cardinal User death penalty
function DeathPenalty: cardinal;
There are no arguments You need to register to view the code example.
ArmorPenalty Cardinal User penalty for wearing higher grade armor
function ArmorPenalty: cardinal;
There are no arguments You need to register to view the code example.
WeapPenalty Cardinal User penalty for wearing higher grade weapon
function WeapPenalty: cardinal;
There are no arguments You need to register to view the code example.

Objects

Имя Класс Description
User TL2User User character

Methods

Имя Результат Description
TL2Control.GetUser TL2User User character of account of this controller