Add trainer planning and level-up tracking

This commit is contained in:
DuvelCorp
2026-09-11 13:44:41 +02:00
parent aeaddd9558
commit 0fb52f67ff
15 changed files with 3416 additions and 70 deletions
+10
View File
@@ -25,6 +25,11 @@ local MTH_MESSAGE_DEFAULTS = {
petHungry = false,
beastTrainingScan = true,
spellbookScan = false,
trainerScan = true,
hunterLevelUp = true,
hunterLevelQuiet = false,
petLevelUp = true,
petLoyaltyUp = true,
petRanAway = true,
mapMarkers = true,
stableScan = true,
@@ -216,6 +221,11 @@ function MTH:IsRealmGateBlocked()
end
function MTH:CheckRealmGate()
-- TEMP TESTING: allow Ravencraft client access while HunterBook layout is reviewed.
if true then
return false
end
-- Realm name is only reliable once logged in; an empty result never blocks.
local realm = self:GetCurrentRealmName()
if type(realm) == "string" and realm ~= "" then