* chore(Core/Conf): Move DungeonFinder.OptionsMask to rest of lfg stuff
* fix(Script/Spells): Move some DK and Druid to spellscripts
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
* move
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
* more
* Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"
This reverts commit fbb1cbdf4f5f9349f150612176925a218ebb2b06.
* Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts""
This reverts commit 626bde3369a7d556c3a056f47054c63725524ce8.
* Update spell_dk.cpp
* Revert "Update spell_dk.cpp"
This reverts commit d8eefa6b878006fefd28159c1dbeedc03b34fd32.
* Revert "Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"""
This reverts commit 8ad785710499c61ab8aa06028b91fcb583896e67.
* Revert "Revert "fix(Script/Spells): Move some DK and Druid to spellscripts""
This reverts commit 626bde3369a7d556c3a056f47054c63725524ce8.
* Revert "more"
This reverts commit b1b2f56ac72e3ac8cd160da3b59df776d6a7a469.
* Revert "move"
This reverts commit 7a4b45b007a257c267e7c3f11e15b80081d9359f.
* Revert "fix(Script/Spells): Move some DK and Druid to spellscripts"
This reverts commit fbb1cbdf4f5f9349f150612176925a218ebb2b06.
---------
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
* Update UBRS/Pyroguard Emberseer script to fix issues and increase accuracy.
- Remove EVENT_PLAYER_CHECK which was causing triggering the fight to work only sporadically
- Break out pre-enter-combat phase to better emulate actual timing. Fixes DBM timing being off
- Pre-enter-combat sequence starts as soon as the adds are engaged, not after 32 seconds
- disable fire shield during pre-enter-combat to keep the fight from resetting
- remove faster add despawn which doesn't appear to be in the WotLK Classic version
- remove adds doing EVENT_ENCAGE every 10-20s, which was unneccesary and caused them to glitch move around the player
* Small change to pre-add timing.
* Resolves issue where patients were dying extremely quickly during the quest.
- updates other parameters to make the quest more Blizz-like and completable
* Correct starting patient count for Horde
* Correctly handle starting patient count for both factions.
* Whitespace removal
* Un-Pythonese variable name, slightly improve initial patient count call
* Match WotLK Classic timing for patient deaths