C# 클래스 DarkEmu_GameServer.Silkroad

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GoldData List
Items List
LevelData List
NpcDatas List
Objects List
Skills List
tmpSkills List

공개 메소드들

메소드 설명
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*

비공개 메소드들

메소드 설명
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_

메소드 상세

DumpObjects() 공개 정적인 메소드

public static DumpObjects ( ) : void
리턴 void

GetGoldDataByLevel() 공개 정적인 메소드

public static GetGoldDataByLevel ( byte Level ) : Gold_
Level byte
리턴 Gold_

GetItemById() 공개 정적인 메소드

public static GetItemById ( uint ItemId ) : Item_
ItemId uint
리턴 Item_

GetLevelDataByLevel() 공개 정적인 메소드

public static GetLevelDataByLevel ( byte Level ) : Level_
Level byte
리턴 Level_

GetObjectById() 공개 정적인 메소드

public static GetObjectById ( uint ItemId ) : Object_
ItemId uint
리턴 System.Object_

GetSkillById() 공개 정적인 메소드

public static GetSkillById ( uint ItemId ) : Skill_
ItemId uint
리턴 Skill_

SendHandshake() 공개 정적인 메소드

public static SendHandshake ( int ClientIndex ) : void
ClientIndex int
리턴 void

ToTPacket() 공개 정적인 메소드

public static ToTPacket ( byte src ) : TPacket*
src byte
리턴 TPacket*

프로퍼티 상세

GoldData 공개적으로 정적으로 프로퍼티

public static List GoldData
리턴 List

Items 공개적으로 정적으로 프로퍼티

public static List Items
리턴 List

LevelData 공개적으로 정적으로 프로퍼티

public static List LevelData
리턴 List

NpcDatas 공개적으로 정적으로 프로퍼티

public static List NpcDatas
리턴 List

Objects 공개적으로 정적으로 프로퍼티

public static List Objects
리턴 List

Skills 공개적으로 정적으로 프로퍼티

public static List Skills
리턴 List

tmpSkills 공개적으로 정적으로 프로퍼티

public static List tmpSkills
리턴 List