FishingVolume is a utility for WoW 1.12.1 designed to automatically handle your volume levels and adds a few quality-of-life shortcuts to make long fishing sessions less of a chore.
![]() |
![]() |
![]() |
![]() |
- Auto-Boost: When you start fishing, the addon kicks your Sound Volume up to your preferred level.
- Auto-Restore: As soon as you catch a fish or stop the cast, it puts the volume back exactly where it was.
- Mute Delay: If you have high latency, set a delay so the volume stays up for a few seconds after the cast ends to make sure you hear the catch.
- Click-to-Fish Overlay: A large, transparent button appears on your screen after a catch. Left-click to cast immediately, right-click to dismiss. Disappears automatically after 10 seconds.
- Quick Gear Swap: Dedicated buttons to equip your fishing pole and swap back to your weapons. Remembers your gear automatically.
- Smart Lures: One-click to scan your bags for the best available lure and apply it to your pole.
- Session Stats: Tracks how many fish and chests/trunks you've caught since you logged in.
- Lifetime Totals: Keeps a permanent record of your character's total catches.
-
Download this repository and move the
FishingVolumefolder into yourInterface/AddOns/directory. -
The addon includes a cleaner, louder splash sound file. To use it, move the
Soundfolder provided in this download into your main WoW game folder (the one containingWoW.exe).Correct path:
WoW/Sound/Spells/FishingBobberSplash.wavNote: This doesn't replace your game files — it tells the game to use this file instead of the default one.
/fv: Opens the main settings and stats window./fv mini: Toggles the compact, draggable utility bar./fv zones: Opens the fishing zones skill browser./fv reset: Wipes your lifetime stats (requires a second confirmation within 10 seconds).
Equip Pole and Fish
Works like the Fishing button from the addon, but as an in-game macro.
/run local n=FishingVolume.GetItemName(GetInventoryItemLink("player",16)) if not (n and string.find(n,"Pole")) then FishingVolume:EquipPole() else CastSpellByName("Fishing") endEquip Weapons
Works like the Weapons button from the addon, but as an in-game macro.
/run FishingVolume:EquipWeapons()Credits
Built specifically for the 1.12.1 WoW client. Happy fishing!



