From 75faad4b9346d6d1983e56d2e5054c2fab17ddcc Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Fri, 14 Aug 2009 15:58:37 +0200 Subject: Merge [SD2] r1251 Add waypoints for Hellmaw r1252 Add missing SQL to *_full for script added in rev 1243 r1253 Increment count value only for alive creature in SL instance script. Some minor cleanup. r1254 Fix typo, and not set friendly creature in combat with zone. Also add comments and re-order code for readability. Patch by astriconX - skip r1255 Handle akama channelers in different way, fill list of guids only when needed for event. - skip r1256 Clean up akama script and apply sd2 code style. - skip r1257 Correct 2 waypoints and apply sd2 code style to related script. r1258 Add basic support for quest 1560 r1259 Simplify way to summon druid creatures. Patch by Turok r1260 Clean up two more world bosses, apply SD2 code style and simplify code. Add missing texts. Patch by Turok. --HG-- branch : trunk --- sql/updates/5012_world_scripts.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sql/updates/5012_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/5012_world_scripts.sql b/sql/updates/5012_world_scripts.sql new file mode 100644 index 00000000000..fa3b6e7a860 --- /dev/null +++ b/sql/updates/5012_world_scripts.sql @@ -0,0 +1,18 @@ +DELETE FROM script_waypoint WHERE entry=18731; +INSERT INTO script_waypoint VALUES +(18731, 0, -157.366, 2.177, 8.073, 0, ''), +(18731, 1, -172.266, -18.280, 8.073, 0, ''), +(18731, 2, -171.051, -38.748, 8.073, 0, ''), +(18731, 3, -170.718, -59.436, 8.073, 0, ''), +(18731, 4, -156.659, -72.118, 8.073, 0, ''), +(18731, 5, -142.292, -59.423, 8.073, 0, ''), +(18731, 6, -141.779, -38.972, 8.073, 0, ''), +(18731, 7, -142.922, -18.950, 8.073, 0, ''), +(18731, 8, -157.366, 2.177, 8.073, 0, ''); + +DELETE FROM script_waypoint WHERE entry=2768 AND pointid IN (0, 18); +INSERT INTO script_waypoint VALUES +(2768, 0, -2077.73, -2091.17, 9.49, 0, ''), +(2768, 18, -2077.73, -2091.17, 9.49, 0, ''); + +UPDATE creature_template SET ScriptName='npc_tooga' WHERE entry=5955; -- cgit v1.2.3