Class PartyPacket

java.lang.Object
tools.packet.PartyPacket

public class PartyPacket extends Object
組隊(party)相關封包建構器。

CWvsContext 機械式拆分而來(P5 God class 分檔),方法簽名與封包位元組完全不變。

  • Constructor Details

    • PartyPacket

      public PartyPacket()
  • Method Details

    • partyCreated

      public static byte[] partyCreated(int partyid)
    • partyInvite

      public static byte[] partyInvite(MapleCharacter from)
    • partyRequestInvite

      public static byte[] partyRequestInvite(MapleCharacter from)
    • partyStatusMessage

      public static byte[] partyStatusMessage(int message, String charname)
    • addPartyStatus

      public static void addPartyStatus(int forchannel, MapleParty party, MaplePacketLittleEndianWriter lew, boolean leaving)
    • addPartyStatus

      public static void addPartyStatus(int forchannel, MapleParty party, MaplePacketLittleEndianWriter lew, boolean leaving, boolean exped)
    • updateParty

      public static byte[] updateParty(int forChannel, MapleParty party, PartyOperation op, MaplePartyCharacter target)
    • partyPortal

      public static byte[] partyPortal(int townId, int targetId, int skillId, Point position, boolean animation)
    • getPartyListing

      public static byte[] getPartyListing(PartySearchType pst)
    • partyListingAdded

      public static byte[] partyListingAdded(PartySearch ps)
    • showMemberSearch

      public static byte[] showMemberSearch(List<MapleCharacter> chr)
    • showPartySearch

      public static byte[] showPartySearch(List<MapleParty> chr)