mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Fixes and improvements for quests 6402 & 6403
* Fixes and improvements for quests 6402 (Stormwind RendezVous) & 6403 (The Great Masquerade): - Fix issues with recent waypoints changes - Add missing spells - Use proper spells for interacting with guards, morphing into Onyxia, dismissing mount... - Minor cosmetic adjustements
This commit is contained in:
parent
e24ff63db8
commit
994e699244
5 changed files with 78 additions and 68 deletions
|
|
@ -76,7 +76,7 @@ UPDATE gameobject_template SET ScriptName='go_unadorned_spike' WHERE entry IN(17
|
|||
|
||||
/* GUARD */
|
||||
UPDATE creature_template SET ScriptName='guard_orgrimmar' WHERE entry=3296;
|
||||
UPDATE creature_template SET ScriptName='guard_stormwind' WHERE entry IN (68,1976);
|
||||
UPDATE creature_template SET ScriptName='guard_stormwind' WHERE entry IN (68,1756,1976);
|
||||
UPDATE creature_template SET ScriptName='guard_contested' WHERE entry IN (9460,4624,3502,11190,15184);
|
||||
UPDATE creature_template SET ScriptName='guard_elwynnforest' WHERE entry=1423;
|
||||
UPDATE creature_template SET ScriptName='guard_darnassus' WHERE entry=4262;
|
||||
|
|
@ -4292,7 +4292,7 @@ INSERT INTO script_waypoint VALUES
|
|||
(12430,0,1,161.65,-4779.34,14.64,0,0,0,''),
|
||||
(12430,0,2,140.71,-4813.56,17.04,0,0,0,''),
|
||||
(12580,0,1,-8997.63,486.402,96.622,0,0,0,''),
|
||||
(12580,0,2,-8971.08,507.541,96.349,0,0,0,'SAY_DIALOG_1'),
|
||||
(12580,0,2,-8971.08,507.541,96.349,0.666,1000,0,'SAY_DIALOG_1'),
|
||||
(12580,0,3,-8953.17,518.537,96.355,0,0,0,''),
|
||||
(12580,0,4,-8936.33,501.777,94.066,0,0,0,''),
|
||||
(12580,0,5,-8922.52,498.45,93.869,0,0,0,''),
|
||||
|
|
@ -4313,10 +4313,10 @@ INSERT INTO script_waypoint VALUES
|
|||
(12580,0,20,-8620.08,520.12,102.812,0,0,0,''),
|
||||
(12580,0,21,-8591.09,492.553,104.032,0,0,0,''),
|
||||
(12580,0,22,-8562.45,463.583,104.517,0,0,0,''),
|
||||
(12580,0,23,-8548.63,467.38,104.517,0,0,0,'SAY_WINDSOR_BEFORE_KEEP'),
|
||||
(12580,0,23,-8548.63,467.38,104.517,5.41,1000,0,'SAY_WINDSOR_BEFORE_KEEP'),
|
||||
(12580,0,24,-8487.77,391.44,108.386,0,0,0,''),
|
||||
(12580,0,25,-8455.95,351.225,120.88,0,0,0,''),
|
||||
(12580,0,26,-8446.87,339.904,121.33,0,0,0,'SAY_WINDSOR_KEEP_1'),
|
||||
(12580,0,26,-8446.87,339.904,121.33,5.3737,1000,0,'SAY_WINDSOR_KEEP_1'),
|
||||
(12580,0,27,-8446.87,339.904,121.33,0,10000,0,''),
|
||||
(12717,0,1,3346.25,1007.88,3.59,0,0,0,'SAY_MUG_START2'),
|
||||
(12717,0,2,3367.39,1011.51,3.72,0,0,0,''),
|
||||
|
|
@ -4409,11 +4409,11 @@ INSERT INTO script_waypoint VALUES
|
|||
(12858,0,23,1776.9,-2028.3,109.83,0,0,0,''),
|
||||
(17804,0,1,-9054.86,443.58,93.05,0,0,0,''),
|
||||
(17804,0,2,-9079.33,424.49,92.52,0,0,0,''),
|
||||
(17804,0,3,-9086.21,419.02,92.32,0,3000,0,''),
|
||||
(17804,0,4,-9086.21,419.02,92.32,0,1000,0,''),
|
||||
(17804,0,3,-9086.21,419.02,92.32,3.80996,3000,0,''),
|
||||
(17804,0,4,-9086.21,419.02,92.32,3.80996,1000,0,''),
|
||||
(17804,0,5,-9079.33,424.49,92.52,0,0,0,''),
|
||||
(17804,0,6,-9054.38,436.3,93.05,0,0,0,''),
|
||||
(17804,0,7,-9042.23,434.24,93.37,0,5000,0,'SAY_SIGNAL_SENT');
|
||||
(17804,0,7,-9042.23,434.24,93.37,2.23402,5000,0,'SAY_SIGNAL_SENT');
|
||||
|
||||
-- EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue