mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Several improvements for quest 5944
* Several improvements for quest 5944 (In Dreams) - Fix Taelan not being attackable while on escort - Improve texts, timing, facing and global role play of quest end script (epilogue with Tirion Fordring) - Fix points index
This commit is contained in:
parent
14ade1ae91
commit
9906acaec2
2 changed files with 76 additions and 45 deletions
|
|
@ -2303,7 +2303,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1001079','Halt.','0','0','0','0','0','taelan fordring SAY_TAELAN_MOUNT'),
|
||||
('-1001080','%s calls for his mount.','0','2','0','22','0','taelan fordring EMOTE_TAELAN_MOUNT'),
|
||||
('-1001081','It''s not much further. The main road is just up ahead.','0','0','0','1','0','taelan fordring SAY_REACH_TOWER'),
|
||||
('-1001082','You will not make it to the forest''s edge, Fordring.','0','0','0','1','0','isillien SAY_ISILLIEN_1'),
|
||||
('-1001082','You will not make it to the forest''s edge, Fordring.','0','1','0','1','0','isillien SAY_ISILLIEN_1'),
|
||||
('-1001083','Isillien!','0','1','0','25','0','taelan fordring SAY_ISILLIEN_2'),
|
||||
('-1001084','This is not your fight, stranger. Protect yourself from the attacks of the Crimson Elite. I shall battle the Grand Inquisitor.','0','0','0','1','0','taelan fordring SAY_ISILLIEN_3'),
|
||||
('-1001085','You disappoint me, Taelan. I had plans for you... grand plans. Alas, it was only a matter of time before your filthy bloodline would catch up with you.','0','0','0','1','0','isillien SAY_ISILLIEN_4'),
|
||||
|
|
@ -5190,7 +5190,7 @@ INSERT INTO script_waypoint VALUES
|
|||
(1379,0,24,-5700.8,-3792.78,322.588,0,0,0,''),
|
||||
(1840,0,1,2689.68,-1937.47,72.14,0,0,0,''),
|
||||
(1840,0,2,2683.11,-1926.82,72.14,0,0,0,''),
|
||||
(1840,0,3,2678.73,-1919.42,68.86,0,0,0,'escort paused'),
|
||||
(1840,0,3,2678.73,-1919.42,68.86,2.11887,1000,0,'escort paused'),
|
||||
(1842,0,1,2941.75,-1391.82,167.237,0,0,0,'SAY_ESCORT_START'),
|
||||
(1842,0,2,2940.56,-1393.64,165.943,0,0,0,''),
|
||||
(1842,0,3,2932.19,-1410.66,165.943,0,0,0,''),
|
||||
|
|
@ -5216,7 +5216,7 @@ INSERT INTO script_waypoint VALUES
|
|||
(1842,0,23,2929.22,-1415.79,150.504,0,0,0,''),
|
||||
(1842,0,24,2921.17,-1431.68,150.781,0,0,0,''),
|
||||
(1842,0,25,2917.47,-1438.78,150.781,0,0,0,''),
|
||||
(1842,0,26,2913.05,-1453.52,148.098,0,0,0,'SAY_TAELAN_MOUNT'),
|
||||
(1842,0,26,2913.05,-1453.52,148.098,4.81279,1000,0,'SAY_TAELAN_MOUNT'),
|
||||
(1842,0,27,2913.83,-1474.93,146.224,0,0,0,''),
|
||||
(1842,0,28,2906.81,-1487.06,146.224,0,0,0,''),
|
||||
(1842,0,29,2900.64,-1496.57,146.306,0,0,0,''),
|
||||
|
|
@ -5246,7 +5246,8 @@ INSERT INTO script_waypoint VALUES
|
|||
(1842,0,53,2698.09,-1853.87,68.999,0,0,0,''),
|
||||
(1842,0,54,2693.66,-1870.24,66.882,0,0,0,''),
|
||||
(1842,0,55,2682.35,-1885.25,66.009,0,0,0,''),
|
||||
(1842,0,56,2668.23,-1900.8,66.256,0,0,0,'SAY_REACH_TOWER - escort paused'),
|
||||
(1842,0,56,2668.23,-1900.8,66.256,3.50205,15000,0,'SAY_REACH_TOWER - escort paused'),
|
||||
(1842,0,57,2668.23,-1900.8,66.256,3.50205,0,0,''),
|
||||
(1978,0,1,1406.32,1083.1,52.55,0,0,0,''),
|
||||
(1978,0,2,1400.49,1080.42,52.5,0,0,0,'SAY_START_2'),
|
||||
(1978,0,3,1388.48,1083.1,52.52,0,0,0,''),
|
||||
|
|
@ -6607,7 +6608,8 @@ INSERT INTO script_waypoint VALUES
|
|||
(11856,0,19,-38.88,-520.72,-46.06,0,5000,0,'END'),
|
||||
(12126,0,1,2631.23,-1917.93,72.59,0,0,0,''),
|
||||
(12126,0,2,2643.53,-1914.07,71,0,0,0,''),
|
||||
(12126,0,3,2653.83,-1907.54,69.34,0,0,0,'escort paused'),
|
||||
(12126,0,3,2653.83,-1907.54,69.34,0,1000,0,'escort paused'),
|
||||
(12126,0,4,2653.83,-1907.54,69.34,0,1000,0,''),
|
||||
(12277,0,1,-1154.87,2708.16,111.123,0,1000,0,'SAY_MELIZZA_START'),
|
||||
(12277,0,2,-1162.62,2712.86,111.549,0,0,0,''),
|
||||
(12277,0,3,-1183.37,2709.45,111.601,0,0,0,''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue