Add Buff infrastructure to go through different logic paths from different patches (#5073)
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
dannuic
2026-05-02 22:53:26 -06:00
committed by GitHub
parent c253734c57
commit 18df055f16
201 changed files with 2856 additions and 3105 deletions
+8 -4
View File
@@ -540,7 +540,8 @@ luabind::scope lua_register_packet_opcodes() {
luabind::value("Camp", static_cast<int>(OP_Camp)),
luabind::value("YellForHelp", static_cast<int>(OP_YellForHelp)),
luabind::value("SafePoint", static_cast<int>(OP_SafePoint)),
luabind::value("Buff", static_cast<int>(OP_Buff)),
luabind::value("Buff", static_cast<int>(OP_BuffDefinition)),
luabind::value("BuffDefinition", static_cast<int>(OP_BuffDefinition)),
luabind::value("ColoredText", static_cast<int>(OP_ColoredText)),
luabind::value("SpecialMesg", static_cast<int>(OP_SpecialMesg)),
luabind::value("Consent", static_cast<int>(OP_Consent)),
@@ -808,7 +809,8 @@ luabind::scope lua_register_packet_opcodes() {
luabind::value("CancelTask", static_cast<int>(OP_CancelTask)),
luabind::value("TaskHistoryRequest", static_cast<int>(OP_TaskHistoryRequest)),
luabind::value("TaskHistoryReply", static_cast<int>(OP_TaskHistoryReply)),
luabind::value("PetBuffWindow", static_cast<int>(OP_PetBuffWindow)),
luabind::value("PetBuffWindow", static_cast<int>(OP_RefreshPetBuffs)),
luabind::value("RefreshPetBuffs", static_cast<int>(OP_RefreshPetBuffs)),
luabind::value("RaidJoin", static_cast<int>(OP_RaidJoin)),
luabind::value("Translocate", static_cast<int>(OP_Translocate)),
luabind::value("Sacrifice", static_cast<int>(OP_Sacrifice)),
@@ -868,7 +870,8 @@ luabind::scope lua_register_packet_opcodes() {
luabind::value("GroupRoles", static_cast<int>(OP_GroupRoles)),
luabind::value("SendFindableNPCs", static_cast<int>(OP_SendFindableNPCs)),
luabind::value("HideCorpse", static_cast<int>(OP_HideCorpse)),
luabind::value("TargetBuffs", static_cast<int>(OP_TargetBuffs)),
luabind::value("TargetBuffs", static_cast<int>(OP_RefreshTargetBuffs)),
luabind::value("RefreshTargetBuffs", static_cast<int>(OP_RefreshTargetBuffs)),
luabind::value("TradeBusy", static_cast<int>(OP_TradeBusy)),
luabind::value("GuildUpdate", static_cast<int>(OP_GuildUpdate)),
luabind::value("CameraEffect", static_cast<int>(OP_CameraEffect)),
@@ -892,7 +895,8 @@ luabind::scope lua_register_packet_opcodes() {
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("BuffCreate", static_cast<int>(OP_RefreshBuffs)),
luabind::value("RefreshBuffs", static_cast<int>(OP_RefreshBuffs)),
luabind::value("GuildStatus", static_cast<int>(OP_GuildStatus)),
luabind::value("BuffRemoveRequest", static_cast<int>(OP_BuffRemoveRequest)),
luabind::value("CorpseDrag", static_cast<int>(OP_CorpseDrag)),