mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-23 16:16:58 +00:00
Add trainer planning and level-up tracking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user