|
|
@ -54,7 +54,7 @@ public enum Protocol { |
|
|
|
BANISHMEMBER(0x31AA3368, BanishUnbanishMsg.class, BanishUnbanishHandler.class), // Banish/Unbanish
|
|
|
|
BANISHMEMBER(0x31AA3368, BanishUnbanishMsg.class, BanishUnbanishHandler.class), // Banish/Unbanish
|
|
|
|
BANKINVENTORY(0x32F3F503, ShowBankInventoryMsg.class, null), // ShowCombatInfo Bank Inventory
|
|
|
|
BANKINVENTORY(0x32F3F503, ShowBankInventoryMsg.class, null), // ShowCombatInfo Bank Inventory
|
|
|
|
BREAKFEALTY(0x479A4C19, BreakFealtyMsg.class, BreakFealtyHandler.class), |
|
|
|
BREAKFEALTY(0x479A4C19, BreakFealtyMsg.class, BreakFealtyHandler.class), |
|
|
|
BUYFROMNPC(0xA2B8DFA5, BuyFromNPCMsg.class, BuyFromNPCMsgHandler.class), // Buy Item From NPC
|
|
|
|
BUYFROMNPC(0xA2B8DFA5, VendorBuyMsg.class, VendorBuyMsgHandler.class), // Buy Item From NPC
|
|
|
|
CANCELGUILDCREATION(0x385EA922, GuildCreationCloseMsg.class, GuildCreationCloseHandler.class), //Close the window
|
|
|
|
CANCELGUILDCREATION(0x385EA922, GuildCreationCloseMsg.class, GuildCreationCloseHandler.class), //Close the window
|
|
|
|
CHANGEALTITUDE(0x624F08BA, ChangeAltitudeMsg.class, ChangeAltitudeHandler.class), //Change Altitude
|
|
|
|
CHANGEALTITUDE(0x624F08BA, ChangeAltitudeMsg.class, ChangeAltitudeHandler.class), //Change Altitude
|
|
|
|
CHANGEGUILDLEADER(0xE40BC95D, ChangeGuildLeaderMsg.class, ChangeGuildLeaderHandler.class), |
|
|
|
CHANGEGUILDLEADER(0xE40BC95D, ChangeGuildLeaderMsg.class, ChangeGuildLeaderHandler.class), |
|
|
@ -187,7 +187,7 @@ public enum Protocol { |
|
|
|
SELECTCHAR(0x7E6A9338, GameServerIPRequestMsg.class, null), // Game Server IP Request
|
|
|
|
SELECTCHAR(0x7E6A9338, GameServerIPRequestMsg.class, null), // Game Server IP Request
|
|
|
|
SELECTCITY(0x7E6BE630, null, null), |
|
|
|
SELECTCITY(0x7E6BE630, null, null), |
|
|
|
SELECTSERVER(0x440D28B7, ServerInfoMsg.class, null), // Server Info Request/Response
|
|
|
|
SELECTSERVER(0x440D28B7, ServerInfoMsg.class, null), // Server Info Request/Response
|
|
|
|
SELLOBJECT(0x57111C67, SellToNPCMsg.class, SellToNPCMsgHandler.class), //Sell to NPC
|
|
|
|
SELLTONPC(0x57111C67, VendorSellMsg.class, VendorSellMsgHandler.class), //Sell to NPC
|
|
|
|
SENDCITYENTRY(0xBC3B5E72, null, null), //Send Teleport/Repledge List
|
|
|
|
SENDCITYENTRY(0xBC3B5E72, null, null), //Send Teleport/Repledge List
|
|
|
|
SENDGUILDENTRY(0x6D5EF164, null, null), |
|
|
|
SENDGUILDENTRY(0x6D5EF164, null, null), |
|
|
|
SENDMEMBERENTRY(0x6949C720, GuildListMsg.class, GuildListHandler.class), // ShowCombatInfo guild members list, I think
|
|
|
|
SENDMEMBERENTRY(0x6949C720, GuildListMsg.class, GuildListHandler.class), // ShowCombatInfo guild members list, I think
|
|
|
|