Skip to content

Releases: DeadlyBossMods/DBM-Challenges

r157

11 Jul 08:13
dcbc6d7
Compare
Choose a tag to compare

Challenges

r157 (2023-07-11)

Full Changelog Previous Releases

  • Bump TOC
  • adjust mod prio

r156

02 May 09:24
01850e7
Compare
Choose a tag to compare

Challenges

r156 (2023-05-02)

Full Changelog Previous Releases

  • bump toc
  • Add IconTexture

r155

21 Mar 08:55
9acfa4c
Compare
Choose a tag to compare

Challenges

r155 (2023-03-21)

Full Changelog Previous Releases

  • Bump toc files

r154

24 Jan 07:36
2ab4f89
Compare
Choose a tag to compare

Challenges

r154 (2023-01-24)

Full Changelog Previous Releases

  • bump toc
  • extra checks

r153

17 Jan 07:10
fc6c4c0
Compare
Choose a tag to compare

Challenges

r153 (2023-01-17)

Full Changelog Previous Releases

  • Fixed some legacy bugs in torgghast and vison of orgrimmar, in case they ever become relevant again I suppose

r152

15 Nov 05:50
b567957
Compare
Choose a tag to compare

Challenges

r152 (2022-11-15)

Full Changelog Previous Releases

  • no message

r151

25 Oct 14:54
42a5e59
Compare
Choose a tag to compare

Challenges

r151 (2022-10-25)

Full Changelog Previous Releases

  • Bump TOC file
  • Disable massive charge timer, it's not consistent
  • Fixed a bug where Anthanos' abilities were on wrong boss (Azaruux)
    Added basic ability warnings to Azeruux
  • Fix invalid spellId
  • More attempted fixes, because god forbid this be easy and just have proper usable events.
  • hi luacheck
  • This seems to be working, hopefully without any caveats i'll find later, cause every other thing seemed to work too, til it didn't
  • Disable bad code that just makes all pulls wins. i'll leave it in current state that all pulls are losses instead unless yuo're targetting boss.
  • One day i'll get this working. just sucks I have to spend so much time on something blizzard could have done faster :\
  • Try to speed up and improve victory detection
  • Add some content to Azaruux, Kalisthene, and Splinterbark
  • More accurate and faster wipe detection
  • Apparently find and replace exact matches, can't find all exact matches
  • Fix numpty
  • Attempt to imrpove wipe detection in PoA
  • Fix all PoA mods incorrectly behaving like scenario mods
  • Fix double consume warning
  • remove the last timer from torghast mods.

r150

16 Aug 16:18
cf167b2
Compare
Choose a tag to compare

Challenges

r150 (2022-08-16)

Full Changelog Previous Releases

  • TOC bump

r149

31 May 14:53
0a2a6cb
Compare
Choose a tag to compare

Challenges

r149 (2022-05-31)

Full Changelog Previous Releases

  • toc bump
  • Kyrian Path scenario update:
    • Only start humility timers on humility difficulty index
    • Store wipes/kills per difficulty
  • Merge pull request #32 from Hollicsh/patch-9
    Update localization.ru.lua
  • Merge pull request #31 from Hollicsh/patch-8
    Update DBM-Challenges.toc
  • Update localization.ru.lua
    Title in Russian
  • Update DBM-Challenges.toc
    Minor typo
  • Cleaner string match, so we don't have to use select()
  • Better pattern regex for White Tiger
  • fix typo here too
  • Fixed some typos
  • Update localization.ru.lua (#28)
  • Craven mod now done
  • Another boss down
  • Update DBM-Challenges.toc (#27)
  • functional win detection, if you're targetting boss when you win
    Added alerts/timers to another boss
  • Template other 6 bosses in even if they have no features, at least they'll have stats
  • populate Echthra with warnings and timers
  • Merge pull request #26 from Hollicsh/patch-3
    Update localization.ru.lua
  • Update localization.ru.lua
    Add Path of Ascension (Shadowlands)
  • cleanup last
  • fix oversight
  • Preliminary support for path of ascension mods. Only includes berserk (humility) timers ATM

r148

09 Apr 21:27
af49ca4
Compare
Choose a tag to compare

Challenges

r148 (2022-04-09)

Full Changelog Previous Releases

  • micro optimize. This will keep event handler from running in unneeded zones
  • update luacheck
  • This fixes healer mod
  • tweak last. kills should still have some recombat protection, wipes also raised to 3 seconds to allow some time for bosses to fall off boss health frame
  • Set recombat time to 1 on all mage tower mods,, so they don't fail to re-engage if you jump back in immediately after a wipe.
    Fix healer engage code, it will work once core is fixed, gave it some debug since it's ideal mod for testing core for now