st182dt/bountyhelper — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a World of Warcraft addon called Collector’s Bounty Helper for players farming legacy raid and dungeon mounts during the Collector’s Bounty event.

It should open from a minimap button or chat commands like /bounty, /bh, /cbh, and /bountyhelper. The main window should show a clean checklist of only the mounts that have boosted drop rates for the event, with the boss or dungeon info, difficulty, and whether the player already owns the mount or has killed the boss this week.

Add a simple Hide Owned or Killed checkbox so the list turns into a personal farming route. Let players sort the list by mount or by difficulty. Make the UI feel like a lightweight in game helper, not a big complicated tracker.

Use Lua for a WoW addon and include the addon manifest, saved data if needed, and any basic assets or library setup. Look up current WoW addon API docs online if you need to.

Want more depth? Deep Reverse