fix(Scripts/TheEye): refactor Al'ar (#18264)

* initial

* restore quill event

* with ismoving and debug

* final before timers

* clear all debuffs

* remove justreachedhome bossai

* huh?

* some fixes

* more fixes

* add 2 extra platforms for p1

* fix coords

* finalise

* change melt armor timer so it is not delayed

indefinitely - this is because we have a dive after 30 secs
that delays all timers. So at 30 secs we will have melt armor at
33 seconds, which then gets an extra 15 seconds from the delay all and another dive
after 30 so it gets pushed back even more before being able to be cast
This commit is contained in:
Dan
2024-02-08 03:43:19 +01:00
committed by GitHub
parent b8118fa06b
commit bc25ade498
2 changed files with 298 additions and 285 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE `entry` IN (19514, 19551);