Method | Description | |
---|---|---|
DisbandGuildMsgEnd ( ) : byte[] | ||
FORTRESSNOTE ( ) : byte[] | ||
GuildCreateLow ( ) : byte[] | ||
GuildDonateGP ( int donatedgp ) : byte[] | ||
GuildKick ( int memberid ) : byte[] | ||
GuildKickMsg ( ) : byte[] | ||
GuildLeave ( ) : byte[] | ||
GuildPromoteMsgS ( ) : byte[] | ||
GuildSetOnline ( guild c, int memberid ) : byte[] | ||
GuildSetTitle ( int charid, string charname, string title ) : byte[] | ||
GuildSetTitle2 ( int guildid, int charid, string title ) : byte[] | ||
GuildStorageClose ( ) : byte[] | ||
GuildStorageData ( character c ) : byte[] | ||
GuildStorageDataEnd ( ) : byte[] | ||
GuildStorageEnd ( ) : byte[] | ||
GuildStorageGold ( character c ) : byte[] | ||
GuildStorageStart ( byte type ) : byte[] | ||
GuildTransferMessage ( ) : byte[] | ||
GuildUpdate ( character c, byte type, int memberid, int permissions, int donatedgp ) : byte[] | ||
GuildWarMsg ( byte type ) : byte[] | ||
Guild_Create ( guild guildGlobal ) : byte[] | ||
Guild_ListPlayersInfo ( List |
||
IconSend ( byte type, string icon ) : byte[] | ||
SendGuildEnd ( ) : byte[] | ||
SendGuildInfo ( guild guildGlobal ) : byte[] | ||
SendGuildInfo2 ( character c ) : byte[] | ||
SendGuildStart ( ) : byte[] | ||
UnionInfo ( Systems c ) : byte[] |
public static DisbandGuildMsgEnd ( ) : byte[] | ||
return | byte[] |
public static GuildDonateGP ( int donatedgp ) : byte[] | ||
donatedgp | int | |
return | byte[] |
public static GuildKick ( int memberid ) : byte[] | ||
memberid | int | |
return | byte[] |
public static GuildSetOnline ( guild c, int memberid ) : byte[] | ||
c | guild | |
memberid | int | |
return | byte[] |
public static GuildSetTitle ( int charid, string charname, string title ) : byte[] | ||
charid | int | |
charname | string | |
title | string | |
return | byte[] |
public static GuildSetTitle2 ( int guildid, int charid, string title ) : byte[] | ||
guildid | int | |
charid | int | |
title | string | |
return | byte[] |
public static GuildStorageData ( character c ) : byte[] | ||
c | character | |
return | byte[] |
public static GuildStorageDataEnd ( ) : byte[] | ||
return | byte[] |
public static GuildStorageGold ( character c ) : byte[] | ||
c | character | |
return | byte[] |
public static GuildStorageStart ( byte type ) : byte[] | ||
type | byte | |
return | byte[] |
public static GuildTransferMessage ( ) : byte[] | ||
return | byte[] |
public static GuildUpdate ( character c, byte type, int memberid, int permissions, int donatedgp ) : byte[] | ||
c | character | |
type | byte | |
memberid | int | |
permissions | int | |
donatedgp | int | |
return | byte[] |
public static GuildWarMsg ( byte type ) : byte[] | ||
type | byte | |
return | byte[] |
public static Guild_Create ( guild guildGlobal ) : byte[] | ||
guildGlobal | guild | |
return | byte[] |
public static Guild_ListPlayersInfo ( List |
||
guildMembers | List |
|
Writer | ||
return | void |
public static IconSend ( byte type, string icon ) : byte[] | ||
type | byte | |
icon | string | |
return | byte[] |
public static SendGuildInfo ( guild guildGlobal ) : byte[] | ||
guildGlobal | guild | |
return | byte[] |
public static SendGuildInfo2 ( character c ) : byte[] | ||
c | character | |
return | byte[] |
public static UnionInfo ( Systems c ) : byte[] | ||
c | Systems | |
return | byte[] |