Class GuildPacket
java.lang.Object
tools.packet.GuildPacket
公會(guild)相關封包建構器。
由 CWvsContext 機械式拆分而來(P5 God class 分檔),方法簽名與封包位元組完全不變。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]BBSThreadList(List<MapleBBSThread> bbs, int start) static byte[]static byte[]denyGuildInvitation(String charname) static byte[]genericGuildMessage(byte code) static voidgetGuildInfo(MaplePacketLittleEndianWriter mplew, MapleGuild guild) static byte[]guildCapacityChange(int gid, int capacity) static byte[]guildContribution(int gid, int cid, int c) static byte[]guildDisband(int gid) static byte[]guildEmblemChange(int gid, short bg, byte bgcolor, short logo, byte logocolor) static byte[]guildInvite(int gid, String charName, int levelFrom, int jobFrom) static byte[]guildLeaderChanged(int gid, int oldLeader, int newLeader, int allianceId) static byte[]static byte[]guildMemberOnline(int gid, int cid, boolean bOnline) static byte[]guildNotice(int gid, String notice) static byte[]guildSkillPurchased(int gid, int sid, int level, long expiration, String purchase, String activate) static byte[]memberLeft(MapleGuildCharacter mgc, boolean bExpelled) static byte[]static byte[]static byte[]rankTitleChange(int gid, String[] ranks) static byte[]showfameRanks(int npcid, List<MapleGuildRanking.fameRankingInfo> all) static byte[]static byte[]showGuildRanks(int npcid, List<MapleGuildRanking.GuildRankingInfo> all) static byte[]showrebornRanks(int npcid, List<MapleGuildRanking.RebornRankingInfo> all) static byte[]showThread(MapleBBSThread thread) static byte[]updateGP(int gid, int GP, int glevel)
-
Constructor Details
-
GuildPacket
public GuildPacket()
-
-
Method Details
-
guildInvite
-
showGuildInfo
-
getGuildInfo
-
newGuildInfo
-
newGuildMember
-
memberLeft
-
guildDisband
public static byte[] guildDisband(int gid) -
guildCapacityChange
public static byte[] guildCapacityChange(int gid, int capacity) -
guildContribution
public static byte[] guildContribution(int gid, int cid, int c) -
changeRank
-
rankTitleChange
-
guildEmblemChange
public static byte[] guildEmblemChange(int gid, short bg, byte bgcolor, short logo, byte logocolor) -
updateGP
public static byte[] updateGP(int gid, int GP, int glevel) -
guildNotice
-
guildMemberLevelJobUpdate
-
guildMemberOnline
public static byte[] guildMemberOnline(int gid, int cid, boolean bOnline) -
showGuildRanks
-
showfameRanks
-
showrebornRanks
-
guildSkillPurchased
-
guildLeaderChanged
public static byte[] guildLeaderChanged(int gid, int oldLeader, int newLeader, int allianceId) -
denyGuildInvitation
-
genericGuildMessage
public static byte[] genericGuildMessage(byte code) -
BBSThreadList
-
showThread
-