mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 15:38:27 +00:00
Update opcodes and packet structs for expeditions
Add and rename some opcodes Add packet translations for expeditions Fix OP_DzExpeditionEndsWarning opcode for RoF2 Add RoF2 OP_KickPlayers
This commit is contained in:
+7
-5
@@ -788,16 +788,18 @@ luabind::scope lua_register_packet_opcodes() {
|
||||
luabind::value("DzRemovePlayer", static_cast<int>(OP_DzRemovePlayer)),
|
||||
luabind::value("DzSwapPlayer", static_cast<int>(OP_DzSwapPlayer)),
|
||||
luabind::value("DzMakeLeader", static_cast<int>(OP_DzMakeLeader)),
|
||||
luabind::value("DzJoinExpeditionConfirm", static_cast<int>(OP_DzJoinExpeditionConfirm)),
|
||||
luabind::value("DzJoinExpeditionReply", static_cast<int>(OP_DzJoinExpeditionReply)),
|
||||
luabind::value("DzExpeditionInvite", static_cast<int>(OP_DzExpeditionInvite)),
|
||||
luabind::value("DzExpeditionInviteResponse", static_cast<int>(OP_DzExpeditionInviteResponse)),
|
||||
luabind::value("DzExpeditionInfo", static_cast<int>(OP_DzExpeditionInfo)),
|
||||
luabind::value("DzMemberStatus", static_cast<int>(OP_DzMemberStatus)),
|
||||
luabind::value("DzLeaderStatus", static_cast<int>(OP_DzLeaderStatus)),
|
||||
luabind::value("DzMemberListName", static_cast<int>(OP_DzMemberListName)),
|
||||
luabind::value("DzMemberListStatus", static_cast<int>(OP_DzMemberListStatus)),
|
||||
luabind::value("DzSetLeaderName", static_cast<int>(OP_DzSetLeaderName)),
|
||||
luabind::value("DzExpeditionEndsWarning", static_cast<int>(OP_DzExpeditionEndsWarning)),
|
||||
luabind::value("DzExpeditionList", static_cast<int>(OP_DzExpeditionList)),
|
||||
luabind::value("DzExpeditionLockoutTimers", static_cast<int>(OP_DzExpeditionLockoutTimers)),
|
||||
luabind::value("DzMemberList", static_cast<int>(OP_DzMemberList)),
|
||||
luabind::value("DzCompass", static_cast<int>(OP_DzCompass)),
|
||||
luabind::value("DzChooseZone", static_cast<int>(OP_DzChooseZone)),
|
||||
luabind::value("DzChooseZoneReply", static_cast<int>(OP_DzChooseZoneReply)),
|
||||
luabind::value("BuffCreate", static_cast<int>(OP_BuffCreate)),
|
||||
luabind::value("GuildStatus", static_cast<int>(OP_GuildStatus)),
|
||||
luabind::value("BuffRemoveRequest", static_cast<int>(OP_BuffRemoveRequest)),
|
||||
|
||||
Reference in New Issue
Block a user