(feat/Encounter): Implement Encounter Trigger/Load Options via DBM, also fire ENCOUNTER_START/END and DBM Callback Events for Custom Triggers (#73)

This commit is contained in:
NoM0Re
2025-10-04 23:39:33 +02:00
committed by GitHub
parent 517f15c7bd
commit 6c6cb73fdd
10 changed files with 2143 additions and 8 deletions
+5
View File
@@ -3105,6 +3105,11 @@ Private.combat_event_type = {
PLAYER_REGEN_DISABLED = L["Entering"]
}
Private.encounter_event_type = {
ENCOUNTER_END = L["Leaving"],
ENCOUNTER_START = L["Entering"]
}
Private.bool_types = {
[0] = L["False"],
[1] = L["True"]