mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Improve quest 1393
* Improve quest 1393: - Fix texts - Improve timers - Adjust speed and final script This closes https://github.com/cmangos/issues/issues/2236
This commit is contained in:
parent
ce205b92df
commit
d842305775
2 changed files with 70 additions and 65 deletions
|
|
@ -1249,13 +1249,13 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
|
||||
('-1000579','REUSE ME','0','0','0','0','0','REUSE ME'),
|
||||
|
||||
('-1000582','Help! Please, You must help me!','0','0','0','0','0','Galen - periodic say'),
|
||||
('-1000583','Let us leave this place.','0','0','0','0','0','Galen - quest accepted'),
|
||||
('-1000584','Look out! The $c attacks!','0','0','0','0','0','Galen - aggro 1'),
|
||||
('-1000585','Help! I''m under attack!','0','0','0','0','0','Galen - aggro 2'),
|
||||
('-1000586','Thank you $N. I will remember you always. You can find my strongbox in my camp, north of Stonard.','0','0','0','0','0','Galen - quest complete'),
|
||||
('-1000587','%s whispers to $N the secret to opening his strongbox.','0','2','0','0','0','Galen - emote whisper'),
|
||||
('-1000588','%s disappears into the swamp.','0','2','0','0','0','Galen - emote disappear'),
|
||||
('-1000582','Help! Please, you must help me!','0','0','0','0','7124','Galen - periodic say'),
|
||||
('-1000583','Let us leave this place.','0','0','0','0','1854','Galen - quest accepted'),
|
||||
('-1000584','Look out! The $n attacks!','0','0','0','0','1628','Galen - aggro 1'),
|
||||
('-1000585','Help! I''m under attack!','0','0','0','0','1629','Galen - aggro 2'),
|
||||
('-1000586','Thank you, $N. I will remember you always. You can find my strongbox in my camp, north of Stonard.','0','0','0','0','1855','Galen - quest complete'),
|
||||
('-1000587','%s whispers to $N the secret to opening his strongbox.','0','2','0','0','2076','Galen - emote whisper'),
|
||||
('-1000588','%s disappears into the swamp.','0','2','0','0','1856','Galen - emote disappear'),
|
||||
|
||||
('-1000589','Kroshius live? Kroshius crush!','0','1','0','0','0','SAY_KROSHIUS_REVIVE'),
|
||||
|
||||
|
|
@ -3340,7 +3340,7 @@ INSERT INTO script_waypoint VALUES
|
|||
(4983,0,21,-3336.98,-3129.61,30.692,0,0,0,''),
|
||||
(4983,0,22,-3326.34,-3126.83,34.426,0,0,0,''),
|
||||
(4983,0,23,-3322.65,-3124.63,33.842,0,0,0,''),
|
||||
(5391,0,1,-9901.12,-3727.29,22.11,0,3000,0,''),
|
||||
(5391,0,1,-9901.12,-3727.29,22.11,3.8316,3000,0,'Galen Goodward - Escort starts'),
|
||||
(5391,0,2,-9909.27,-3727.81,23.25,0,0,0,''),
|
||||
(5391,0,3,-9935.25,-3729.02,22.11,0,0,0,''),
|
||||
(5391,0,4,-9945.83,-3719.34,21.68,0,0,0,''),
|
||||
|
|
@ -3359,9 +3359,10 @@ INSERT INTO script_waypoint VALUES
|
|||
(5391,0,17,-10052.9,-3479.13,21.67,0,0,0,''),
|
||||
(5391,0,18,-10060.7,-3460.31,21.67,0,0,0,''),
|
||||
(5391,0,19,-10074.7,-3436.85,20.97,0,0,0,''),
|
||||
(5391,0,20,-10074.7,-3436.85,20.97,0,0,0,''),
|
||||
(5391,0,21,-10072.9,-3408.92,20.43,0,15000,0,''),
|
||||
(5391,0,22,-10108,-3406.05,22.06,0,0,0,''),
|
||||
(5391,0,20,-10074.7,-3436.85,20.97,0,0,0,'Galen Goodward - Set Run'),
|
||||
(5391,0,21,-10072.9,-3408.92,20.43,2.8412,1000,0,'Galen Goodward - Escort complete and SAY_QUEST_COMPLETE'),
|
||||
(5391,0,22,-10078.2,-3407.64,20.44,0,0,0,'Galen Goodward - EMOTE_DISAPPEAR'),
|
||||
(5391,0,23,-10108,-3406.05,22.06,0,1000,0,'Galen Goodward - Despawn'),
|
||||
(5644,0,1,-339.679,1752.04,139.482,0,0,0,''),
|
||||
(5644,0,2,-328.957,1734.95,139.327,0,0,0,''),
|
||||
(5644,0,3,-338.29,1731.36,139.327,0,0,0,''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue