Skip to content

Releases: DeadlyBossMods/DBM-WotLK

r330

07 May 05:35
548a62f
Compare
Choose a tag to compare

Raids (WoTLK)

r330 (2024-05-07)

Full Changelog Previous Releases

  • Bump ToCs for 10.2.7
  • Fix some seticon nitpicks
  • apparently no one is actually ready for the cataclysm pre patch yet (ie multi interface versions separated by ,). So revert that for now
  • War within TOC Support

r329

29 Apr 02:14
99243f0
Compare
Choose a tag to compare

Raids (WoTLK)

r329 (2024-04-28)

Full Changelog Previous Releases

  • Migrate all old icon options to numeric type system
  • use GetSpellName where appropriate

r328

22 Apr 23:00
e98439e
Compare
Choose a tag to compare

Raids (WoTLK)

r328 (2024-04-22)

Full Changelog Previous Releases

  • Fix bad voice pack name in ICC trash
  • Update README.md

r327

13 Apr 00:26
24047cf
Compare
Choose a tag to compare

Raids (WoTLK)

r327 (2024-04-13)

Full Changelog Previous Releases

  • Fix luaLS reported bugs
  • Start LuaLS on wrath mods too
  • Update koKR (WotLK) (#66)
    Co-authored-by: Adam [email protected]

r326

19 Mar 13:18
57773ca
Compare
Choose a tag to compare

Raids (WoTLK)

r326 (2024-03-19)

Full Changelog Previous Releases

  • BUMP retail TOC
  • don't sync to the placeholder repo
  • Update README.md
  • Update README.md
  • update toc schema, apparently hyphen has been deprecated for years
  • toc restructuring
  • Update ci.yml
  • Better stage 2 handling in halion

r325

16 Jan 07:50
da2e26f
Compare
Choose a tag to compare

Raids (WoTLK)

r325 (2024-01-16)

Full Changelog Previous Releases

  • Bump tocs for 10.2.5
  • Update localization.cn.lua (#61)
  • fix typo
  • Fix variable names for options to actually match spell names
    Attempt to detect corp on boss when player changes realms in stage 3 and issue an updated alert if one hasn't been issued within last 3 seconds
  • RS-Halion: modernize GUI + phase voices (#60)
  • Prettier Corpereality code
    Don't run if content is trivial (ie a player will instantly 1-2 shot boss and get like 5 CLEU events for it all at once
  • RS-Halion: add Corporeality SA (#58)
  • add C_UIWidgetManager
  • shorten twilight cutter cast time by .5
  • Fix twlight realm debuff Id (how did that get fucked up, i literally copy/pasted it from transcriptor)
  • Another Halion Update:
    • Improve initial stage 2 timers on Halion for twilight realm by detecting when halions timers actually start (when tank engaged)
    • Fixed a bug where too many timers were stopped on stage 2 start. Only Fiery Combustion stops, breath and meteor continue
    • Fixed a bug where meteor timer is restarted on stage 3 start. Again, only Fiery Combustion resumes cause it was only one that stopped
    • Alternate Win detection for faction champions using mob death counting, Should hopefully fix #53
      • Changed alert text for anger stacks on northrend bests, should resolve #51
      • Various Timer adjustments. Closes #59
  • Updated Halion
    • Fixed some timer bugs (mostly breaths)
    • Vastly improved detectin of realm player is in, allowing to more appropriately filter warnings and use new timer fade tech for phase player isn't in
    • Reduced reliance on Yells for detecting phase changes and meteor casts
    • Reduced reliance on syncing since it's confirmed classic (like retail) now shows all combat log events for both phases (unlike OG wrath which only showed events for one you were in)
    • Fixed phase 3 soon announced from UNIT_HEALTH not scanning boss2
  • improve meteor warnings and clarity

r324

10 Jan 07:28
ff9bc0e
Compare
Choose a tag to compare

Raids (WoTLK)

r324 (2024-01-10)

Full Changelog Previous Releases

  • Fix distance APIs to only run in classic in wrath raids

r323

09 Jan 05:47
af3b9c1
Compare
Choose a tag to compare

Raids (WoTLK)

r323 (2024-01-08)

Full Changelog Previous Releases

  • Update dropdowns with groupings
  • remove loatheb dropdown on retail
  • Dropdowns still don't render at all if they don't have an option above them to anchor to, and since groupbyspells has removed most from misc section, added misc lines above all dropdowns as fallback
  • Fix minor missing color clafication on lich king
  • scope nearby checks to only run on classic lich king (and not retail lich king)
    Fixed defile near warning not having voice pack sound
  • Revert someof combat to RP timer changes, since I reworked and restored object and I do still want distinction of combat auto starts from rp "this doesn't auto engage" timers

r322

05 Jan 08:46
9c41dba
Compare
Choose a tag to compare

Raids (WoTLK)

r322 (2024-01-05)

Full Changelog Previous Releases

  • replace all uses of NewCombatTimer with NewRPTimer

  • Update The Ruby Sanctum for cn (#57)
    Co-authored-by: Adam [email protected]

  • Update localization.cn.lua for issue #54 (#55)

  • remove closeby alerts from all wrath raids.

  • removed twins and deathbringer infoframes

r321

07 Nov 11:53
3bf6f50
Compare
Choose a tag to compare

Raids (WoTLK)

r321 (2023-11-07)

Full Changelog Previous Releases

  • Bump tocs
  • throttle shadow prison
  • throttle shadow. prison
  • also disavble green ooze soak warnings if you're gas variable on heroic.
  • also disavble green ooze soak warnings if you're gas variable on heroic.
  • fix option name
  • Tweak defaults on putricicde to reduce spam based on common strats, plague just gets dumped in melee and allowed to bounce around. Although DBM has a throttle for target warning, it's still annoying so now off by default
    In addition, volatile ooze adhesive "help soak" alert is also off by default to reduce the screen flashing when green ooze is out. Target announce will still be present but the "help soak" and flash is gone by default now.
  • Remove support for shield health tracking in wrath classic, since API for getting amount doesn't exist there. To re-add it would require knowing all 4 OG values and that's not something I have off hand.
  • change blood prince council to use 13 instead of 12 since 12 isn't valid in classic but 13 is. according to https://www.wowhead.com/spell=72037/shock-vortex it should have been 13 all along anyways
  • Fix gui display issue with festergut
  • Change infest to healer only by default and add voice pack support that's more healer centric
  • fix a bug that caused defensive alert to warn all tanks and not just the correct tank on Faerlina
  • Forgot to push this, increase range of rangecheck on festergut from 8 to 10 to give a little buffer for the movement vile gas causes
  • sync
  • Fix kinetic bomb announce and timer in classic because it too fell victim of "nochanges" and intentional regression of api.
    Added count to the objects while at it