Метод | Описание | |
---|---|---|
CharExists ( byte worldID, string name ) : bool | ||
Connect ( ) : bool | ||
CreateChar ( |
||
DeleteChar ( |
||
DeleteItem ( |
||
DeleteJobLevel ( |
||
DeleteMail ( uint id ) : void | ||
DeleteMapInfo ( |
||
DeleteMarketItem ( |
||
DeleteNpc ( |
||
DeleteQuest ( |
||
DeleteSkill ( |
||
DeleteStorage ( |
||
GetChar ( uint charID ) : |
||
GetCharIDs ( int account_id ) : uint[] | ||
GetCharName ( uint id ) : string | ||
GetMail ( Mail type, string value ) : List |
||
GetMarketItem ( uint id ) : |
||
GetNpc ( string scriptName ) : ActorNPC | ||
MySQLCharacterDB ( string host, int port, string database, string user, string pass ) : System | ||
NewItem ( ActorPC pc, Item item ) : void | ||
NewJobLevel ( ActorPC pc, JobType type, byte level ) : void | ||
NewMail ( Mail mail ) : void | ||
NewMapInfo ( ActorPC pc, byte mapID, byte value ) : void | ||
NewQuest ( ActorPC pc, Quest type, Quest quest ) : void | ||
NewSkill ( ActorPC pc, SkillType type, SkillInfo skill ) : void | ||
NewStorage ( ActorPC pc, Item item ) : void | ||
RegisterMarketItem ( MarketplaceItem item ) : void | ||
SQLExecuteNonQuery ( string sqlstr ) : void | ||
SQLExecuteQuery ( string sqlstr ) : DataRowCollection | ||
SQLExecuteScalar ( string sqlstr, uint &index ) : void | ||
SaveChar ( ActorPC aChar ) : void | ||
SaveMail ( Mail mail ) : void | ||
SaveNpc ( ActorNPC aNpc ) : void | ||
SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
UpdateItem ( ActorPC pc, Item item ) : void | ||
UpdateJobLevel ( ActorPC pc, JobType type, byte level ) : void | ||
UpdateMapInfo ( ActorPC pc, byte mapID, byte value ) : void | ||
UpdateQuest ( ActorPC pc, Quest type, Quest quest ) : void | ||
UpdateSkill ( ActorPC pc, SkillType type, SkillInfo skill ) : void | ||
UpdateStorage ( ActorPC pc, Item item ) : void | ||
isConnected ( ) : bool |
Метод | Описание | |
---|---|---|
CheckSQLString ( string &str ) : void | ||
HexStr2Bytes ( string s ) : byte[] | ||
HexStr2uint ( string s ) : uint[] | ||
LoadInv ( ActorPC &aChar ) : void | ||
LoadJLevel ( ActorPC &aChar ) : void | ||
LoadMapInfo ( ActorPC &aChar ) : void | ||
LoadQuest ( ActorPC &aChar ) : void | ||
LoadShortcuts ( ActorPC &aChar ) : void | ||
LoadSkills ( ActorPC &aChar ) : void | ||
LoadStorage ( ActorPC &aChar ) : void | ||
LoadWeapon ( ActorPC &aChar ) : void | ||
SaveInv ( ActorPC aChar ) : void | ||
SaveJLevel ( ActorPC aChar ) : void | ||
SaveMapInfo ( ActorPC aChar ) : void | ||
SaveQuest ( ActorPC aChar ) : void | ||
SaveShortcuts ( ActorPC aChar ) : void | ||
SaveSkills ( ActorPC aChar ) : void | ||
SaveStorage ( ActorPC aChar ) : void | ||
SaveWeapon ( ActorPC aChar ) : void | ||
bytes2HexString ( byte b ) : string | ||
getCharID ( string name ) : uint | ||
uint2HexString ( uint b ) : string |
public CharExists ( byte worldID, string name ) : bool | ||
worldID | byte | |
name | string | |
Результат | bool |
public CreateChar ( |
||
aChar | ||
account_id | int | |
Результат | void |
public DeleteChar ( |
||
aChar | ||
Результат | void |
public DeleteItem ( |
||
pc | ||
item | Item | |
Результат | void |
public DeleteJobLevel ( |
||
pc | ||
type | JobType | |
Результат | void |
public DeleteMapInfo ( |
||
pc | ||
mapID | byte | |
Результат | void |
public DeleteMarketItem ( |
||
item | ||
Результат | void |
public DeleteNpc ( |
||
aNpc | ||
Результат | void |
public DeleteQuest ( |
||
pc | ||
quest | Quest | |
Результат | void |
public DeleteSkill ( |
||
pc | ||
skill | ||
Результат | void |
public DeleteStorage ( |
||
pc | ||
item | Item | |
Результат | void |
public GetChar ( uint charID ) : |
||
charID | uint | |
Результат |
public GetCharIDs ( int account_id ) : uint[] | ||
account_id | int | |
Результат | uint[] |
public GetMail ( Mail type, string value ) : List |
||
type | ||
value | string | |
Результат | List |
public GetMarketItem ( uint id ) : |
||
id | uint | |
Результат |
public GetNpc ( string scriptName ) : ActorNPC | ||
scriptName | string | |
Результат | ActorNPC |
public MySQLCharacterDB ( string host, int port, string database, string user, string pass ) : System | ||
host | string | |
port | int | |
database | string | |
user | string | |
pass | string | |
Результат | System |
public NewItem ( ActorPC pc, Item item ) : void | ||
pc | ActorPC | |
item | Item | |
Результат | void |
public NewJobLevel ( ActorPC pc, JobType type, byte level ) : void | ||
pc | ActorPC | |
type | JobType | |
level | byte | |
Результат | void |
public NewMapInfo ( ActorPC pc, byte mapID, byte value ) : void | ||
pc | ActorPC | |
mapID | byte | |
value | byte | |
Результат | void |
public NewQuest ( ActorPC pc, Quest type, Quest quest ) : void | ||
pc | ActorPC | |
type | Quest | |
quest | Quest | |
Результат | void |
public NewSkill ( ActorPC pc, SkillType type, SkillInfo skill ) : void | ||
pc | ActorPC | |
type | SkillType | |
skill | SkillInfo | |
Результат | void |
public NewStorage ( ActorPC pc, Item item ) : void | ||
pc | ActorPC | |
item | Item | |
Результат | void |
public RegisterMarketItem ( MarketplaceItem item ) : void | ||
item | MarketplaceItem | |
Результат | void |
public SQLExecuteNonQuery ( string sqlstr ) : void | ||
sqlstr | string | |
Результат | void |
public SQLExecuteQuery ( string sqlstr ) : DataRowCollection | ||
sqlstr | string | |
Результат | DataRowCollection |
public SQLExecuteScalar ( string sqlstr, uint &index ) : void | ||
sqlstr | string | |
index | uint | |
Результат | void |
public SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
option | MarketSearchOption | |
pageindex | ushort | |
vars | object | |
Результат | List |
public UpdateItem ( ActorPC pc, Item item ) : void | ||
pc | ActorPC | |
item | Item | |
Результат | void |
public UpdateJobLevel ( ActorPC pc, JobType type, byte level ) : void | ||
pc | ActorPC | |
type | JobType | |
level | byte | |
Результат | void |
public UpdateMapInfo ( ActorPC pc, byte mapID, byte value ) : void | ||
pc | ActorPC | |
mapID | byte | |
value | byte | |
Результат | void |
public UpdateQuest ( ActorPC pc, Quest type, Quest quest ) : void | ||
pc | ActorPC | |
type | Quest | |
quest | Quest | |
Результат | void |
public UpdateSkill ( ActorPC pc, SkillType type, SkillInfo skill ) : void | ||
pc | ActorPC | |
type | SkillType | |
skill | SkillInfo | |
Результат | void |
public UpdateStorage ( ActorPC pc, Item item ) : void | ||
pc | ActorPC | |
item | Item | |
Результат | void |