File Details
v12.0.0.260119
- R
- Jan 19, 2026
- 25.49 KB
- 36.1K
- 12.0.0+3
- MoP Classic + 2
File Name
CandyBuckets-v12.0.0.260119.zip
Supported Versions
- 12.0.0
- 11.2.5
- 5.5.1
- 1.15.7
CandyBuckets
v12.0.0.260119 (2026-01-19)
Full Changelog Previous Releases
- TOC bump
- TOC bump
- Updated the coordinates for the shifted Candy Buckets in The Ringing Deeps.
Fixed the copy dialog error with the latest popup code changes, so it works again like before. - TOC bump
- The taxi map shows the icons, but doesn't interfere with the clicking aspect of the map. Since that is the primary focus, and seeing the icons is just an indicator how far away something is, in case we wish to fly around to the nearest event objective.
- Added the data provider to the taxi frame system.
It's experimental, but it appears to be working fine, with a slight map translation hack to convert the actual zones into the taxi zones.
It makes it easier to see where the next closest location is, even from the taxi map frame. - Enabled for Classic and Vanilla clients as Experimental support.
- Removed the
C_QuestLog.GetAllCompletedQuestIDs()call so we don't pre-flag what quests the player have completed. Like always, we instead look it up and cache the response in the metatable onns.COMPLETED_QUESTS.
Removed references to the old and unuseduimaps.
Added TODO to look at PR #39. - TOC bump and minor code/docs adjustment.
- Merge pull request #40 from belazor-wow/master
Add MapPinEnhanced support - Merge pull request #44 from justisb/brewfest-tww-s3
Update Bar Tab Barrels in the Ringing Deeps - Update Brewfest Ringing Deeps coords
- Add MapPinEnhanced support
- Added the Flame Keeper of Khaz Algar achievement bonfires that are new this year.
Minor TOC bumps and updates. - Added Lunar Elders in Khaz Algar.
- TOC bump.
-
- Split the garrison bucket into two, one for each faction, so there is no confusion.
- Added the WOD garrisons to their parent maps, so the icons can appear on the continent and zone maps.
- Split the garrison bucket into two, one for each faction, so there is no confusion.
- Added Zidormi indicator for Blasted Lands.
- Adjusted the Arathi Zidormi marker to match the correct faction. Horde saw an icon for her, when all the buckets were looted in the zone. Was meant for the Alliance bucket.
- TOC bump
- When we remove the waypoint we ensure to select the next closest one if the addon supports the functionality.
- When quests are delivered we support clearing the related quest waypoints from the queue if there is any.
-
- Added phase tip for Tirisfal Glades and Uldum. I noticed the Zidormi marker could be hidden, so also added a waypoint to her in this situation. These special markers are skipped from waypoint iterations to avoid confusion.
- Added the new TWW Candy Bucket locations.
- Moved all output to its own method for better control.
- Date bump and release with the last missing Bar Tab Barrel.
- Added the last missing Bar Tab Barrel (in The Cobwebs Inn).
- Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
- TOC bump.
- Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
- Added additional missing phasing markers.
- Added missing phasing markers.
- Update release.yml
- Minor fixes based on comment feedback.
- Updated documentation and gitignore.
- Added missing Alliance bucket.
- Added TOC files for the other clients.
- Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
- New release with the adjustments.
- Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
- Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
- TOC bump for 10.1
-
- Added Lunar Elders in Dragon Isles.
- TOC bump.
- Added Lunar Elders in Dragon Isles.
- Version bump.
- Removed old location for quest 32047.
- Edited some Candy Bucket locations, added a potential phased bucket with two positions.
Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size. - Updated for 10.0.0
- Fixed some logic opsies, the default waypoint system now works.
-
- Added built-in waypoint support.
- Added doc comments.
- Added built-in waypoint support.
-
- TOC bump
- Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
- Adjusted hallow quests 32034 and 32036 based on feedback
- Adjusted midsummer quest 32499 based on feedback.
- TOC bump
- Fixed pkgmeta whitespace issue
- TOC bump
- string concat wrap
- Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.