Advertisement
Guest User

Teleporter (ArkCore 4.0.6)

a guest
Apr 24th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 26.18 KB | None | 0 0
  1. /* Custom Teleporter written by ozeneu  modified by Nomad, shared by ExonatioN on "Emudevs.com" */
  2. DELETE FROM creature_template WHERE entry = '95000';
  3.  
  4. INSERT INTO creature_template (entry, modelid1, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, Health_mod, Mana_mod, Armor_mod, faction_A, faction_H, npcflag, speed_walk, speed_run, scale, rank, dmg_multiplier, unit_class, unit_flags, TYPE, type_flags, InhabitType, RegenHealth, flags_extra) VALUES
  5. ('95000', '28227', "ViperWow", "Teleportation", 'Directions', '50000', 71, 71, 1.56, 1.56, 1.56, 35, 35, 3, 1, 1.14286, 1.25, 1, 1, 1, 2, 7, 138936390, 3, 1, 2);
  6.  
  7. DELETE FROM creature_template_addon WHERE Entry = '190000' ;
  8.  
  9. INSERT INTO creature_template_addon (entry, mount, bytes1, bytes2, emote, path_id, auras) VALUES
  10. ('190000', 0, 0, 0, 0, 0, '35766 0');
  11.  
  12. DELETE FROM gossip_menu WHERE entry>'50000'-1 AND entry<'50000'+9;
  13. DELETE FROM npc_text WHERE ID>'300000'-1 AND ID<'300000'+5;
  14.  
  15. INSERT INTO gossip_menu (entry, text_id) VALUES
  16. ('50000'+4, '300000'+3),
  17. ('50000'+3, '300000'+2),
  18. ('50000'+2, '300000'+2),
  19. ('50000'+1, '300000'+2),
  20. ('50000'+8, '300000'+4),
  21. ('50000'+7, '300000'+4),
  22. ('50000'+6, '300000'+4),
  23. ('50000'+5, '300000'+4),
  24. ('50000', '300000'+1),
  25. ('50000', '300000');
  26.  
  27. INSERT INTO npc_text (ID, text0_0, em0_1) VALUES
  28. ('300000'+4, '$BWhere do you wish to go ?$B', 0),
  29. ('300000'+3, '$BBe careful with choosing location,I will not be there to help.$B', 0),
  30. ('300000'+2, '$BReady for some dungeon exploring?$B', 0),
  31. ('300000'+1, '$BFor the  Alliance!$B', 6),
  32. ('300000', '$BFor the Horde!$B', 6);
  33.  
  34. DELETE FROM gossip_menu_option WHERE menu_id>'50000'-1 AND menu_id<'50000'+9;
  35. DELETE FROM gossip_scripts WHERE id>'50000'-1 AND id<'50000'+135;
  36. DELETE FROM conditions WHERE (SourceTypeOrReferenceId = 15 OR SourceTypeOrReferenceId=14) AND (SourceGroup>'50000'-1 AND SourceGroup<'50000'+9);
  37.  
  38. INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, ConditionTypeOrReference, ConditionValue1, Comment) VALUES
  39. (15, '50000', 1, 6, 469, 'Stormwind'),
  40. (15, '50000'+5, 2, 6, 469, 'Dun Morogh'),
  41. (15, '50000'+5, 3, 6, 67, 'Tirisfal Glades'),
  42. (15, '50000'+5, 4, 6, 67, 'Ghostlands'),
  43. (15, '50000'+5, 5, 6, 469, 'Loch modan'),
  44. (15, '50000'+5, 6, 6, 67, 'Silverpine Forest'),
  45. (15, '50000'+5, 7, 6, 469, 'Westfall'),
  46. (15, '50000'+5, 8, 6, 469, 'Redridge mountains'),
  47. (15, '50000'+5, 9, 6, 469, 'Duskwood'),
  48. (15, '50000'+5, 11, 6, 469, 'Wetlands'),
  49. (15, '50000'+6, 0, 6, 469, 'Azuremyst Isle'),
  50. (15, '50000'+6, 1, 6, 469, 'Teldrassil'),
  51. (15, '50000'+6, 2, 6, 67, 'Durotar'),
  52. (15, '50000'+6, 3, 6, 67, 'Mulgore'),
  53. (15, '50000'+6, 4, 6, 469, 'Bloodmyst Isle'),
  54. (15, '50000'+6, 5, 6, 469, 'Darkshore'),
  55. (15, '50000'+6, 6, 6, 67, 'The Barrens'),
  56. (15, '50000'+5, 1, 6, 67, 'Eversong Woods'),
  57. (15, '50000'+5, 0, 6, 469, 'Elwynn Forest'),
  58. (15, '50000'+4, 22, 6, 67, 'Zul\'Aman'),
  59. (15, '50000', 2, 6, 67, 'Orgrimmar'),
  60. (15, '50000', 3, 6, 469, 'Darnassus'),
  61. (15, '50000', 4, 6, 469, 'Ironforge'),
  62. (15, '50000', 5, 6, 469, 'Exodar'),
  63. (15, '50000', 6, 6, 67, 'Thunder bluff'),
  64. (15, '50000', 7, 6, 67, 'Undercity'),
  65. (15, '50000', 8, 6, 67, 'Silvermoon city'),
  66. (15, '50000'+1, 0, 6, 469, 'Gnomeregan'),
  67. (15, '50000'+1, 1, 6, 469, 'The Deadmines'),
  68. (15, '50000'+1, 2, 6, 469, 'The Stockade'),
  69. (15, '50000'+1, 3, 6, 67, 'Ragefire Chasm'),
  70. (15, '50000'+1, 4, 6, 67, 'Razorfen Downs'),
  71. (15, '50000'+1, 5, 6, 67, 'Razorfen Kraul'),
  72. (15, '50000'+1, 6, 6, 67, 'Scarlet Monastery'),
  73. (15, '50000'+1, 7, 6, 67, 'Shadowfang Keep'),
  74. (15, '50000'+1, 8, 6, 67, 'Wailing Caverns'),
  75. (15, '50000'+6, 9, 6, 67, 'Thousand Needles'),
  76. (14,'50000', '300000'+1, 6, 469, 'Honor and Respect for the Alliance'),
  77. (14, '50000', '300000', 6, 67, 'Honor and Respect for the Horde');
  78.  
  79. INSERT INTO gossip_menu_option (menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, action_menu_id, action_poi_id, action_script_id, box_coded, box_money, box_text) VALUES
  80. ('50000', 1, 2, 'Stormwind', 1, 1, '50000', 0, '50000', 0, 0, 'Ready to go in  Stormwind?'),
  81. ('50000', 2, 2, 'Orgrimmar', 1, 1, '50000', 0, '50000'+1, 0, 0, 'Ready to go in  Orgrimmar?'),
  82. ('50000', 3, 2, 'Darnassus', 1, 1, '50000', 0, '50000'+8, 0, 0, 'Ready to go in  Darnassus?'),
  83. ('50000', 4, 2, 'Ironforge', 1, 1, '50000', 0, '50000'+9, 0, 0, 'Ready to go in  Ironforge?'),
  84. ('50000', 5, 2, 'Exodar', 1, 1, '50000', 0, '50000'+10, 0, 0, 'Ready to go in  Exodar?'),
  85. ('50000', 6, 2, 'Thunder bluff', 1, 1, '50000', 0, '50000'+11, 0, 0, 'Ready to go in  Thunder bluff?'),
  86. ('50000', 7, 2, 'Undercity', 1, 1, '50000', 0, '50000'+12, 0, 0, 'Ready to go in  Undercity?'),
  87. ('50000', 8, 2, 'Silvermoon city', 1, 1, '50000', 0, '50000'+13, 0, 0, 'Ready to go in  Silvermoon city?'),
  88. ('50000', 9, 2, 'Dalaran', 1, 1, '50000', 0, '50000'+5, 0, 0, 'Ready to go in  Dalaran?'),
  89. ('50000', 10, 2, 'Shattrath', 1, 1, '50000', 0, '50000'+3, 0, 0, 'Ready to go in  Shattrath?'),
  90. ('50000', 11, 2, 'Booty bay', 1, 1, '50000', 0, '50000'+2, 0, 0, 'Ready to go in  Booty bay?'),
  91. ('50000', 12, 2, 'Gurubashi arena', 1, 1, '50000', 0, '50000'+6, 0, 0, 'Ready to go in  Arena?'),
  92. ('50000', 13, 3, 'Eastern Kingdoms', 1, 1, '50000'+5, 0, 0, 0, 0, NULL),
  93. ('50000', 14, 3, 'Kalimdor', 1, 1, '50000'+6, 0, 0, 0, 0, NULL),
  94. ('50000', 15, 3, 'Outland', 1, 1, '50000'+7, 0, 0, 0, 0, NULL),
  95. ('50000', 16, 3, 'Northrend', 1, 1, '50000'+8, 0, 0, 0, 0, NULL),
  96. ('50000', 17, 9, 'Cataclysm Zone', 1, 1, '50000'+1, 0, 0, 0, 0, NULL),
  97. ('50000', 18, 9, 'BC Dungeons', 1, 1, '50000'+2, 0, 0, 0, 0, NULL),
  98. ('50000', 19, 9, 'Wrath Dungeons', 1, 1, '50000'+3, 0, 0, 0, 0, NULL),
  99. ('50000', 20, 9, 'Raid Teleports', 1, 1, '50000'+4, 0, 0, 0, 0, NULL),
  100. ('50000'+1, 0, 2, 'Tol Barad', 1, 1, 0, 0, '50000'+14, 0, 0, 'Ready to go in  Tol Barad?'),
  101. ('50000'+1, 1, 2, 'The Lost Isles', 1, 1, 0, 0, '50000'+15, 0, 0, 'Ready to go in  The Lost Isles?'),
  102. ('50000'+1, 2, 2, 'Grim Batol', 1, 1, 0, 0, '50000'+16, 0, 0, 'Ready to go in  Grim Batol?'),
  103. ('50000'+1, 3, 2, 'Tol Barad', 1, 1, 0, 0, '50000'+17, 0, 0, 'Ready to go in  Tol Barad?'),
  104. ('50000'+1, 4, 2, 'The Lost Isles', 1, 1, 0, 0, '50000'+18, 0, 0, 'Ready to go in  The Lost Isles?'),
  105. ('50000'+1, 5, 2, 'Grim Batol', 1, 1, 0, 0, '50000'+19, 0, 0, 'Ready to go in  Razorfen Grim Batol?'),
  106. ('50000'+1, 9, 2, 'The Abyssal Maw', 1, 1, 0, 0, '50000'+23, 0, 0, 'Ready to go in  The Abyssal Maw?'),
  107. ('50000'+1, 10, 2, 'Halls of Origination', 1, 1, 0, 0, '50000'+24, 0, 0, 'Ready to go in  Halls of Origination?'),
  108. ('50000'+1, 11, 2, 'Ruins of Glineas', 1, 1, 0, 0, '50000'+25, 0, 0, 'Ready to go in  Ruins of Glineas?'),
  109. ('50000'+1, 12, 2, 'The Bastion of Twilight', 1, 1, 0, 0, '50000'+26, 0, 0, 'Ready to go in  The Bastion of Twilight?'),
  110. ('50000'+1, 13, 2, 'Deepholme', 1, 1, 0, 0, '50000'+27, 0, 0, 'Ready to go in  Deepholme?'),
  111. ('50000'+1, 14, 2, 'Blackwing Descent', 1, 1, 0, 0, '50000'+28, 0, 0, 'Ready to go in  Blackwing Descent?'),
  112. ('50000'+1, 15, 2, 'The Vortex Pinnacle', 1, 1, 0, 0, '50000'+29, 0, 0, 'Ready to go in  The Vortex Pinnacle?'),
  113. ('50000'+1, 16, 2, 'Lost City of the Tolvir', 1, 1, 0, 0, '50000'+30, 0, 0, 'Ready to go in  Lost City of the Tolvir?'),
  114. ('50000'+1, 17, 2, 'Mount Hyjal', 1, 1, 0, 0, '50000'+31, 0, 0, 'Ready to go in  Mount Hyjal?'),
  115. ('50000'+1, 18, 2, 'The Maelstrom', 1, 1, 0, 0, '50000'+32, 0, 0, 'Ready to go in  The Maelstrom?'),
  116. ('50000'+1, 19, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  117. ('50000'+2, 0, 2, 'Auchindoun', 1, 1, 0, 0, '50000'+33, 0, 0, 'Ready to go in  Auchindoun?'),
  118. ('50000'+2, 1, 2, 'Caverns of Time', 1, 1, 0, 0, '50000'+34, 0, 0, 'Ready to go in  Caverns of Time?'),
  119. ('50000'+2, 2, 2, 'Coilfang Reservoir', 1, 1, 0, 0, '50000'+35, 0, 0, 'Ready to go in  Coilfang Reservoir?'),
  120. ('50000'+2, 3, 2, 'Hellfire Citadel', 1, 1, 0, 0, '50000'+36, 0, 0, 'Ready to go in  Hellfire Citadel?'),
  121. ('50000'+2, 4, 2, 'Magisters\' Terrace', 1, 1, 0, 0, '50000'+37, 0, 0, 'Ready to go in  Magisters\' Terrace?'),
  122. ('50000'+2, 5, 2, 'Tempest Keep', 1, 1, 0, 0, '50000'+38, 0, 0, 'Ready to go in  Tempest Keep?'),
  123. ('50000'+2, 6, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  124. ('50000'+3, 0, 2, 'Azjol-Nerub', 1, 1, 0, 0, '50000'+39, 0, 0, 'Ready to go in  Azjol-Nerub?'),
  125. ('50000'+3, 1, 2, 'The Culling of Stratholme', 1, 1, 0, 0, '50000'+40, 0, 0, 'Ready to go in  The Culling of Stratholme?'),
  126. ('50000'+3, 2, 2, 'Trial of the Champion', 1, 1, 0, 0, '50000'+41, 0, 0, 'Ready to go in  Trial of the Champion?'),
  127. ('50000'+3, 3, 2, 'Drak\'Tharon Keep', 1, 1, 0, 0, '50000'+42, 0, 0, 'Ready to go in  Drak\'Tharon Keep?'),
  128. ('50000'+3, 4, 2, 'Gundrak', 1, 1, 0, 0, '50000'+43, 0, 0, 'Ready to go in  Gundrak?'),
  129. ('50000'+3, 5, 2, 'Icecrown Citadel Dungeons', 1, 1, 0, 0, '50000'+44, 0, 0, 'Ready to go in  Icecrown Citadel Dungeons?'),
  130. ('50000'+3, 6, 2, 'The Nexus Dungeons', 1, 1, 0, 0, '50000'+45, 0, 0, 'Ready to go in  The Nexus Dungeons?'),
  131. ('50000'+3, 7, 2, 'The Violet Hold', 1, 1, 0, 0, '50000'+46, 0, 0, 'Ready to go in  The Violet Hold?'),
  132. ('50000'+3, 8, 2, 'Halls of Lightning', 1, 1, 0, 0, '50000'+47, 0, 0, 'Ready to go in  Halls of Lightning?'),
  133. ('50000'+3, 9, 2, 'Halls of Stone', 1, 1, 0, 0, '50000'+48, 0, 0, 'Ready to go in  Halls of Stone?'),
  134. ('50000'+3, 10, 2, 'Utgarde Keep', 1, 1, 0, 0, '50000'+49, 0, 0, 'Ready to go in  Utgarde Keep?'),
  135. ('50000'+3, 11, 2, 'Utgarde Pinnacle', 1, 1, 0, 0, '50000'+50, 0, 0, 'Ready to go in  Utgarde Pinnacle?'),
  136. ('50000'+3, 12, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  137. ('50000'+4, 0, 2, 'Black Temple', 1, 1, 0, 0, '50000'+51, 0, 0, 'Ready to go in  Black Temple?'),
  138. ('50000'+4, 1, 2, 'Blackwing Lair', 1, 1, 0, 0, '50000'+52, 0, 0, 'Ready to go in  Blackwing Lair?'),
  139. ('50000'+4, 2, 2, 'Hyjal Summit', 1, 1, 0, 0, '50000'+53, 0, 0, 'Ready to go in  Hyjal Summit?'),
  140. ('50000'+4, 3, 2, 'Serpentshrine Cavern', 1, 1, 0, 0, '50000'+54, 0, 0, 'Ready to go in  Serpentshrine Cavern?'),
  141. ('50000'+4, 4, 2, 'Trial of the Crusader', 1, 1, 0, 0, '50000'+55, 0, 0, 'Ready to go in  Trial of the Crusader?'),
  142. ('50000'+4, 5, 2, 'Gruul\'s Lair', 1, 1, 0, 0, '50000'+56, 0, 0, 'Ready to go in  Gruul\'s Lair?'),
  143. ('50000'+4, 6, 2, 'Magtheridon\'s Lair', 1, 1, 0, 0, '50000'+57, 0, 0, 'Ready to go in  Magtheridon\'s Lair?'),
  144. ('50000'+4, 7, 2, 'Icecrown Citadel', 1, 1, 0, 0, '50000'+58, 0, 0, 'Ready to go in  Icecrown Citadel?'),
  145. ('50000'+4, 8, 2, 'Karazhan', 1, 1, 0, 0, '50000'+59, 0, 0, 'Ready to go in  Karazhan?'),
  146. ('50000'+4, 9, 2, 'Molten Core', 1, 1, 0, 0, '50000'+60, 0, 0, 'Ready to go in  Molten Core?'),
  147. ('50000'+4, 10, 2, 'Naxxramas', 1, 1, 0, 0, '50000'+61, 0, 0, 'Ready to go in  Naxxramas?'),
  148. ('50000'+4, 11, 2, 'Onyxia\'s Lair', 1, 1, 0, 0, '50000'+62, 0, 0, 'Ready to go in  Onyxia\'s Lair?'),
  149. ('50000'+4, 12, 2, 'Ruins of Ahn\'Qiraj', 1, 1, 0, 0, '50000'+63, 0, 0, 'Ready to go in  Ruins of Ahn\'Qiraj?'),
  150. ('50000'+4, 13, 2, 'Sunwell Plateau', 1, 1, 0, 0, '50000'+64, 0, 0, 'Ready to go in  Sunwell Plateau?'),
  151. ('50000'+4, 14, 2, 'The Eye', 1, 1, 0, 0, '50000'+65, 0, 0, 'Ready to go in  The Eye?'),
  152. ('50000'+4, 15, 2, 'Temple of Ahn\'Qiraj', 1, 1, 0, 0, '50000'+66, 0, 0, 'Ready to go in  Temple of Ahn\'Qiraj?'),
  153. ('50000'+4, 16, 2, 'The Eye of Eternity', 1, 1, 0, 0, '50000'+67, 0, 0, 'Ready to go in  The Eye of Eternity?'),
  154. ('50000'+4, 17, 2, 'The Obsidian Sanctum', 1, 1, 0, 0, '50000'+68, 0, 0, 'Ready to go in  The Obsidian Sanctum?'),
  155. ('50000'+4, 18, 2, 'Ulduar', 1, 1, 0, 0, '50000'+69, 0, 0, 'Ready to go in  Ulduar?'),
  156. ('50000'+4, 19, 2, 'Vault of Archavon', 1, 1, 0, 0, '50000'+70, 0, 0, 'Ready to go in  Vault of Archavon?'),
  157. ('50000'+4, 21, 2, 'Zul\'Gurub', 1, 1, 0, 0, '50000'+72, 0, 0, 'Ready to go in  Zul\'Gurub?'),
  158. ('50000'+4, 22, 2, 'Zul\'Aman', 1, 1, 0, 0, '50000'+73, 0, 0, 'Ready to go in  Zul\'Aman?'),
  159. ('50000'+4, 23, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  160. ('50000'+5, 0, 2, 'Elwynn Forest', 1, 1, 0, 0, '50000'+74, 0, 0, 'Ready to go in  Elwynn Forest?'),
  161. ('50000'+5, 1, 2, 'Eversong Woods', 1, 1, 0, 0, '50000'+75, 0, 0, 'Ready to go in  Eversong Woods?'),
  162. ('50000'+5, 2, 2, 'Dun Morogh', 1, 1, 0, 0, '50000'+76, 0, 0, 'Ready to go in  Dun Morogh?'),
  163. ('50000'+5, 3, 2, 'Tirisfal Glades', 1, 1, 0, 0, '50000'+77, 0, 0, 'Ready to go in  Tirisfal Glades?'),
  164. ('50000'+5, 4, 2, 'Ghostlands', 1, 1, 0, 0, '50000'+78, 0, 0, 'Ready to go in  Ghostlands?'),
  165. ('50000'+5, 5, 2, 'Loch modan', 1, 1, 0, 0, '50000'+79, 0, 0, 'Ready to go in  Loch modan?'),
  166. ('50000'+5, 6, 2, 'Silverpine Forest', 1, 1, 0, 0, '50000'+80, 0, 0, 'Ready to go in  Silverpine Forest?'),
  167. ('50000'+5, 7, 2, 'Westfall', 1, 1, 0, 0, '50000'+81, 0, 0, 'Ready to go in  Westfall?'),
  168. ('50000'+5, 8, 2, 'Redridge mountains', 1, 1, 0, 0, '50000'+82, 0, 0, 'Ready to go in  Redridge mountains?'),
  169. ('50000'+5, 9, 2, 'Duskwood', 1, 1, 0, 0, '50000'+83, 0, 0, 'Ready to go in  Duskwood?'),
  170. ('50000'+5, 10, 2, 'Hillsbrad Foothills', 1, 1, 0, 0, '50000'+84, 0, 0, 'Ready to go in  Hillsbrad Foothills?'),
  171. ('50000'+5, 11, 2, 'Wetlands', 1, 1, 0, 0, '50000'+85, 0, 0, 'Ready to go in  Wetlands?'),
  172. ('50000'+5, 12, 2, 'Alterac Mountains', 1, 1, 0, 0, '50000'+86, 0, 0, 'Ready to go in  Alterac Mountains?'),
  173. ('50000'+5, 13, 2, 'Arathi Highlands', 1, 1, 0, 0, '50000'+87, 0, 0, 'Ready to go in  Arathi Highlands?'),
  174. ('50000'+5, 14, 2, 'Stranglethorn Vale', 1, 1, 0, 0, '50000'+88, 0, 0, 'Ready to go in  Stranglethorn Vale?'),
  175. ('50000'+5, 15, 2, 'Badlands', 1, 1, 0, 0, '50000'+89, 0, 0, 'Ready to go in  Badlands?'),
  176. ('50000'+5, 16, 2, 'Swamp of Sorrows', 1, 1, 0, 0, '50000'+90, 0, 0, 'Ready to go in  Swamp of Sorrows?'),
  177. ('50000'+5, 17, 2, 'The Hinterlands', 1, 1, 0, 0, '50000'+91, 0, 0, 'Ready to go in  The Hinterlands?'),
  178. ('50000'+5, 18, 2, 'Searing Gorge', 1, 1, 0, 0, '50000'+92, 0, 0, 'Ready to go in  Searing Gorge?'),
  179. ('50000'+5, 19, 2, 'The Blasted Lands', 1, 1, 0, 0, '50000'+93, 0, 0, 'Ready to go in  The Blasted Lands?'),
  180. ('50000'+5, 20, 2, 'Burning Steppes', 1, 1, 0, 0, '50000'+94, 0, 0, 'Ready to go in  Burning Steppes?'),
  181. ('50000'+5, 21, 2, 'Western Plaguelands', 1, 1, 0, 0, '50000'+95, 0, 0, 'Ready to go in  Western Plaguelands?'),
  182. ('50000'+5, 22, 2, 'Eastern Plaguelands', 1, 1, 0, 0, '50000'+96, 0, 0, 'Ready to go in  Eastern Plaguelands?'),
  183. ('50000'+5, 23, 2, 'Isle of Quel\'Danas', 1, 1, 0, 0, '50000'+97, 0, 0, 'Ready to go in  Isle of Quel\'Danas?'),
  184. ('50000'+5, 24, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  185. ('50000'+6, 0, 2, 'Azuremyst Isle', 1, 1, 0, 0, '50000'+98, 0, 0, 'Ready to go in  Azuremyst Isle?'),
  186. ('50000'+6, 1, 2, 'Teldrassil', 1, 1, 0, 0, '50000'+99, 0, 0, 'Ready to go in  Teldrassil?'),
  187. ('50000'+6, 2, 2, 'Durotar', 1, 1, 0, 0, '50000'+100, 0, 0, 'Ready to go in  Durotar?'),
  188. ('50000'+6, 3, 2, 'Mulgore', 1, 1, 0, 0, '50000'+101, 0, 0, 'Ready to go in  Mulgore?'),
  189. ('50000'+6, 4, 2, 'Bloodmyst Isle', 1, 1, 0, 0, '50000'+102, 0, 0, 'Ready to go in  Bloodmyst Isle?'),
  190. ('50000'+6, 5, 2, 'Darkshore', 1, 1, 0, 0, '50000'+103, 0, 0, 'Ready to go in  Darkshore?'),
  191. ('50000'+6, 6, 2, 'The Barrens', 1, 1, 0, 0, '50000'+104, 0, 0, 'Ready to go in  The Barrens?'),
  192. ('50000'+6, 7, 2, 'Stonetalon Mountains', 1, 1, 0, 0, '50000'+105, 0, 0, 'Ready to go in  Stonetalon Mountains?'),
  193. ('50000'+6, 8, 2, 'Ashenvale Forest', 1, 1, 0, 0, '50000'+106, 0, 0, 'Ready to go in  Ashenvale Forest?'),
  194. ('50000'+6, 9, 2, 'Thousand Needles', 1, 1, 0, 0, '50000'+107, 0, 0, 'Ready to go in  Thousand Needles?'),
  195. ('50000'+6, 10, 2, 'Desolace', 1, 1, 0, 0, '50000'+108, 0, 0, 'Ready to go in  Desolace?'),
  196. ('50000'+6, 11, 2, 'Dustwallow Marsh', 1, 1, 0, 0, '50000'+109, 0, 0, 'Ready to go in  Dustwallow Marsh?'),
  197. ('50000'+6, 12, 2, 'Feralas', 1, 1, 0, 0, '50000'+110, 0, 0, 'Ready to go in  Feralas?'),
  198. ('50000'+6, 13, 2, 'Tanaris Desert', 1, 1, 0, 0, '50000'+111, 0, 0, 'Ready to go in  Tanaris Desert?'),
  199. ('50000'+6, 14, 2, 'Azshara', 1, 1, 0, 0, '50000'+112, 0, 0, 'Ready to go in  Azshara?'),
  200. ('50000'+6, 15, 2, 'Felwood', 1, 1, 0, 0, '50000'+113, 0, 0, 'Ready to go in  Felwood?'),
  201. ('50000'+6, 16, 2, 'Un\'Goro Crater', 1, 1, 0, 0, '50000'+114, 0, 0, 'Ready to go in  Un\'Goro Crater?'),
  202. ('50000'+6, 17, 2, 'Silithus', 1, 1, 0, 0, '50000'+115, 0, 0, 'Ready to go in  Silithus?'),
  203. ('50000'+6, 18, 2, 'Winterspring', 1, 1, 0, 0, '50000'+116, 0, 0, 'Ready to go in  Winterspring?'),
  204. ('50000'+6, 19, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  205. ('50000'+7, 0, 2, 'Hellfire Peninsula', 1, 1, 0, 0, '50000'+117, 0, 0, 'Ready to go in  Hellfire Peninsula?'),
  206. ('50000'+7, 1, 2, 'Zangarmarsh', 1, 1, 0, 0, '50000'+118, 0, 0, 'Ready to go in  Zangarmarsh?'),
  207. ('50000'+7, 2, 2, 'Terokkar Forest', 1, 1, 0, 0, '50000'+119, 0, 0, 'Ready to go in  Terokkar Forest?'),
  208. ('50000'+7, 3, 2, 'Nagrand', 1, 1, 0, 0, '50000'+120, 0, 0, 'Ready to go in  Nagrand?'),
  209. ('50000'+7, 4, 2, 'Blade\'s Edge Mountains', 1, 1, 0, 0, '50000'+121, 0, 0, 'Ready to go in  Blade\'s Edge Mountains?'),
  210. ('50000'+7, 5, 2, 'Netherstorm', 1, 1, 0, 0, '50000'+122, 0, 0, 'Ready to go in  Netherstorm?'),
  211. ('50000'+7, 6, 2, 'Shadowmoon Valley', 1, 1, 0, 0, '50000'+123, 0, 0, 'Ready to go in  Shadowmoon Valley?'),
  212. ('50000'+7, 7, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL),
  213. ('50000'+8, 0, 2, 'Borean Tundra', 1, 1, 0, 0, '50000'+124, 0, 0, 'Ready to go in  Borean Tundra?'),
  214. ('50000'+8, 1, 2, 'Howling Fjord', 1, 1, 0, 0, '50000'+125, 0, 0, 'Ready to go in  Howling Fjord?'),
  215. ('50000'+8, 2, 2, 'Dragonblight', 1, 1, 0, 0, '50000'+126, 0, 0, 'Ready to go in  Dragonblight?'),
  216. ('50000'+8, 3, 2, 'Grizzly Hills', 1, 1, 0, 0, '50000'+127, 0, 0, 'Ready to go in  Grizzly Hills?'),
  217. ('50000'+8, 4, 2, 'Zul\'Drak', 1, 1, 0, 0, '50000'+128, 0, 0, 'Ready to go in  Zul\'Drak?'),
  218. ('50000'+8, 5, 2, 'Sholazar Basin', 1, 1, 0, 0, '50000'+129, 0, 0, 'Ready to go in  Sholazar Basin?'),
  219. ('50000'+8, 6, 2, 'Crystalsong Forest', 1, 1, 0, 0, '50000'+130, 0, 0, 'Ready to go in  Crystalsong Forest?'),
  220. ('50000'+8, 7, 2, 'Storm Peaks', 1, 1, 0, 0, '50000'+132, 0, 0, 'Ready to go in  Storm Peaks?'),
  221. ('50000'+8, 8, 2, 'Icecrown', 1, 1, 0, 0, '50000'+133, 0, 0, 'Ready to go in  Icecrown?'),
  222. ('50000'+8, 9, 2, 'Wintergrasp', 1, 1, 0, 0, '50000'+134, 0, 0, 'Ready to go in  Wintergrasp?'),
  223. ('50000'+8, 10, 7, 'Back..', 1, 1, '50000', 0, 0, 0, 0, NULL);
  224.  
  225. INSERT INTO gossip_scripts (id, delay, command, datalong, datalong2, dataint, x, y, z, o) VALUES
  226. ('50000', 0, 6, 0, 0, 0, -8842.09, 626.358, 94.0867, 3.61363),
  227. ('50000'+1, 0, 6, 1, 0, 0, 1546.449951, -4404.390137, 18.208300, 1.670500),
  228. ('50000'+2, 0, 6, 0, 0, 0, -14281.9, 552.564, 8.90422, 0.860144),
  229. ('50000'+3, 0, 6, 530, 0, 0, -1887.62, 5359.09, -12.4279, 4.40435),
  230. ('50000'+5, 0, 6, 571, 0, 0, 5809.55, 503.975, 657.526, 2.38338),
  231. ('50000'+6, 0, 6, 0, 0, 0, -13181.8, 339.356, 42.9805, 1.18013),
  232. ('50000'+8, 0, 6, 1, 0, 0, 9869.91, 2493.58, 1315.88, 2.78897),
  233. ('50000'+9, 0, 6, 0, 0, 0, -4900.47, -962.585, 501.455, 5.40538),
  234. ('50000'+10, 0, 6, 530, 0, 0, -3864.92, -11643.7, -137.644, 5.50862),
  235. ('50000'+11, 0, 6, 1, 0, 0, -1274.45, 71.8601, 128.159, 2.80623),
  236. ('50000'+12, 0, 6, 0, 0, 0, 1633.75, 240.167, -43.1034, 6.26128),
  237. ('50000'+13, 0, 6, 530, 0, 0, 9738.28, -7454.19, 13.5605, 0.043914),
  238. ('50000'+14, 0, 6, 732, 0, 0, -707, 1183, 106, 2),
  239. ('50000'+15, 0, 6, 648, 0, 0, 1783, 2278, 192, 5),
  240. ('50000'+16, 0, 6, 0, 0, 0, -4060, -3451, 281, 0),
  241. ('50000'+17, 0, 6, 732, 0, 0, -707, 1183, 106, 2),
  242. ('50000'+18, 0, 6, 648, 0, 0, 1783, 2278, 192, 5),
  243. ('50000'+19, 0, 6, 0, 0, 0, -4060, -3451, 281, 0),
  244. ('50000'+23, 0, 6, 0, 0, 0, -5596, 5410, -1796, 5),
  245. ('50000'+24, 0, 6, 1, 0, 0, -10209, -1839, 20, 3),
  246. ('50000'+25, 0, 6, 0, 0, 0, -1936, 1900, 90, 0),
  247. ('50000'+26, 0, 6, 0, 0, 0, -4891, -4235, 829, 2),
  248. ('50000'+27, 0, 6, 646, 0, 0, 1024, 646, 157, 4),
  249. ('50000'+28, 0, 6, 0, 0, 0, -7539, -1196, 477, 2),
  250. ('50000'+29, 0, 6, 1, 0, 0, -11511, -2308, 608, 3),
  251. ('50000'+30, 0, 6, 1, 0, 0, -10672, -1305, 16, 3),
  252. ('50000'+31, 0, 6, 1, 0, 0, 4664, -3685, 957, 3),
  253. ('50000'+32, 0, 6, 730, 0, 0, 848, 1052, -6, 5),
  254. ('50000'+33, 0, 6, 530, 0, 0, -3324.49, 4943.45, -101.239, 4.63901),
  255. ('50000'+34, 0, 6, 1, 0, 0, -8369.65, -4253.11, -204.272, -2.70526),
  256. ('50000'+35, 0, 6, 530, 0, 0, 738.865, 6865.77, -69.4659, 6.27655),
  257. ('50000'+36, 0, 6, 530, 0, 0, -347.29, 3089.82, 21.394, 5.68114),
  258. ('50000'+37, 0, 6, 530, 0, 0, 12884.6, -7317.69, 65.5023, 4.799),
  259. ('50000'+38, 0, 6, 530, 0, 0, 3100.48, 1536.49, 190.3, 4.62226),
  260. ('50000'+39, 0, 6, 571, 0, 0, 3707.86, 2150.23, 36.76, 3.22),
  261. ('50000'+40, 0, 6, 1, 0, 0, -8756.39, -4440.68, -199.489, 4.66289),
  262. ('50000'+41, 0, 6, 571, 0, 0, 8590.95, 791.792, 558.235, 3.13127),
  263. ('50000'+42, 0, 6, 571, 0, 0, 4765.59, -2038.24, 229.363, 0.887627),
  264. ('50000'+43, 0, 6, 571, 0, 0, 6722.44, -4640.67, 450.632, 3.91123),
  265. ('50000'+44, 0, 6, 571, 0, 0, 5643.16, 2028.81, 798.274, 4.60242),
  266. ('50000'+45, 0, 6, 571, 0, 0, 3782.89, 6965.23, 105.088, 6.14194),
  267. ('50000'+46, 0, 6, 571, 0, 0, 5693.08, 502.588, 652.672, 4.0229),
  268. ('50000'+47, 0, 6, 571, 0, 0, 9136.52, -1311.81, 1066.29, 5.19113),
  269. ('50000'+48, 0, 6, 571, 0, 0, 8922.12, -1009.16, 1039.56, 1.57044),
  270. ('50000'+49, 0, 6, 571, 0, 0, 1203.41, -4868.59, 41.2486, 0.283237),
  271. ('50000'+50, 0, 6, 571, 0, 0, 1267.24, -4857.3, 215.764, 3.22768),
  272. ('50000'+51, 0, 6, 530, 0, 0, -3649.92, 317.469, 35.2827, 2.94285),
  273. ('50000'+52, 0, 6, 229, 0, 0, 152.451, -474.881, 116.84, 0.001073),
  274. ('50000'+53, 0, 6, 1, 0, 0, -8177.89, -4181.23, -167.552, 0.913338),
  275. ('50000'+54, 0, 6, 530, 0, 0, 797.855, 6865.77, -65.4165, 0.005938),
  276. ('50000'+55, 0, 6, 571, 0, 0, 8515.61, 714.153, 558.248, 1.57753),
  277. ('50000'+56, 0, 6, 530, 0, 0, 3530.06, 5104.08, 3.50861, 5.51117),
  278. ('50000'+57, 0, 6, 530, 0, 0, -336.411, 3130.46, -102.928, 5.20322),
  279. ('50000'+58, 0, 6, 571, 0, 0, 5855.22, 2102.03, 635.991, 3.57899),
  280. ('50000'+59, 0, 6, 0, 0, 0, -11118.9, -2010.33, 47.0819, 0.649895),
  281. ('50000'+60, 0, 6, 230, 0, 0, 1126.64, -459.94, -102.535, 3.46095),
  282. ('50000'+61, 0, 6, 571, 0, 0, 3668.72, -1262.46, 243.622, 4.785),
  283. ('50000'+62, 0, 6, 1, 0, 0, -4708.27, -3727.64, 54.5589, 3.72786),
  284. ('50000'+63, 0, 6, 1, 0, 0, -8409.82, 1499.06, 27.7179, 2.51868),
  285. ('50000'+64, 0, 6, 530, 0, 0, 12574.1, -6774.81, 15.0904, 3.13788),
  286. ('50000'+65, 0, 6, 530, 0, 0, 3088.49, 1381.57, 184.863, 4.61973),
  287. ('50000'+66, 0, 6, 1, 0, 0, -8240.09, 1991.32, 129.072, 0.941603),
  288. ('50000'+67, 0, 6, 571, 0, 0, 3784.17, 7028.84, 161.258, 5.79993),
  289. ('50000'+68, 0, 6, 571, 0, 0, 3472.43, 264.923, -120.146, 3.27923),
  290. ('50000'+69, 0, 6, 571, 0, 0, 9222.88, -1113.59, 1216.12, 6.27549),
  291. ('50000'+70, 0, 6, 571, 0, 0, 5453.72, 2840.79, 421.28, 0),
  292. ('50000'+72, 0, 6, 0, 0, 0, -11916.7, -1215.72, 92.289, 4.72454),
  293. ('50000'+73, 0, 6, 530, 0, 0, 6851.78, -7972.57, 179.242, 4.64691),
  294. ('50000'+74, 0, 6, 0, 0, 0, -9449.06, 64.8392, 56.3581, 3.07047),
  295. ('50000'+75, 0, 6, 530, 0, 0, 9024.37, -6682.55, 16.8973, 3.14131),
  296. ('50000'+76, 0, 6, 0, 0, 0, -5603.76, -482.704, 396.98, 5.23499),
  297. ('50000'+77, 0, 6, 0, 0, 0, 2274.95, 323.918, 34.1137, 4.24367),
  298. ('50000'+78, 0, 6, 530, 0, 0, 7595.73, -6819.6, 84.3718, 2.56561),
  299. ('50000'+79, 0, 6, 0, 0, 0, -5405.85, -2894.15, 341.972, 5.48238),
  300. ('50000'+80, 0, 6, 0, 0, 0, 505.126, 1504.63, 124.808, 1.77987),
  301. ('50000'+81, 0, 6, 0, 0, 0, -10684.9, 1033.63, 32.5389, 6.07384),
  302. ('50000'+82, 0, 6, 0, 0, 0, -9447.8, -2270.85, 71.8224, 0.283853),
  303. ('50000'+83, 0, 6, 0, 0, 0, -10531.7, -1281.91, 38.8647, 1.56959),
  304. ('50000'+84, 0, 6, 0, 0, 0, -385.805, -787.954, 54.6655, 1.03926),
  305. ('50000'+85, 0, 6, 0, 0, 0, -3517.75, -913.401, 8.86625, 2.60705),
  306. ('50000'+86, 0, 6, 0, 0, 0, 275.049, -652.044, 130.296, 0.502032),
  307. ('50000'+87, 0, 6, 0, 0, 0, -1581.45, -2704.06, 35.4168, 0.490373),
  308. ('50000'+88, 0, 6, 0, 0, 0, -11921.7, -59.544, 39.7262, 3.73574),
  309. ('50000'+89, 0, 6, 0, 0, 0, -6782.56, -3128.14, 240.48, 5.65912),
  310. ('50000'+90, 0, 6, 0, 0, 0, -10368.6, -2731.3, 21.6537, 5.29238),
  311. ('50000'+91, 0, 6, 0, 0, 0, 112.406, -3929.74, 136.358, 0.981903),
  312. ('50000'+92, 0, 6, 0, 0, 0, -6686.33, -1198.55, 240.027, 0.916887),
  313. ('50000'+93, 0, 6, 0, 0, 0, -11184.7, -3019.31, 7.29238, 3.20542),
  314. ('50000'+94, 0, 6, 0, 0, 0, -7979.78, -2105.72, 127.919, 5.10148),
  315. ('50000'+95, 0, 6, 0, 0, 0, 1743.69, -1723.86, 59.6648, 5.23722),
  316. ('50000'+96, 0, 6, 0, 0, 0, 2280.64, -5275.05, 82.0166, 4.7479),
  317. ('50000'+97, 0, 6, 530, 0, 0, 12806.5, -6911.11, 41.1156, 2.22935),
  318. ('50000'+98, 0, 6, 530, 0, 0, -4192.62, -12576.7, 36.7598, 1.62813),
  319. ('50000'+99, 0, 6, 1, 0, 0, 9889.03, 915.869, 1307.43, 1.9336),
  320. ('50000'+100, 0, 6, 1, 0, 0, 228.978, -4741.87, 10.1027, 0.416883),
  321. ('50000'+101, 0, 6, 1, 0, 0, -2473.87, -501.225, -9.42465, 0.6525),
  322. ('50000'+102, 0, 6, 530, 0, 0, -2095.7, -11841.1, 51.1557, 6.19288),
  323. ('50000'+103, 0, 6, 1, 0, 0, 6463.25, 683.986, 8.92792, 4.33534),
  324. ('50000'+104, 0, 6, 1, 0, 0, -575.772, -2652.45, 95.6384, 0.006469),
  325. ('50000'+105, 0, 6, 1, 0, 0, 1574.89, 1031.57, 137.442, 3.8013),
  326. ('50000'+106, 0, 6, 1, 0, 0, 1919.77, -2169.68, 94.6729, 6.14177),
  327. ('50000'+107, 0, 6, 1, 0, 0, -5375.53, -2509.2, -40.432, 2.41885),
  328. ('50000'+108, 0, 6, 1, 0, 0, -656.056, 1510.12, 88.3746, 3.29553),
  329. ('50000'+109, 0, 6, 1, 0, 0, -3350.12, -3064.85, 33.0364, 5.12666),
  330. ('50000'+110, 0, 6, 1, 0, 0, -4808.31, 1040.51, 103.769, 2.90655),
  331. ('50000'+111, 0, 6, 1, 0, 0, -6940.91, -3725.7, 48.9381, 3.11174),
  332. ('50000'+112, 0, 6, 1, 0, 0, 3117.12, -4387.97, 91.9059, 5.49897),
  333. ('50000'+113, 0, 6, 1, 0, 0, 3898.8, -1283.33, 220.519, 6.24307),
  334. ('50000'+114, 0, 6, 1, 0, 0, -6291.55, -1158.62, -258.138, 0.457099),
  335. ('50000'+115, 0, 6, 1, 0, 0, -6815.25, 730.015, 40.9483, 2.39066),
  336. ('50000'+116, 0, 6, 1, 0, 0, 6658.57, -4553.48, 718.019, 5.18088),
  337. ('50000'+117, 0, 6, 530, 0, 0, -207.335, 2035.92, 96.464, 1.59676),
  338. ('50000'+118, 0, 6, 530, 0, 0, -220.297, 5378.58, 23.3223, 1.61718),
  339. ('50000'+119, 0, 6, 530, 0, 0, -2266.23, 4244.73, 1.47728, 3.68426),
  340. ('50000'+120, 0, 6, 530, 0, 0, -1610.85, 7733.62, -17.2773, 1.33522),
  341. ('50000'+121, 0, 6, 530, 0, 0, 2029.75, 6232.07, 133.495, 1.30395),
  342. ('50000'+122, 0, 6, 530, 0, 0, 3271.2, 3811.61, 143.153, 3.44101),
  343. ('50000'+123, 0, 6, 530, 0, 0, -3681.01, 2350.76, 76.587, 4.25995),
  344. ('50000'+124, 0, 6, 571, 0, 0, 2954.24, 5379.13, 60.4538, 2.55544),
  345. ('50000'+125, 0, 6, 571, 0, 0, 682.848, -3978.3, 230.161, 1.54207),
  346. ('50000'+126, 0, 6, 571, 0, 0, 2678.17, 891.826, 4.37494, 0.101121),
  347. ('50000'+127, 0, 6, 571, 0, 0, 4017.35, -3403.85, 290, 5.35431),
  348. ('50000'+128, 0, 6, 571, 0, 0, 5560.23, -3211.66, 371.709, 5.55055),
  349. ('50000'+129, 0, 6, 571, 0, 0, 5614.67, 5818.86, -69.722, 3.60807),
  350. ('50000'+130, 0, 6, 571, 0, 0, 5411.17, -966.37, 167.082, 1.57167),
  351. ('50000'+132, 0, 6, 571, 0, 0, 6120.46, -1013.89, 408.39, 5.12322),
  352. ('50000'+133, 0, 6, 571, 0, 0, 8323.28, 2763.5, 655.093, 2.87223),
  353. ('50000'+134, 0, 6, 571, 0, 0, 4522.23, 2828.01, 389.975, 0.215009);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement