DuvelCorp 060fc555fe Unify SavedVariables into two clean roots with one-time migration
Collapse all legacy/scattered SavedVariables from absorbed standalone
addons (FeedOMatic, ZHunter/zButtons, SmartAmmo, AutoQuest, AntiDaze,
AutoStrip, MinimapButton) into two persisted globals with clean per-module
nesting under .modules.<id>.

Migration engine (api/savedvariables.lua):
- MTH_SV_EnsureSchema() with schemaVersion gate, idempotent + non-destructive
- Per-module migrators map old locations -> canonical nested stores
- Driven by an ADDON_LOADED("MetaHunt") handler so it runs only AFTER WoW
  loads the real SavedVariables (fixes announce-every-session bug that ran
  the migration on empty pre-load defaults)
- One-time player-facing chat announce, gated on real legacy data present

Framework/config:
- core-framework InitSavedVariables no longer runs migration at file-load;
  unconditionally strips account-root module aliases
- config.lua stops re-creating root[module] aliases (was duplicating data
  onto disk); canonical store stays under .modules.<id>

Modules:
- feedomatic: bind FOM_* globals as runtime aliases into nested store,
  drop persisted duplicates and .legacy blob
- zhunter: ZHunterMod_Saved re-pointed at .modules.zhunter
- smartammo/autoquest/antidaze/autostrip/minimapbutton read nested store

TOC trimmed to MTH_SavedVariables + MTH_CharSavedVariables only.
Profiles unchanged (already snapshot/apply the nested .modules structure).

Also includes pet-scan refinements: canonical pet key derivation and
level-independent pet signature (schema v3).
2026-09-09 22:52:48 +02:00
2026-02-24 23:00:59 +01:00
2026-03-23 22:25:10 +01:00

MetaHunt

MetaHunt is a Twow Hunter toolkit. It is a modern modular addon compiling brand new features, and improving a few old hunter add-ons that were broken on twow. It provides a bunch of useful tools for all huntards, wheter they are still levelling, lone-wolf, or HL raider.

Important notes

  • Altough Nampower isn't mandatory for most of the features, it is a must-have for some.
  • If you were using old versions of Feed-O-Matic, ICU, zHunterMod and HunterHelper, you dont need those with MetaHunt and you should disable them to avoid conflicts.
  • MetaHunt is fully compatible with QUIVER, and is not a replacement for it.
  • MetaHunt don't and will never support Capycraft/Ravencraft (mafia) servers, after the DDOS attacks they conducted on other servers, to only name that. Fuck you.

Twow Data

MetaHunt ships with large Twow datastores :

  • 100% accurate beasts' data, their locations, and the abilities they can learn you
  • All Pet families, their abilities and their diet
  • All pet abilities ranks
  • All Ammo (Arrows and Bullets)
  • All Stable, Hunter and Pet Masters
  • All Ammo vendors

You can browse all the beasts in game within the Book of Huntards, but also on the github site : https://DuvelCorp.github.io/MetaHunt-Web/

The Great Book of Huntards

The Book is the main GUI of MetaHunt, it allows to display the data collected about you and your pet, and browse the addon's data to find anything a Hunter needs.

  • Browse the MetaHunt datastores of NPCs (Beast, vendors, masters) and open the map to locate them like in pfQuest
  • Track all info about the pet abilities that you know and don't know yet
  • Track all info about your stabled pets
  • Keep an history of all your pets after you abandon them or if they run away.

Smart Ammo

  • Auto swap your main ammo to junk ammo for shots that doesn't scale on damage, and re-equip you main ammo right away. Don't waste your Doomshots on nothing anymore, save money !
  • Auto equip another ammo instantly during combat whenever you get out of your current ammo.
  • Auto equip the right ammo when you swap from a box/xbow to a gun and the other way around.

MM Widget

Lets Make MM great again. Tracks the new 3-state of Experimental ammo cycle (Fire → Nature → Arcane), the Lock&Load procs, and has a dynamic cell that shows either Aimed Shot availability or the right shot to use following the current Experimental ammo proc if any. You can also bind it to turn it into a very efficient one-button rotation. No more excuse to not be amongst top DPS.

Tooltips

Get enhanced mouseover tooltips on :

  • Beasts : Shows which abilities a beast can teach. They appear green if you already know them, and red if not.
  • Vendors : Shows if a vendor sells Arrows and/or Bullets.
  • Your pet : Shows your pet's XP, loyalty, happiness and how much you fed it this session.

zButtons

Old zHunterMod addon on steroids. Fully compatible with Twow, and enhanced with new functionalities

  • zAmmo : Track all your ammo Live and swap them in a click or bind
  • zPet : Intelligent collapsible pet Bar regrouping all pet spells and providing a main button that always swap on the right spell to use depending on the situation
  • zTrack: All your trackings in one collapsible bar
  • zAspect: All your trackings in one collapsible bar
  • zRanged : All the ranged weapons currently in your bags to swap them fast
  • But also zCrafts, zMounts, zToys and zCompanions.

Additionally, a zBar can regroup all the zButtons above into a single bar for people that like clean and ordered stuff.

Feed-O-Matic

Now compatible with Twow, feed your pet with one key bind, it will always pickup the best food for your pet.

Chronometer

The good old Chronometer addon, purged of non-necessary things and reconfigured for a pure hunter use.

ICU (I see you)

Old addon used to display Targets' enhanced information when you click on your minimap tracking things. MetaHunt offers many more customization options for it.

Ammo labels

You can display on all ammo in your bags and/or bank their type and/or dps to instantly see which of those damn same arrows icons really are.

Auto-Buy

Define your own simple rules for auto buy ammo and pet food when you open a vendor. You can also make a food-auto-buy planning based on all your stabled pet's diets.

Auto-Quest

Just spam SHIFT-click on the NPC to validate quests Scorpok and Thorium arrows. Additionally you can have an enhanced tooltip that display your actual Scorpok-related items when you mouseover the Blasted Land mobs involved.

Beast model Viewer

Display the model of all beasts in the world. Always know what you are going to tame exactly before running there ! You can also browse all skin models of the same pet family to find the best-looking pet according to your tastes.

S
Description
No description provided
Readme 1.8 MiB
2.0.0 Latest
2026-09-14 20:57:27 +00:00
Languages
Lua 100%