Method | Description | |
---|---|---|
GetBerserk ( int Index_, int ObjectIndex ) : void | ||
GetXP ( int Index_, int ObjectIndex ) : void | ||
GetXP ( int Index_, ulong exp, ulong sp ) : void | ||
HPMPUpdate ( int Index_ ) : void | ||
HPUpdate ( int Index_, bool decrease ) : void | ||
INTUpdate ( int Index_ ) : void | ||
MPUpdate ( int Index_, bool decrease ) : void | ||
OnStatPacket ( int Index_ ) : void | ||
STRUpdate ( int Index_ ) : void |
Method | Description | |
---|---|---|
CheckIfNewLevel ( int Index_, ulong EXP ) : bool | ||
CheckIfNewSp ( int Index_, ulong SEXP ) : bool |
public static GetBerserk ( int Index_, int ObjectIndex ) : void | ||
Index_ | int | |
ObjectIndex | int | |
return | void |
public static GetXP ( int Index_, int ObjectIndex ) : void | ||
Index_ | int | |
ObjectIndex | int | |
return | void |
public static GetXP ( int Index_, ulong exp, ulong sp ) : void | ||
Index_ | int | |
exp | ulong | |
sp | ulong | |
return | void |
public static HPMPUpdate ( int Index_ ) : void | ||
Index_ | int | |
return | void |
public static HPUpdate ( int Index_, bool decrease ) : void | ||
Index_ | int | |
decrease | bool | |
return | void |
public static INTUpdate ( int Index_ ) : void | ||
Index_ | int | |
return | void |
public static MPUpdate ( int Index_, bool decrease ) : void | ||
Index_ | int | |
decrease | bool | |
return | void |
public static OnStatPacket ( int Index_ ) : void | ||
Index_ | int | |
return | void |
public static STRUpdate ( int Index_ ) : void | ||
Index_ | int | |
return | void |