Skip to content

Releases: ATTWoWAddon/AllTheThings

4.2.6

06 Jan 05:24
Compare
Choose a tag to compare

AllTheThings

4.2.6 (2025-01-06)

Full Changelog Previous Releases

  • darkal didnt do release sad
  • Update World Quests.lua
  • Added second quest for dwarfs only.
  • Fixed new inscription recipes - increased spellID in parser config for recipes, since Blizzard likes big numbers now.
  • [Misc.] Fix typo.
  • [Misc.] Add description of UiMapID.
  • [Localization] Use globalstring.
  • NYI quest from Zaralek?
  • [Localization] Update zhTW: Guest Relations.
  • Zaralek Cavern updates
  • Retail: Added a fallback workaround collection check for those who are having an issue where ATT fails to register all collected Battle Pets during refreshes
  • [DB] Replace customized header by zone-text-areaID.
  • [DB] Fix races.
    source: https://www.wowhead.com/classic/quest=77659/thrice-stolen
  • Clicking the world map button's mini list button now forces the mini list to show itself if it is hidden.
  • [DB] Fix error.
  • Retail: Glittering Gemdust exist but locked behind JC profession skill tree
  • [DB] Update link: Grimoire of Doom.
  • [DB] Update timeline: Azgaloth.
  • [DB] Update SoD instance boss: Demon Fall Canyon.
  • Shadowlands
  • Mount Hyjal: Typo.
  • Fix Cutlass id
  • "Wrong Knick"
    Coords and race requirement
  • Armored Vaultbot
  • [Localization] Update zhTW: Storm Cliffs.
  • [Localization] Update zhTW: The Tainted Scar.
  • scrub NYI
  • missing SL QI fix (hi darkal)
  • Fixed Hunter and Evoker TWW Season 1 elite gear.
  • Fixed Vanguard Reprieve in doti.
  • Blackhand's Command wasn't removed until 6.0.3.
  • Fix some reported errors
  • Loch Modan updates. Mostly coordinate finetuning, a couple of symlinks
  • Achievements!
  • Another fix for Dire Maul/Strat timewalking
  • Gobblin' with Glublurp achievement details
  • Some fixes to siren isle
  • Sorted some unsorted 11.0.7
  • Sorted 10.2.7-11.0.2 Rest is up for Darkal and Myrhial
  • Added all future Trading Post quests for Dornogal.
  • Update WoW Anniversary.lua
    Wowhead said only gold but I got a augment rune..
  • Satchel of Exotic Mysteries
  • Update Professions.lua
    Valdrakken DOES NOT EQUAL Oribos :P

4.2.5

02 Jan 07:07
4.2.5
ab3efb7
Compare
Choose a tag to compare

AllTheThings

4.2.5 (2025-01-02)

Full Changelog Previous Releases

  • [Localization] Update zhTW: Waylaid Supplies.
  • [Localization] Update zhCN: Soul Brokers.
  • Update Trading Post.lua
    Added Toy which becomes available if you purchase the mount
  • [Localization] Update zhTW/zhCN: General: Faction.
  • Removed 'sym' from persisting in visual header clones
  • [Localization] Update zhCN/zhTW: Waylaid Supplies.
  • [Localization] Update zhTW: SoD: Monster Hunting & Soul Brokers.
  • Dun Morogh: The Public Servant status comment
  • Molten Front: Ready for Raiding ll tip
  • Mount Hyjal: Battle Pet coords
  • Flip preprocessor so it isn't wrapping the entire file
  • Timewalking Headers for split-instance Classic Dungeons (Strat/Dire Maul) should now be placed under their proper sub-map portion of the respective instances
  • Dagg!
    Has working source quests now
  • [Localization] Update zhTW: Category: Weapons.
  • [Localization] Update zhTW: Pet Battle Dungeons.
  • [Localization] Update zhTW: The Iron Invasion.
  • [Localization] Update zhTW: Garrison Buildings.
  • Update January Trading Post, add Siren Isle parrot
  • Fixed another Runaway train for Transmog class changes.
  • Classic reparse. (its been a while)
  • #1875 Fixed errro caused by Runaway regarding the Species class. lol
  • [Localization] Update zhTW: Arena Treasure Chest.
  • Mostly Spreading the Light updates
  • [Localization] Update zhTW: Elixir of Shadow Sight.
  • [Localization] Update zhTW: Garrison Campaign.
  • [Localization] Resort zhCN: Garrison Campaign.
  • Iron Horde Chest - Blackrock Foundry
  • object coords
  • Turkey Soul quest is Pilgrim only.
  • [Exploration] Add warning about the exploration option.
  • Update Rares.lua
  • Update Contributor.lua
  • Dragonhunter Gorund added back in 11.0.7.
  • [Localization] Update itIT: Riding Trainer.
  • [Localization] Update zhTW: some books.
  • [Localization] Update zhCN: The War of the Ancients.
  • [Localization] Update zhTW: Title.
  • [Localization] Update zhTW: Drakewatcher Manuscripts.
  • Trying to fix an issue with Classic collection event... someone tell me if Transmog collects properly now
  • Mount Hyjal: Battle Pets, achievements and breadcrumbs
  • Fixed Tricky Treat absorbing bubbleDown 'races'
  • Retail: Consolidate some StoreWindowPosition logic
  • Fixed wrongly tagged Guest Relations quest from in-game API.
  • Retail: Fixed a lua error when a window attempts to store its position into the current Profile, but somehow the Profile doesn't exist (fixes #1871)
  • -- Collection Revision --
    • Standardized the mechanism by which Things are collected/uncollected in ATT via a real-time Event or manual call [Note: I've tested this using Flight Paths in Classic Cata, but have not extensively tested collecting other Things]
    • Classes can define a unique AddCollectionTypeHandler or AddRemovalTypeHandler to change the standard logic for processing when a Thing of that Class is added/removed via in-game Event
    • Migrated most Classes to utilize the new standard collection logic
      Retail: Refactored how Battle Pets are scanned initially to attempt to alleviate a weird issue where the game reports no pets actually exist
      FlightPath scanning logic cleaned up due to standardized collection
      Transmog Class overhauled to support proper standardized collection. We no longer store 'unique' learned Appearances as being collected, but rather support those as a separate cache during a session
      Transmog now defines custom Add/Remove handlers for collection to support the customized messages based on tracking mode (Completionist/Unique)
      Transmog Class now uses SimpleCollectibleSwap
  • Flew around Revendreth and found a ring
  • Retail: Show 'Unlearnable' unobtainable filter so that anyone who has it stuck enabled can properly unflag it via Settings
    Retail: Unobtainables don't need a metatable for filtering since they're never enabled by default
    Retail: Unobtainables are now explicitly set to true or nil to save a few lines per ATT Profile in Saved Vars
    Retail: Removed unused 'Seasonal' filters section from a Profile when it is Applied
  • Classes which support collection by Event-driven logic now throw an error on loading if they fail to define the CACHE field (currently all are defined for Classic/Retail)
  • Scholomance timewalking now properly added to the Classic listing of the Dungeon (fixes #1667)
  • Retail: Fixed Classic Timewalking content not being displayed in timewalking dungeon minilists
  • Setup Jan2025 Trading Post
  • Un'goro Crater: Ash Lizard coords
  • Retail: Removed some unused minilist mapping logic
  • Necrolord covenant required for Small Posable Skeleton
  • Adjusted Nested Quest chain Sorting to be more reliable by using SortType instead of an arbitrary callback
  • Now only allowing 'Zone' and smaller type Maps to act as headers within minilists (e.g. Continent-level Maps no longer nesting again in minilist when content is Sourced at that scope)
  • Moved Contrib check for missing exploration area check (e.g. exploration areas can once again be force-collected by refreshing while in the right minimap location)
  • Molten Front: SourceQuests to Ready for Raiding II
  • Added extra quest giver for Not Ready on Set quest
  • Criteria fix for Ritualist Who?
  • [Localization] Update koKR:BlizzCon.
  • Added extra quest giver for A Bird's Tale quest
  • Update Fyrakk Assaults.lua
  • Fix some reported errors

4.2.4

29 Dec 21:46
Compare
Choose a tag to compare

AllTheThings

4.2.4 (2024-12-29)

Full Changelog Previous Releases

  • zone drop notes
  • Added Missdreamie-Atiesh.
  • Forgot to remove timeline and add season.
  • Fixed TWW S1 Elite gear for 6 classes.
    Removed wrong priest set item from NYI and sources.
  • New TWW AchievementDB
  • Molten Front: Wings Aflame
  • Elite catalyst gear is not obtainable in TWW S1. Moved entire section to NYI.
  • [Localization] Update zhTW: another T3.
  • Moar Fixes
    Mobile objects db now numerical again.. there was a duplicate listing as well..
  • [Localization] Use another global strings: Crafting Orders.
  • [DB] Add event schedule: Remix:MoP.
  • Added questID for Alunira rare. Not sure if it's weekly right now, will see later.
  • First Skins are actually weekly. I surely did not farm them all before finding out.
    Added new character weapon for worgen/goblin monks.
  • corrected spellID for siren isle glyphs. they should now display collected/not collected
  • [Localization] Update zhTW: Scenario Completion.
  • [Localization] Update zhTW: Zul'Aman Timed Event.
  • [Localization] Update zhTW: All Protocol.
  • [Localization] Update zhTW: Appearances.
  • [Localization] Update zhTW: T1-T5.
  • [Localization] Update all: Holiday on classic.
  • [Localization] Use global strings: Holiday.
  • [Localization] Resort.
  • [Fix typo] Missing comma.
  • [Localization] Update zhTW: East.
  • Fix some reported errors
  • [Localization] Use global strings: Gear Update.
  • [Localization] Update zhTW: Heritage.
  • [Localization] Update zhTW: Allied Races.
  • [Localization] Update zhTW: Secrets of Azeroth.
  • [Localization] Update zhTW: Faithful Dog.
  • [Localization] Update zhTW: Crafting Orders.
  • [Localization] Use global strings: Crafting Orders.
  • [Localization] Update zhTW/zhCN: Honor Titles.
  • [Localization] Use global strings: Plunderstorm.
  • [Localization] Update zhTW: Weapon Master: fix typo.
  • [Localization] Update zhTW: Riding Trainer.
  • [Localization] Update zhTW: The Scepter of the Shifting Sands.
  • [Localization] Update zhTW: The Scourge Invasion.
  • [Localization] Update zhTW: Elemental Unrest.
  • [Localization] Update zhTW: Card.
  • [Localization] Update zhTW: Honor Titles.
  • [Localization] Update zhTW: Thousand Boat Bash.
  • [Localization] Update zhTW: The Great Gnomeregan Run.
  • [Localization] Update zhTW: Pirates' Day.
  • [Localization] Update zhTW: Midsummer Fire Festival.
  • [Localization] Update zhTW: March of the Tadpoles.
  • [Localization] Update zhTW: Harvest Festival.
  • [Localization] Update zhTW:Free T-Shirt Day.
  • [Localization] Update zhTW:Day of the Dead.
  • Molten Front: Ach and vendor coords
  • [DB] Update crit of ach:Thirty Six and Two.
  • Numbers are stupid
  • Cleaning up some NYI info
  • Update Battle Pets.lua
    Snapdragon Pup only available during Naga Invasions.
  • Update Treasures.lua
  • Update Treasures.lua
  • TWW bonus objectives appear to be unavailable at lvl 80 (not confirmed with party sync)
  • Couple minor data errors
  • [Misc.] Add TW region function.
  • some chinese only promo stuff
  • [Localization] Update ObjectDB: Wind Stone.
  • [Localization] Update ObjectDB:Lesser Wind Stone.
  • Finished new stuff for non-evoker Dracthyrs.
  • Parser: No longer allows automated removal of contrib-added content when useless automation data attempts to incoporate into the same data
  • Converted Ensemble: Stormrider's Attire to iensemble
  • Retail: Fixed Lua error when map doesn't exist
  • Retail: Content from other maps which are mapped into a different map will now be nested in a header pertaining to that map to help distinguish the different Source Location
  • Retail: swapped questIDs colors with unlocks for Snapdragon Treat
    otherwise it will block zone to be 100%
  • Retail: fixed typo for muddy treat hqt and added source quest for new fp
  • Added new dracthyr items for other classes.
    Added back worgen and goblin monk items. It is now possible to collect them with TWW collecting system change.
    Added missing items from cataclysm group finder satchel.
    Added race without lock for future use.
  • Fixed Puntable items.
  • Fixed Grim Batol items for TWW season 1.
  • [Localization] Use global strings: Delves.
  • [Localization] Update & uniform all Board.
  • [Localization] Update Dungenos & Raids.
  • [DB] Update Header ID.
  • C-C-C-Combo breaker. Fix typo in preprocessor
  • Add preprocessors to notes related to Soft Foam Sword to expansions prior to Legion
  • Stitches be Crazy! (Duskwood updates)
  • [Localization] Update zhTW: expansion's lore.
  • [DB] Primal Storms: fix typo.
  • [Localization] Update others: Primal Storms.
    fixed ##1864.
  • [DB] Update icon: Primal Storms.
  • [DB] Add custom header: Primal Storms.
    Use customized headers to replace the original spell-based headers.
  • [Localization] Update zhTW/koKR:Primal Storms.
  • Update Winter Veil gifts
  • [Localization] Update zhTW:Bonus Roll.
  • [Localization] Update zhCN/zhTW:Common Vendor Items.
  • [Localization] Update zhCN/zhTW:Common Dungeon Drop.
  • [Localization] Update zhCN/zhTW:Common Box Drops.
  • [Localization] Update zhTW:Class Trial.
  • [Localization] Updat zhTW:Group Finder.
  • [Localization] Update zhTW:Trial of Style.
  • [Localization] Update zhTW:WoW's Anniversary.
  • [Localization] Update zhTW:Stranglethorn Fishing Extravaganza.
  • [Localization] Update zhTW:Seasonal Fish.
  • [Localization] Update zhTW:Kalu'ak Fishing Derby.
  • [Localization] Update zhTW:Feast of Winter Veil.
  • [Localization] Update zhTW:Dragonriding Cup.
  • [Localization] Update zhTW:Call of the Scarab.
  • [DB] Use EXPANSION header of TWW instead of custom header.
  • [Localization] Update zhTW:Warcraft Rumble.
  • [Localization] Update zhTW:Warcraft Movie.
  • [Localization] Update zhTW:Heroes of the Storm.
  • [Localization] Update zhTW:Hearthstone Events.
  • [Localization] Update zhTW:Discord Promotion.
  • [Localization] Update zhTW:Diablo Events.
  • [Localization] Update zhTW/ru:he War Within Seasonal Promotions.
  • [Localization] Update zhTW:Dragonflight Seasonal Promotions.
  • [Localization] Update zhTW:Shadowlands Seasonal Promotions.
  • Removed commented out code
    this was most likely added because WoW was firing the wrong questID in the first couple of days of Siren Isle
  • Removed wrong SI bonus objective
  • Siren Isles Objects stuffs
  • [Localization] Update zhTW:Collector's Editions.
  • Add Winter's Veil 2024 Gifts. Happy Holidays!
  • [Localization] Update zhTW:BlizzCon.
  • [db] Updata all db.
  • [Localization] Update zhTW:The Ahn'Qiraj War Effort.
  • [Localization] Revert Change:BlizzCon.
  • [Localization] Update zhTW:Demon Traniner.
  • Sort some items, fix parser error
  • [Localization] Update zhTW:Classic Phases.
  • [Localization] Update zhTW:Dire Maul.
  • [Localization] Update zhTW:CategoryDB - Bags.
  • [Localization] Update zhTW: dragons of nightmare.
  • isGuild field can be gotten from Wago files
  • Update Feast of Winter Veil.lua
  • Fix some minor errors
  • Fix typo
  • Fix typo
  • [Quest] Update Desolace.
    Help for Desolace is not locked by Hero's Call: Desolace!
  • Contribute: Now registers for spellcast detection when soft interact is able to be used on a GameObject to hopefully include most mouseclick interacts as well
    Contribute: Properly ignores reporting GameObjects marked in MobileDB when captured via mouseclick instead of soft-interaction
  • Merge branch 'master' of https://github.com/ATTWoWAddon/AllTheThings
  • Contribute: Added available tooltip text to object report
  • More Stolen Present tweaks
  • Contribute: Added a bunch of ignored and mobile objects; changed message slightly for existing coords

4.2.3a

23 Dec 07:08
4.2.3a
83f1ea4
Compare
Choose a tag to compare

AllTheThings

4.2.3a (2024-12-23)

Full Changelog Previous Releases

  • [Localization] update zhCN/zhTW:fix typo.
  • Added the 'sensemble' shortcut for when an Ensemble is directly-granted by SpellID alone
    Parser: Refactored some Ensemble logic to fit more scenarios in which a TransmogSet data is determined
    Parser: Added a bunch more WARN logging for situations where Ensembles end up with no data to help protect future erroneous situations
    Ensemble: Stonebound Earthen Regalia converted to 'sensemble'
  • Retail: Added glyphs of the pistol shot
  • Parser: Added a WARN log when an iensemble fails to associate with any SpellEffect records (to pull in TransmogSet properly)
    Parser: Fixed an issue where unknown ItemEffect types were being prioritized over known ItemEffect types when associating SpellIDs from Wago data (e.g. Anniversary ensembles)
  • Updated Retail Wago files
  • Fix Gill'el

4.2.3

22 Dec 18:00
4.2.3
dd57f94
Compare
Choose a tag to compare

AllTheThings

4.2.3 (2024-12-22)

Full Changelog Previous Releases

  • ci: set timeout for release workflow builds
    when Lua files have broken syntax Parser waits for the files to be fixed

    this never happens in CI so we can exit early instead of waiting for the default 6-hour timeout for the job

  • [Localization] Update zhTW:genernal.

  • Various promo fixes

  • Mark Razer promo as limited time

  • Crown of the Violet Rose is no longer available

  • Reven pet is still available

  • Added 'An Armored Charge' quest.
    Blizzard is using spellIDs over 1 million now - increased spellID in parser config.

  • Missing endif in BWL file
    Various Siren Isle treasure/quest addition/revision

  • [Localization] Update zhCN/zhTW:BlizzCon.

  • [TOC] Update classic era version for PTR.

  • [Setting Page] Adjust the display of Phase.
    the phase of the expansion will not be displayed if game's version is lower than the version of the expansion.

  • Update Nvidia promo

  • SOD: Added the Warlock Class Quest Weapon chain to BWL to the best of my limited ability. (I don't have a warlock nor do I play SOD)

  • The UNIQUE_APPEARANCE now gets exported for all classic flavors.

  • SOD: Fixed a bug with hidden/dynamic objective text not falling through to the provider.

  • SOD: Removed leftover comment?

  • SOD: Added a couple missing shadowflame versions of the weapons.

  • SOD: Updated the Sulfuras, Hand of Ragnaros achievement.

  • SOD: Added the 'Core Forged' variants of the Tier 2 gear to Duke Hydraxis in Molten Core.

  • SOD: Added updated BWL loot. (file in progres... sigh)

  • SOD: Added BWL bonus loot chest object data.

  • The SHARED_APPEARANCES is now included regardless of game flavor.

  • SOD: Fixed some comment spaces.

  • SOD: Clarified a note on The Molten Core boss.

  • Organized the WOE Earthen Drop HQTs
    Some other Siren Isle data

  • Anniversary: Blizz sneakily added Sandy Shalewing to Bobadormu

  • created stormphase for siren island
    we had many notes for things that require stormphase. now with an header, the user also gets the info.
    everything should load in both minilists with only minor duplication (1 item)

  • darkal not parsing uwu

  • FIxed some HQTs.

  • [Misc.] Update max item ID for SoD phase 6.

  • [Parser] Update Config for SoD.

  • [Localization] Update zhTW:Phases.

  • toy is from specific rares
    added note for every stormphase rare

  • moved world quests to bonus objectives since blizz calls them that

  • SOD: Updated Nightmare Grove and moved old world boss loot to their own npcs for tooltips reasons.

  • added SI bonus objectives
    sourced citrines and crate to correct locations
    added common rare boss drops
    pressed parser (i misclicked)

  • SOD: Whoops, lol.

  • SOD: Added the Nightmare Grove raid instance content.

  • [Localization] Update zhTW:last for general.

  • [Localization] Update zhTW:genernal.

  • [Localization] Update zhTW:general.

  • [Localization] Update zhTW:general.

  • [Localization] Update Expansion Features string.

  • []

  • Ashvane Issued Workboots and Barnacle-Encrusted Chest are fixed.

  • Winter's Presents are yearly.

  • Fixed timewalking anniversary quests.

  • [Localization] Update zhCN/zhTW.

  • [Localization] Update zhTW: SoD.

  • [Localization] Update zhCN:SoD & fix typo.

4.2.2

21 Dec 05:46
09e55fc
Compare
Choose a tag to compare

AllTheThings

4.2.2 (2024-12-21)

Full Changelog Previous Releases

  • [GitHub Issue] Update bug report form.
  • Update Weekly Holidays.lua
  • Update Categories.lua
  • A Shattered Journey
    Likely in the wrong spot..
  • Reparsed all classic DBs for validation checking.
  • Parser: Added a warning message when a Wago CSV file appears to be invalid
    Parser: Ensembles which trigger other TransmogSets by way of matching QuestID flag now include these additional Sources in the Ensemble (these are the ones typically granted following a re-log)
    Fixed Ensemble: Obsidian Dracthyr Battlegear Mail Armor to use iensemble
  • Retail: Fixed an issue with TransmogSet Wago file download
  • Parser: Fixed an issue affecting Classic parses that caused Items to retain an incorrect filter value which led to many Items not having their Appearance Sources attached
  • Fixed Ensemble: Temporal Burdens to use iensemble
  • Fixed Ensemble: Infinite Acolyte's Regalia to use iensemble
  • Updated PTR and Retail Wago CSVs
  • Parser: Now allows _doautomation to override ignoring an Achievement's CriteriaTree based on weird Blizzard data
    Retail: Fixed some Cata quest achievements which were marked as ignored but have actual Criteria
  • Merge branch 'master' of https://github.com/ATTWoWAddon/AllTheThings
  • parrssee

4.2.1

20 Dec 21:33
Compare
Choose a tag to compare

AllTheThings

4.2.1 (2024-12-20)

Full Changelog Previous Releases

  • BattleNet API harvest 11.0.7 & reparse
  • Fyrakk Coord fix
  • Fix plunderstore headers
  • Add 2023 present rewards to Stolen Present, fixes #1867
  • Fix some reported errors
  • Classic: Fixed a Parser issue when certain Wago files are not existing
  • 2nd source for cyclonic rune key
  • added slim
  • [Localization] Update zhTW.
  • [Localization] Update zhTW.
  • [Localization] Update zhTW.
  • Add Path of Ascension rewards to vendor
  • Parser: Fixed reversion of nested iensemble not properly incorporating the ensemble items
    More various duplicated QuestIDs cleaned up
    Fixed two remaining heritage ensembles to sue iensemble
  • Attempting to force rename this file extension...
  • Parser: QuestIDs merged into Items now properly track themselves as existing (so that they don't show up in Unsorted potentially if linked to API data)
    Various clean up of QuestID's and other random stuff I noticed
  • Retail: Fixed a symlink issue for meta achievements where it could fail to fill subsequent meta achievements within popouts or minilist
  • Retail: ItemWithQuest is now considered trackable even when not repeatable
  • Parser: _noautomation now prevents Item incorporation as well
  • Couple account-wide Quests
  • Parser: Adjusted logic so that multiple SpellEffects which all map to a single QuestID no longer apply that QuestID to any associated Items
  • Retail: ItemWithQuest is no longer an inherently collectible type (previously via +HQT toggle) [These will be reviewed and converted to Character Unlock Items as deemed applicable]
    Parser: Fixed sorting priority ItemEffect of SpellID assignment to Items
    Parser: Reorganized some Item data incorporation
    Parser: Items no longer have questID overwritten by Wago data if manually assigned (reported in Debug parse)
  • Update Feast of Winter Veil.lua
  • Update Feast of Winter Veil.lua
  • New Quest (Alliance?)
  • Retail: Hungry, Hungry Snapdragon - wrong questID requirement
    q: 84839 - instead of 85839 (re-gather more data)
    added Bilge Rat Swabbie's Brush
  • Update Winter's Veil, Cata timewalking, and fix misc errors
  • Some fixes in Kul Tiras for old data
  • Updatez
  • Update Delves.lua
    Corrected costs, i think
  • Retail: Missing map info dialog now includes whether it is an instance
  • API Harvester: Updated to use Bearer Auth to meet Battle Net API changes
  • Parser: Items now incorporate their SpellID using Wago data
  • Parser: Added new Wago Types for Items
    Parser: Item data merging for Parser-only fields now falls back to the base Object merging implementation
    Parser: Adjusted DB merge functionality to also merge to Item store
  • Wago files update batch file updated for PTR and Retail
    Refreshed Wago files
    Added Item/ItemEffect/ItemXItemEffect to Wago CSV selection (WIP for Parser incorporation)
  • Added 11.0.7 to awp command.
  • [Misc.] fix typo.
  • [Misc.] Update release schedule.
  • Fix some reported errors, tweak thunderbird
  • Retail: another bunch

4.2.0

18 Dec 16:12
Compare
Choose a tag to compare

AllTheThings

4.2.0 (2024-12-18)

Full Changelog Previous Releases

  • parssssssssssssse
  • Retail: fixes for Siren Isle
  • Remove redundant tag
  • Mark new Diablo promo as time limited
  • Kzah Algar Lore Hunter appearantly is fixed
  • Siren Objects
  • Update Unsorted.lua
  • Add Stay A While
  • Update Zone Rewards.lua
  • Siren Isle Updates
  • Update Quests.lua
    Corrected questgivers
  • Another spider went up the hill...
  • Molten Front: King of the Spider Hill
  • Keeshan: First Blood, Part III (Redridge Mountains updates)
  • More ensemble cleaning
  • Add Lingering Shadows questchain, clean some ensembles
  • Add Diablo IV: Vessel of Hatred promos
  • Bump version, parse, fix reported errors
  • Autocomplete
  • Fix some tabs
  • Fix some reported errors, sort Siren Isle vendors
  • Some ensemble things
  • Source harvest for 11.0.7
  • Harvested Retail AchievementDB
  • Retail is now automating with 11.0.7 Wago files to be ready for patch day
  • Latest new 11.0.7 achievements plus Wago file update
  • Classic: Fixed a bug with dynamic categories for the Toys window.
  • Update Krasarang Wilds.lua
    Coords
  • Fix some guest relations content
  • Cataclysm: The MiniZep Controller achievement isn't available. Notes indicate this was fixed to award the achievement in 6.2.3.
  • Fix some reported errors
  • Contribute: Added a Map Precision override table to allow maps to define alternate coordinate precision for checking (small -> further coord distance, big -> closer coord distance)
  • Cataclysm: Fixed the contents of the Stolen Present.
  • treasure chest fix

4.1.13

15 Dec 16:56
4.1.13
Compare
Choose a tag to compare

AllTheThings

4.1.13 (2024-12-14)

Full Changelog Previous Releases

  • small fixes
  • Cataclysm: Fixed a number of Shadow Labyrinth drops that were moved in 7.3.5.
  • Cataclysm: Leggings of Assassination originally dropped from Murmur pre 7.3.5.
  • Unsorted
  • Generate Missing
  • Sort Recipes
  • Harvest: 11.0.7.58046
  • Harvest: 11.0.7.57788
  • Harvest: 11.0.7.57641
  • Harvest: 11.0.7.57528
  • Harvest: 11.0.7.57409
  • Harvest: 11.0.5.57689
  • Harvest: 11.0.5.57637
  • Harvest: 11.0.5.57534
  • Harvest: 4.4.1.57916
  • Harvest: 4.4.1.57564
  • Harvest: 4.4.1.57359
  • Harvest: 3.4.3.57978
  • Harvest: 3.4.3.57635
  • Harvest: 1.15.5.57979
  • Harvest: 1.15.5.57917
  • Harvest: 1.15.5.57807
  • Harvest: 1.15.5.57716
  • Harvest: 1.15.5.57638
  • Harvest: 1.15.5.57611
  • Harvest: 1.15.5.57537
  • Untest
  • Test
  • Cata EF: Hyjal Thrall
  • Fix minor errors
  • Mount Hyjal BfA phase
  • Classic: Fixed a bug with the added with patch tooltip value.
  • Cataclysm: Fixed some leatherworking phase assignments and added the Bloodthirsty cloaks.
  • Classic: Fixed an issue with the Find and Soft Reserves window.
  • Retail: Removed repeatable check from Trackable visibility assignment
  • Missing provider/coords for q:36219
  • Setup Nvidia promo, fix some reported errors
  • Added a ton of missing BoA tokens to BRF due to Blizzard not utilizing modID at the time for Item variants between difficulties/sources
  • Raw Repeatable Quests are always considered available
    Retail: Trackable Things should remain visible when they are raw repeatable
  • Adjusted coloring of Debug information on Filters to better-indicate which Filters are currently active or not as to why Filtering would be excluding tooltip information, etc.
  • Retail: Removed storage of 'CommonItems' which is no longer used
  • Retail: Adjusted caching of Mounts to utilize a 'Mounts' table instead of 'Spells'. Additionally, Mounts are no primarily stored only in AccountWideData, with only a few Character-specific Mounts being cached by Character (As each Character is relogged, this will result in smaller ATT saved variable file as the redundant storage is cleaned up)
    Retail: Added a 'PartialSyncCharacterData' for Mounts data when recalculating Account data
    Retail: Spells cached for Mounts are no longer stored in the Character or Account 'Spells' cache
  • Retail: Fixed Battle Pet collection always showing account-wide credit collection icon
  • Retail: BattlePets can use typical collected logic since they're automatically considered account-wide
  • Use 'was' instead of 'were' for singular references
  • Adjust base check for whether a Class must define its CACHE field
    Added CACHE to Classes where applicable
  • Moved base Class fields 'modItemID' and '_missing' to be available in Classic versions as well since some upcoming tech changes will require this for simplicity
  • Removed duplicated Family Battler from Pet Battles section (proper listing is under Outdoor Zones)
    Regex whitespace cleanup in Pet Battles file
  • AddSimpleCollectibleSwap now includes the swap during the OnStartup event to ensure the function is properly set prior to initial updates
  • [Quest] Update Exiles Reach's timeline.
  • Added a debug information type for Item Bonuses
  • Exiles Reach: Correction
  • Some indentation and cleanup
  • Update README.md
  • PTR: a little more clear up, added exploration for Siren Isle
  • Contribute: Couple more spammy treasures
  • Update felcycle secret with 9 O'clock basin solve
  • Exploration: Broken Isles (Powered by Dora... I mean, Darkal the Explorer)
    And some minor stuff from around the Azeroth
  • [Report Issue] Add some description for feature request.
  • [Report Issue] Use ChatGPT to optimize descriptions.
  • [Report Issue] Correct wording.
  • [Report Issue] Add feature request template.
  • Vashj'ir: Erunak Stonespeaker
  • Fixed timeline for duplicated Character > Heirloom > Band of Radiant Echoes (eventually plan to re-work Heirlooms with better ATT tech)
  • Contribute: Fixed map Lua error
    Fixed LFR Wings of Shattered Sorrow getting eaten by the LFR Warband version
  • Contribute: Don't report areas that are already sourced (some can cross maps in weird cases... maybe those are technically different areaIDs and can be manually figured out from Wago data)
  • [Misc.] Update release schedule.
  • Fix some reported errors
  • Retail: TWW exploration
    Azj-Kahet with dupes nodes, that commented out. They trigger report if you manage to discover them from other locations/bordered side of maps.
  • Contribute: Fixed GameObject format & added a couple more
    Moved Bountiful Coffer as provider of Bountiful content
  • Ignore a valve in ICC from Object check
  • Skip checking for exploration Areas if inside an Instance
    Fixed Contribute checking for coords on Quests inside Instances (when no valid coords are returned... some special instances do still allow coords)
  • visit_exploration types are now completely omitted from Classic builds unless specified as valid within 'ValidExplorationAreaIDsForClassic'
    Added a bunch of Mount Hyjal explorations
  • Fixed a duplicated areaID in valid Classic table
    Resetting Reports will now allow missing areas to be re-reported
    Moved the missing area check so that it processes even when no API-based areas exist, and only run the extra check if in 'Contribute' mode
  • Retail: __merge is now inherited if already existing from the merge Source (fixes weird recursion issue in Firelands)
  • Another Public Servant
  • Retail: Migrated an Heirloom collection Event to the actual Heirloom module
  • Retail: Added 'bonuses' field for Items (not yet used)
  • Dun Morogh: A Public Servant
  • Adding descriptions to various New Character weapon entries (#1860)
    • Adding descriptions to New Character Hunter weapons

    • Filling out allied race weapons

  • Parser: Minor adjustment to Cost handling which seems to remove Parse errors with some Costs within Objectives...
  • Uploading some stashed changes I have for weeks: Fixed CN only tag.
  • Uploading some stashed changes I have for weeks: Added sound to exploration reports.
  • Cata Zul'Aman: Minor fixes
  • PTR: clearing up stuff
  • Fix some reported errors

4.1.12

09 Dec 00:20
4.1.12
Compare
Choose a tag to compare

AllTheThings

4.1.12 (2024-12-08)

Full Changelog Previous Releases

  • Cataclysm: You can enchant the Twilight Cultist set to collect it permanently.
  • Cataclysm: Darkmoon Pit Fighter not available until Hour of Twilight.
  • Gruffscale Leggings was added in Wrath, removed in Cata, and then added back with BFA.
  • Living Cowl was removed with Cataclysm and added back in BFA.
  • Added Shatterscale Mightfish to Mount Hyjal and Twilight Highlands.
  • Cataclysm: Foundations of Courage was added with Dragon Soul, not Firelands.
  • Cataclysm: Rift Bracers was removed from the game with 4.0.3 and then added back in 7.1.5.
  • Classic: Fixed a bug with exploration achievements caused by impossible to collect criteria introduced as visitation in Retail ATT.
  • Pyrox Flats was added with Cataclysm.
  • Cataclysm: Fixed BB King achievement criteria.
  • Retail: Holding Shift when looking at an achievement will now display the full criteria structure like it does in ATT Classic.
  • Update README.md
  • Cataclysm: Removed an unused Stratholme criteria. (it was added later after Cataclysm launch)
  • Cataclysm: Fixed the To All the Squirrels Who Cared for Me achievement criteria.
  • Moved a couple more over to the root outdoor zones achievements header.
  • Moved Surveying the Damage to the root Outdoor Zones achievements header.
  • Moved Stood in the Fire to the root Outdoor Zones Achievements section.
  • Added the ifclassic helper function for values whose state is changed between retail and classic. (ANYCLASSIC)
  • Format Adjustment: ", {" to ", {". Removed an extraneous space.
  • Exploration: Northrend & Broken Isles
  • Now that classic supports criteria the same way that retail does (at least for cataclysm...) we can remove some of these classic only sections.
  • Added some "merge" symlink entries to remove a parser warning.
  • Removed some "merge" symlink entries to remove a parser warning.
  • Shared Description for mechanar bounty.
  • [Msic.] Fix format error.
  • [Misc.] Change location.
  • [Misc.] Update release schedule.
  • [Misc.] Add release schedule.
  • Retail: Spreading The HQTs
  • [Issue Report] New bug report form.
  • Contribute: Fix not capturing unsourced objects by leaving when we ignore instead of leaving when we don't ignore 🤦
  • Retail: when you want to sort radiant remnant, but find rabbit hole
    ongoing thing
    Note: some of stuff in area tied to active wqs, seems like it, or depend on weekly quests .-.
  • Wanderer's Festival HQT
    Contribute: Don't check for missing objects if they're marked in MobileDB
  • 735
  • Updated the criteria for the To Current Matters breadcrumbs
  • Retail: bunch of sesstion fixes
    • moved hqt under ef -> dragonscale expedition by Darkal request
  • Contribute: Fixed not passing the id to the ignore check functions
  • Another coord for Void-Seeped Cache
  • Contribute: Set the correct 'id' value in Report text
    Contribute: Added another 'Opening' spell (there's like 140+ of them on Wowhead, I hope not all of them are relevant...)
  • Contribute: Use distance of 2 (instead of 0 for testing) for object coord detection
  • PTR: more clean up
  • Added some preliminary Object-looting tracking and reporting to /att contribute [NOTE: This requires the game option 'Enable Interact Key' to be enabled, and for in-game Objects to be interacted with via the 'Interact With Target' key at this time]
    • I have not done a super extensive amount of testing with this so please report anything weird if you use this feature
  • Added /att report-reset - can be used to reset any Reports which were generated without needing to reload UI
  • Parser: Now handles Criteria which require Followers and Missions automatically
    Parser: Can use '_doautomation' on an Achievement if Parser doesn't want to automate it due to where it is listed (i.e. under a 'real' NPC)
    Retail: Missions are Things
    Added a bunch of Missions that Parser told me to... or else
    Cleaned up a bit more achievements which are automated properly
  • Misplaced Fishing header
  • Few more automatable achievements that work correctly now [WIP]
    Retail: Added Mission ID information type
  • Removed a couple noautomation/achraw which seem to work fine with current data/logic (WIP)
  • Retail: Isle of Dorn coords fixes
    • added DF sourseless hqt
    • exile reach has different npcID for one quest for some reason, added note to it
    • hqt for teaching enchanting (probably new one otherwise idk why there wasn't reports)
    • also some wierd npcids off for some quests, I blame only Blizzard for this
  • Parser: Achievements whose CriteriaTree specifies a Progress Bar or an Amount greater than 1 for the requirements will now force the nesting of the incorporated Criterias (previously this was always being forced as a temporary measure to fix certain Achievements [e.g. 1832] but caused wacky behavior for others [e.g. 429,1836,1837]
  • Retail: Opening Professions with 'Debugging' enabled will now properly export all harvested Reagents
  • Retail: Re-harvested all Professions' Reagents manually (since some are still missing Recipes)
  • Update 11.0.7 PetDB
  • Un-break pre-processor
    Added warbound-only version of Wings of Shattered Sorrow from LFR 😩
  • Fix some promo timelines
  • De-orphaned 'Hero's Call: Duskwood!' breadcrumbs (26728/28564)
    Removed inaccurate comment on q:26365
  • Removed a Rank 1 Curio that can be missed and impossible to collect (or wiped via saved var reset)
  • PTR: Siren Isle battle pets
  • Retail: actually, let's move them into NYI and fix typo
  • Retail: The Ringing Deeps missing quest requirement for alts
    • moved drinks for vendor machine into objects (from unsorted) and added costs for them as for clarity
    • few exploration in zone
    • TODO: there some [PH], need re-confirm their IDs from in-game. Wowhead have old -beta- names.
  • Add Razer promotion and Break The Meta, move SteelSeries promotion
  • Some Contribute adjustments for upcoming additions
  • Completed Quests are not available also
  • Costs now use IsQuestAvailable to check chaining costs through Quest-linked Things (i.e. fixes a niche case where an Item is needed for an account-locked Quest which provides another Cost for something currently available to that Character, and that first Item is then marked as a Cost)
  • Added simple function to return if a Quest is available per current ATT settings
  • Added some safety concat values for app:SearchLink() if a bad group is provided
  • Jenafur steps converted to HQT and fixed a bit of data structure to current standards
  • DmF: Spawn of Jubjub
  • Fix some ensemble hqts
  • Retail: exploration and leveling fixes
  • Fix shop ensemble
  • Tweak some promo items
  • Retail: More /attrandom code compression!
    Retail: Added 'Factions' and 'Titles' to /attrandom for those of you who have clearly exhausted all existing options :rolling_eyes:
    Retail: Titles are properly considered a 'Thing'
  • Zul Gurub: Coherent guide for Gurubashi Tribute.
  • Retail: Bit more /attrandom simplification
  • Retail: Refactored and simplified a lot of logic for /attran(dom)
  • Retail: GetRelativeFieldInSet returns the actual matching value from the group instead of just '1'
    Retail: Filled NPC data will now always use the proper Header from which the filled data was Sourced (i.e. if an Item is linked via 'crs' under a CBD Header, it will retain that CBD Header when filled under the corresponding NPC. This should help to clarify some content in older raids/dungeons which is common vs. what is individually dropped on a boss)
  • discord promo fixes
  • Fix some reported errors
  • Add new store bundle and discord quest
  • Old Crafty and Old Ironjaw criteria hidden because that just created more confusion
  • I have a question for Blizzard. Why.
  • I hate Blizzard
  • Retail: Fixed tooltip for popout roots showing unnecessary data in the 'Contains' section
  • Retail: Fixed Achievement Criteria not always showing what Achievement they belong to in tooltips
  • [Localization] Update zhTW.
  • [Misc] Update git install script.
  • Strip questid 26741 from questdb to fix bad faction tagging in reused HQT
  • exploration quick fix
  • For the Brotherhood! (Westfall stuff)
  • Potentially fixed the "Explore Wetlands" achievement issue on Classic Anniversary realms. (as well as Era/SOD)
  • Exploration: Outland & Northrend (powered by Darkal)
    And some minor stuff in Elwynn Forest
  • Guest Relations Object names
  • Update 2 - Nerub'ar Palace.lua
    Curio now lists the vendor as source so that you know where the turn-in is.