Description
The Coiled Huntress Venom Tracker
Small movable display for two values that Blizzard doesn't expose anywhere outside a tooltip:
- Venom / Toxin stacks on your equipped Coiled Huntress fishing rod (item 244790)
- Coiled Filament currency (id 3546), gained by converting Venom at Seasage Polo
Installation
Copy the CoiledHuntressVenomTracker folder into:
World of Warcraft/_retail_/Interface/AddOns/
Usage
The display only appears while the Coiled Huntress is equipped in your profession tool slot. It updates automatically after every successful catch and whenever your Coiled Filament amount changes.
Commands
| Command | Effect |
|---|---|
/venom |
Manual refresh |
/venom unlock |
Unlock frame to drag it |
/venom lock |
Lock frame in place |
/venom reset |
Reset frame to screen center |
/venom dump |
Print raw tooltip lines (for locale debugging) |
Locale support
Venom label auto-detects via client locale:
deDE: ToxinenUS/enGB: Venom
Other locales fall back to "Venom" — add them in LOCALE_KEYWORDS at the
top of the Lua file if your client uses a different word (use /venom dump
to find the exact tooltip line first).



