Implement Nexus-Prince Razaan Summoning Event

The way to summon Nexus-Prince Razaan c.21057 (needed for quests q.10675 and q.10867) is like this:

* The three types of Ethereals in Razaan's Landing summon a Deadsoul Orb when killed. These Orbs fly to get absorbed by an ethereal pillar. The pillar itself will show a progress bar of sorts. When 5 orbs are lit up the Nexus-Prince will start spawning.
* Failure conditions: If no soul is absorbed within 5 minutes then one orb on the pillar will go out. If still no souls have been absorbed after 1 more minute then all progress will be wiped and you have to start over.
This commit is contained in:
Saltgurka 2017-10-12 01:17:41 +02:00 committed by killerwife
parent f437d689ae
commit f3f54420f6
3 changed files with 118 additions and 0 deletions

View file

@ -317,6 +317,7 @@ UPDATE creature_template SET ScriptName='npc_vimgol_visual_bunny' WHERE entry=23
UPDATE creature_template SET ScriptName='npc_vimgol_middle_bunny' WHERE entry=23081;
UPDATE creature_template SET ScriptName='npc_vimgol' WHERE entry=22911;
UPDATE creature_template SET ScriptName='npc_spirit_prisoner_of_bladespire' WHERE entry IN(22460);
UPDATE creature_template SET ScriptName='npc_deadsoul_orb' WHERE entry=20845;
/* BLASTED LANDS */
UPDATE creature_template SET ScriptName='npc_fallen_hero_of_horde' WHERE entry=7572;