* fix(Scripts/Midsummer): Randomize ribbon pole beam color
* Update data/sql/updates/pending_db_world/rev_1695820418952974700.sql
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
* Add Validate() to spell script spell_midsummer_ribbon_pole
---------
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
* initial
* no space -> jobs happy?
* why do I always forget this pepehands
* AREA_CASTING
* healing spells
* remove entries that should be done in SAI
* rancid mushroom
* remove weird leftovers
* comment phases
* initial
* restore me->CastSpell()
because apparently there is no overload of docastself that has triggerflags if I understand it correctly
* fix timers
may need some work - comments/thoughts welcome
* ms
* make kitzunu slightly less sad
* fixes
* revert
* Update boss_lurker_below.cpp
Co-authored-by: Angelo Venturini <Nefertumm@github.com>
* Update boss_lurker_below.cpp
---------
Co-authored-by: Angelo Venturini <Nefertumm@github.com>
* Add `OnBeforeCreatureSelectLevel()` hook
- allows modules to alter the level of a creature just before it is set
* Fix missing class name.
* Hook should catch even if the level isn't being changed.
* Trim whitespace.
* Revert "Trim whitespace."
This reverts commit 76768d85c0b9878828b71a008e709c1df7ddadc5.
* Fix whitespace
- Fix drinking being interrupted by dots
- Fix first super timer
- Fix missing Arcane Explosion emote
- Fix supers being locked by spell interrupt
- Correct drinking to 10% mana down from 20%
* refactor(Scripts/Midsummer): Assign enum values to gameobjects and spells
* rename GO_TORCH_TOSS_TARGET_BUNNY to NPC_TORCH_TOSS_TARGET_BUNNY
* add more enum values to enum flingTorch
* fix(DB/reference_loot_template): Corrected Shadow Labyrinth gem drops
Heroic Shadow Labyrinth bosses dropped incorrect gem.
They had a chance to drop Glinting Fire Opal, but this fix corrects them to drop Etched Fire Opal instead.
* Update data/sql/updates/pending_db_world/SL_gem_loot_fix.sql
* Update data/sql/updates/pending_db_world/SL_gem_loot_fix.sql
---------
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
* initial
* whitespace1
* fix timers
repeat maxtimer needs work. average is skewed because the max is very high. I took the average timer as maxtimer now
* fixes
* fix(Scripts/Midsummer): Make beam target Ribbon Pole top
progress #12145
* refactor(Scripts/Midsummer): shorten spell_midsummer_ribbon_pole_visual::UpdateTarget
* Fix Argent Dawn enchants to only be available once the appropriate quest has been completed.
* Remove horde-only flag, handle Chromatic enchant quests too