Метод | Описание | |
---|---|---|
Storage ( ) : System | ||
addAccount ( ISL account ) : void | ||
addFloorItem ( int mapId, int itemId, int amount, int posX, int posY ) : void | ||
addGuild ( |
||
addGuildMember ( int guildId, int memberId ) : void | ||
addTransaction ( invertika_account.Common.Transaction trans ) : void | ||
banCharacter ( int id, int duration ) : void | ||
checkBannedAccounts ( ) : void | ||
doesCharacterNameExist ( string name ) : bool | ||
doesEmailAddressExist ( string email ) : bool | ||
doesUserNameExist ( string name ) : bool | ||
flush ( ISL account ) : void | ||
getAccount ( int accountID ) : ISL.Server.Account.Account | ||
getAccount ( string userName ) : ISL.Server.Account.Account | ||
getAllWorldStateVars ( int mapId ) : string>.Dictionary |
||
getCharacter ( int id, ISL owner ) : ISL.Server.Account.Character | ||
getCharacter ( string name ) : ISL.Server.Account.Character | ||
getFloorItemsFromMap ( int mapId ) : List |
||
getGuildList ( ) : List |
||
getItemDatabaseVersion ( ) : uint | ||
getQuestVar ( int id, string name ) : string | ||
open ( ) : void | ||
removeFloorItem ( int mapId, int itemId, int amount, int posX, int posY ) : void | ||
removeGuild ( |
||
removeGuildMember ( int guildId, int memberId ) : void | ||
setAccountLevel ( int id, int level ) : void | ||
setMemberRights ( int guildId, int memberId, int rights ) : void | ||
setOnlineStatus ( int charId, bool online ) : void | ||
setPlayerLevel ( int id, int level ) : void | ||
setQuestVar ( int id, string name, string value ) : void | ||
setWorldStateVar ( string name, int mapId, string value ) : void | ||
setWorldStateVar ( string name, string value ) : void | ||
updateAttribute ( int charId, uint attrId, double @base, double mod ) : void | ||
updateCharacter ( ISL.Server.Account.Character character ) : bool | ||
updateCharacterPoints ( int charId, int charPoints, int corrPoints ) : void | ||
updateExperience ( int charId, int skillId, int skillValue ) : void | ||
updateLastLogin ( ISL account ) : void |
Метод | Описание | |
---|---|---|
ToDateTime ( string ticks ) : System.DateTime | ||
close ( ) : void | ||
delAccount ( ISL account ) : void | ||
delCharacter ( ISL.Server.Account.Character character ) : void | ||
delCharacter ( int charId ) : void | ||
deletePost ( invertika_account.Chat.Letter letter ) : void | ||
fixCharactersSlot ( int accountId ) : void | ||
getAccountBySQL ( int accountID ) : ISL.Server.Account.Account | ||
getCharacterBySQL ( ISL owner ) : ISL.Server.Account.Character | ||
getStoredPost ( int playerId ) : invertika_account.Chat.Post | ||
getTransactions ( System.DateTime date ) : List |
||
getTransactions ( uint num ) : List |
||
getWorldStateVar ( string name, int mapId ) : string | ||
insertStatusEffect ( int charId, int statusId, int time ) : void | ||
storeLetter ( invertika_account.Chat.Letter letter ) : void | ||
syncDatabase ( ) : void | ||
updateKillCount ( int charId, int monsterId, int kills ) : void |
public addFloorItem ( int mapId, int itemId, int amount, int posX, int posY ) : void | ||
mapId | int | |
itemId | int | |
amount | int | |
posX | int | |
posY | int | |
Результат | void |
public addGuild ( |
||
guild | ||
Результат | void |
public addGuildMember ( int guildId, int memberId ) : void | ||
guildId | int | |
memberId | int | |
Результат | void |
public addTransaction ( invertika_account.Common.Transaction trans ) : void | ||
trans | invertika_account.Common.Transaction | |
Результат | void |
public banCharacter ( int id, int duration ) : void | ||
id | int | |
duration | int | |
Результат | void |
public doesCharacterNameExist ( string name ) : bool | ||
name | string | |
Результат | bool |
public doesEmailAddressExist ( string email ) : bool | ||
string | ||
Результат | bool |
public doesUserNameExist ( string name ) : bool | ||
name | string | |
Результат | bool |
public getAccount ( int accountID ) : ISL.Server.Account.Account | ||
accountID | int | |
Результат | ISL.Server.Account.Account |
public getAccount ( string userName ) : ISL.Server.Account.Account | ||
userName | string | |
Результат | ISL.Server.Account.Account |
public getAllWorldStateVars ( int mapId ) : string>.Dictionary |
||
mapId | int | |
Результат | string>.Dictionary |
public getCharacter ( int id, ISL owner ) : ISL.Server.Account.Character | ||
id | int | |
owner | ISL | |
Результат | ISL.Server.Account.Character |
public getCharacter ( string name ) : ISL.Server.Account.Character | ||
name | string | |
Результат | ISL.Server.Account.Character |
public getFloorItemsFromMap ( int mapId ) : List |
||
mapId | int | |
Результат | List |
public getQuestVar ( int id, string name ) : string | ||
id | int | |
name | string | |
Результат | string |
public removeFloorItem ( int mapId, int itemId, int amount, int posX, int posY ) : void | ||
mapId | int | |
itemId | int | |
amount | int | |
posX | int | |
posY | int | |
Результат | void |
public removeGuild ( |
||
guild | ||
Результат | void |
public removeGuildMember ( int guildId, int memberId ) : void | ||
guildId | int | |
memberId | int | |
Результат | void |
public setAccountLevel ( int id, int level ) : void | ||
id | int | |
level | int | |
Результат | void |
public setMemberRights ( int guildId, int memberId, int rights ) : void | ||
guildId | int | |
memberId | int | |
rights | int | |
Результат | void |
public setOnlineStatus ( int charId, bool online ) : void | ||
charId | int | |
online | bool | |
Результат | void |
public setPlayerLevel ( int id, int level ) : void | ||
id | int | |
level | int | |
Результат | void |
public setQuestVar ( int id, string name, string value ) : void | ||
id | int | |
name | string | |
value | string | |
Результат | void |
public setWorldStateVar ( string name, int mapId, string value ) : void | ||
name | string | |
mapId | int | |
value | string | |
Результат | void |
public setWorldStateVar ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |
public updateAttribute ( int charId, uint attrId, double @base, double mod ) : void | ||
charId | int | |
attrId | uint | |
@base | double | |
mod | double | |
Результат | void |
public updateCharacter ( ISL.Server.Account.Character character ) : bool | ||
character | ISL.Server.Account.Character | |
Результат | bool |
public updateCharacterPoints ( int charId, int charPoints, int corrPoints ) : void | ||
charId | int | |
charPoints | int | |
corrPoints | int | |
Результат | void |
public updateExperience ( int charId, int skillId, int skillValue ) : void | ||
charId | int | |
skillId | int | |
skillValue | int | |
Результат | void |
public updateLastLogin ( ISL account ) : void | ||
account | ISL | |
Результат | void |