Method | Description | |
---|---|---|
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 ) : |
||
MSSQLCharacterDB ( string host, int port, string database, string user, string pass ) : System | ||
NewItem ( |
||
NewJobLevel ( |
||
NewMail ( Mail mail ) : void | ||
NewMapInfo ( |
||
NewQuest ( |
||
NewSkill ( |
||
NewStorage ( |
||
RegisterMarketItem ( |
||
SaveChar ( |
||
SaveMail ( Mail mail ) : void | ||
SaveNpc ( |
||
SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
UpdateItem ( |
||
UpdateJobLevel ( |
||
UpdateMapInfo ( |
||
UpdateQuest ( |
||
UpdateSkill ( |
||
UpdateStorage ( |
||
isConnected ( ) : bool |
Method | Description | |
---|---|---|
HexStr2Bytes ( string s ) : byte[] | ||
HexStr2uint ( string s ) : uint[] | ||
LoadInv ( |
||
LoadJLevel ( |
||
LoadMapInfo ( |
||
LoadQuest ( |
||
LoadShortcuts ( |
||
LoadSkills ( |
||
LoadStorage ( |
||
LoadWeapon ( |
||
SaveInv ( |
||
SaveJLevel ( |
||
SaveMapInfo ( |
||
SaveQuest ( |
||
SaveShortcuts ( |
||
SaveSkills ( |
||
SaveStorage ( |
||
SaveWeapon ( |
||
bytes2HexString ( byte b ) : string | ||
getCharID ( string name ) : uint | ||
uint2HexString ( uint b ) : string |
public CharExists ( byte worldID, string name ) : bool | ||
worldID | byte | |
name | string | |
return | bool |
public CreateChar ( |
||
aChar | ||
account_id | int | |
return | void |
public DeleteChar ( |
||
aChar | ||
return | void |
public DeleteItem ( |
||
pc | ||
item | Item | |
return | void |
public DeleteJobLevel ( |
||
pc | ||
type | JobType | |
return | void |
public DeleteMapInfo ( |
||
pc | ||
mapID | byte | |
return | void |
public DeleteMarketItem ( |
||
item | ||
return | void |
public DeleteNpc ( |
||
aNpc | ||
return | void |
public DeleteQuest ( |
||
pc | ||
quest | Quest | |
return | void |
public DeleteSkill ( |
||
pc | ||
skill | ||
return | void |
public DeleteStorage ( |
||
pc | ||
item | Item | |
return | void |
public GetChar ( uint charID ) : |
||
charID | uint | |
return |
public GetCharIDs ( int account_id ) : uint[] | ||
account_id | int | |
return | uint[] |
public GetMail ( Mail type, string value ) : List |
||
type | ||
value | string | |
return | List |
public GetMarketItem ( uint id ) : |
||
id | uint | |
return |
public GetNpc ( string scriptName ) : |
||
scriptName | string | |
return |
public MSSQLCharacterDB ( string host, int port, string database, string user, string pass ) : System | ||
host | string | |
port | int | |
database | string | |
user | string | |
pass | string | |
return | System |
public NewItem ( |
||
pc | ||
item | Item | |
return | void |
public NewJobLevel ( |
||
pc | ||
type | JobType | |
level | byte | |
return | void |
public NewMapInfo ( |
||
pc | ||
mapID | byte | |
value | byte | |
return | void |
public NewQuest ( |
||
pc | ||
type | Quest | |
quest | Quest | |
return | void |
public NewSkill ( |
||
pc | ||
type | SkillType | |
skill | ||
return | void |
public NewStorage ( |
||
pc | ||
item | Item | |
return | void |
public RegisterMarketItem ( |
||
item | ||
return | void |
public SaveChar ( |
||
aChar | ||
return | void |
public SaveNpc ( |
||
aNpc | ||
return | void |
public SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
option | MarketSearchOption | |
pageindex | ushort | |
vars | object | |
return | List |
public UpdateItem ( |
||
pc | ||
item | Item | |
return | void |
public UpdateJobLevel ( |
||
pc | ||
type | JobType | |
level | byte | |
return | void |
public UpdateMapInfo ( |
||
pc | ||
mapID | byte | |
value | byte | |
return | void |
public UpdateQuest ( |
||
pc | ||
type | Quest | |
quest | Quest | |
return | void |
public UpdateSkill ( |
||
pc | ||
type | SkillType | |
skill | ||
return | void |
public UpdateStorage ( |
||
pc | ||
item | Item | |
return | void |