Property | Type | Description | |
---|---|---|---|
GoldData | List |
||
Items | List |
||
LevelData | List |
||
NpcDatas | List |
||
Objects | List |
||
Skills | List |
||
tmpSkills | List |
Method | Description | |
---|---|---|
DumpObjects ( ) : void | ||
GetGoldDataByLevel ( byte Level ) : Gold_ | ||
GetItemById ( uint ItemId ) : Item_ | ||
GetLevelDataByLevel ( byte Level ) : Level_ | ||
GetObjectById ( uint ItemId ) : |
||
GetSkillById ( uint ItemId ) : Skill_ | ||
SendHandshake ( int ClientIndex ) : void | ||
ToTPacket ( byte src ) : TPacket* |
Method | Description | |
---|---|---|
DumpFilesToGold ( string path ) : void | ||
DumpFilesToItems ( string path ) : void | ||
DumpFilesToLevel ( string path ) : void | ||
DumpFilesToNpcData ( string path ) : void | ||
DumpFilesToObjects ( string path ) : void | ||
DumpFilesToSkills ( string path ) : void | ||
DumpFilesToTmpSkill ( string path ) : void | ||
GetNumberOfAttacks ( tmpSkill_ tmp ) : byte | ||
GetTmpSkillById ( uint NextId ) : tmpSkill_ |
public static GetGoldDataByLevel ( byte Level ) : Gold_ | ||
Level | byte | |
return | Gold_ |
public static GetItemById ( uint ItemId ) : Item_ | ||
ItemId | uint | |
return | Item_ |
public static GetLevelDataByLevel ( byte Level ) : Level_ | ||
Level | byte | |
return | Level_ |
public static GetObjectById ( uint ItemId ) : |
||
ItemId | uint | |
return |
public static GetSkillById ( uint ItemId ) : Skill_ | ||
ItemId | uint | |
return | Skill_ |
public static SendHandshake ( int ClientIndex ) : void | ||
ClientIndex | int | |
return | void |
public static ToTPacket ( byte src ) : TPacket* | ||
src | byte | |
return | TPacket* |