C# Class DarkEmu_GameServer.Silkroad

Datei anzeigen Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
GoldData List
Items List
LevelData List
NpcDatas List
Objects List
Skills List
tmpSkills List

Public Methods

Method Description
DumpObjects ( ) : void
GetGoldDataByLevel ( byte Level ) : Gold_
GetItemById ( uint ItemId ) : Item_
GetLevelDataByLevel ( byte Level ) : Level_
GetObjectById ( uint ItemId ) : Object_
GetSkillById ( uint ItemId ) : Skill_
SendHandshake ( int ClientIndex ) : void
ToTPacket ( byte src ) : TPacket*

Private Methods

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_

Method Details

DumpObjects() public static method

public static DumpObjects ( ) : void
return void

GetGoldDataByLevel() public static method

public static GetGoldDataByLevel ( byte Level ) : Gold_
Level byte
return Gold_

GetItemById() public static method

public static GetItemById ( uint ItemId ) : Item_
ItemId uint
return Item_

GetLevelDataByLevel() public static method

public static GetLevelDataByLevel ( byte Level ) : Level_
Level byte
return Level_

GetObjectById() public static method

public static GetObjectById ( uint ItemId ) : Object_
ItemId uint
return System.Object_

GetSkillById() public static method

public static GetSkillById ( uint ItemId ) : Skill_
ItemId uint
return Skill_

SendHandshake() public static method

public static SendHandshake ( int ClientIndex ) : void
ClientIndex int
return void

ToTPacket() public static method

public static ToTPacket ( byte src ) : TPacket*
src byte
return TPacket*

Property Details

GoldData public_oe static_oe property

public static List GoldData
return List

Items public_oe static_oe property

public static List Items
return List

LevelData public_oe static_oe property

public static List LevelData
return List

NpcDatas public_oe static_oe property

public static List NpcDatas
return List

Objects public_oe static_oe property

public static List Objects
return List

Skills public_oe static_oe property

public static List Skills
return List

tmpSkills public_oe static_oe property

public static List tmpSkills
return List