* initial
* codestyle
* remove unused taskscheduler
* fix unsummon mechanic
better syntax
* fix other issues
* another issue
* dummy fix
* should fix gossip and event
* attempt to fix movement
* attempt at fixing Bly walk
* also make Weegli hostile + another attempt at move
ment fix
* another attempt at walk fix
* initialise and debug
* debuggo
* v2
* moooore
* oops
* try to fix with boolean again
* fix?
* fixmaybe
* revert
* remove leftovers
* and more on Weegli
* Fix visual crystals
This fixes the crystals not despawning on Medivh's death and being
resummoned after every reset
* Fix summoning circle visual after cleanup
Fix respawn of summoning circle visual NPC
Move respawn to same moment as Medivh respawn
* Fix race condition during script cleanup after event failure
This fixes the bug that rifts still spawn after shield is at 0%,
enabling players to exploit the instance and defeat bosses at their own
pace.
In general, removing rifts schedules spawning of new rifts
After failing the event (shield at 0%) this introduces a race between
rift despawn and (scheduler) cleanup
Fix it by introducing a check if the event has been started and should
still progress.
* Fix softlock of event during break after boss
Make sure that the delay condition is removed if event fails
Meeting certain conditions it was possible to softlock the event by
extending the after-boss-break indefinitely
* Cleanup failed instance without player interaction
This respawns Medivh and re-enables the event 5 minutes after a failure
Retrying the event shouldn't require all players to leave the instance
and to reenter
* Misc cleanups
Remove unused DataTypes
Rename variable to something more self-explanatory
Remove unnecessary checks and make scheduling of rifts more
straightforward
Fix typos
* 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
* fix(DB/SAI): Open Factory Door correctly (irreversibly)
Activate the Factory Door after the boss' death to open it instead of changing gameobject state only which can be reversed by another activation.
* fix(Script/Instance): Prevent Door being closed again after Server Restart
* Drop database name from update SQL
Other people might not use the standard database names
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
---------
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
* initial attempt at combat fix
with modernising
* fixes to scheduler
first Draft PR commit. Scheduler now works with boolean in capture list of lambda function.
* whitespaces
* debug
* debug2
* debug3
* debug4
* add omrogg equip query and debug5
* remove tabs
* Update data/sql/updates/pending_db_world/omroggequip.sql
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
* grouped taskscheduler
* added more groups
* adjust timer
* better handling
* v2 (too many commits)
* fixed melee
* clean up debug info
removal of yells
* more debug
* attempt at fix
* some changes to scheduling
* final
* whitespaces and extra lines
* better formatting
* final whitespace fix
* context fix
* dumb fix
---------
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>