Merge [SD2]
r1241 Add text to ysondre and also replace manual summon with spell. Clean up script. Patch by Turok r1242 Add support for quest 4770 r1243 Add support for quest 4904 r1244 Update most scripts calling escortAI's Start() from outside creature AI with more safe method. --HG-- branch : trunk
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
DELETE FROM script_waypoint WHERE entry=10427;
|
||||
INSERT INTO script_waypoint VALUES
|
||||
(10427, 0, -5185.463, -1185.927, 45.951, 0, ''),
|
||||
(10427, 1, -5184.880, -1154.210, 45.035, 0, ''),
|
||||
(10427, 2, -5175.880, -1126.526, 43.701, 0, ''),
|
||||
(10427, 3, -5138.651, -1111.874, 44.024, 0, ''),
|
||||
(10427, 4, -5134.728, -1104.796, 47.365, 0, ''),
|
||||
(10427, 5, -5129.681, -1097.878, 49.449, 2500, ''),
|
||||
(10427, 6, -5125.303, -1080.572, 47.033, 0, ''),
|
||||
(10427, 7, -5146.668, -1053.694, 28.415, 0, ''),
|
||||
(10427, 8, -5147.463, -1027.539, 13.818, 0, ''),
|
||||
(10427, 9, -5139.238, -1018.889, 8.220, 0, ''),
|
||||
(10427, 10, -5121.168, -1013.126, -0.619, 0, ''),
|
||||
(10427, 11, -5091.919, -1014.205, -4.902, 0, ''),
|
||||
(10427, 12, -5069.240, -994.299, -4.631, 0, ''),
|
||||
(10427, 13, -5059.975, -944.112, -5.377, 0, ''),
|
||||
(10427, 14, -5013.546, -906.184, -5.490, 0, ''),
|
||||
(10427, 15, -4992.461, -920.983, -4.980, 5000, 'SAY_WYVERN'),
|
||||
(10427, 16, -4976.355, -1002.997, -5.380, 0, ''),
|
||||
(10427, 17, -4958.478, -1033.185, -5.433, 0, ''),
|
||||
(10427, 18, -4953.353, -1052.211, -10.836, 0, ''),
|
||||
(10427, 19, -4937.447, -1056.351, -22.139, 0, ''),
|
||||
(10427, 20, -4908.455, -1050.433, -33.458, 0, ''),
|
||||
(10427, 21, -4905.530, -1056.885, -33.722, 0, ''),
|
||||
(10427, 22, -4920.830, -1073.284, -45.515, 0, ''),
|
||||
(10427, 23, -4933.368, -1082.700, -50.186, 0, ''),
|
||||
(10427, 24, -4935.313, -1092.353, -52.785, 0, ''),
|
||||
(10427, 25, -4929.553, -1101.268, -50.637, 0, ''),
|
||||
(10427, 26, -4920.679, -1100.028, -51.944, 10000, 'SAY_COMPLETE'),
|
||||
(10427, 27, -4920.679, -1100.028, -51.944, 0, 'quest complete');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_paoka_swiftmountain' WHERE `entry`=10427;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_lakota_windsong' WHERE `entry`=10646;
|
||||
Reference in New Issue
Block a user