Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.43 KB | None | 0 0
  1. mysql> select name, ainame, scriptname from creature_template where ainame <>"" and scriptname <> "";
  2. +-------------------------------+---------+-------------------------------+
  3. | name | ainame | scriptname |
  4. +-------------------------------+---------+-------------------------------+
  5. | Innkeeper Farley | EventAI | npc_innkeeper |
  6. | Morbent Fel | EventAI | spell_dummy_npc |
  7. | Arugal's Voidwalker | EventAI | mob_arugal_voidwalker |
  8. | Earthen Guardian | EventAI | mob_archaeras_add |
  9. | Earthen Hallshaper | EventAI | mob_archaeras_add |
  10. | Earthen Custodian | EventAI | mob_archaeras_add |
  11. | Mekgineer Thermaplugg | EventAI | boss_thermaplugg |
  12. | Vault Warder | EventAI | mob_archaeras_add |
  13. | Lady Illucia Barov | EventAI | boss_illucia_barov |
  14. | Lord Alexei Barov | EventAI | boss_lord_alexei_barov |
  15. | Instructor Malicia | EventAI | boss_instructor_malicia |
  16. | The Ravenian | EventAI | boss_the_ravenian |
  17. | Ras Frostwhisper | EventAI | boss_boss_ras_frostwhisper |
  18. | Lorekeeper Polkelt | EventAI | boss_lorekeeper_polkelt |
  19. | Doctor Theolen Krastinov | EventAI | boss_doctor_theolen_krastinov |
  20. | Drek'Thar | EventAI | npc_drekthar |
  21. | Vanndar Stormpike | EventAI | npc_vanndar_stormpike |
  22. | Dun Baldar North Marshal | EventAI | npc_marshall |
  23. | Dun Baldar South Marshal | EventAI | npc_marshall |
  24. | Icewing Marshal | EventAI | npc_marshall |
  25. | Stonehearth Marshal | EventAI | npc_marshall |
  26. | East Frostwolf Warmaster | EventAI | npc_marshall |
  27. | Iceblood Warmaster | EventAI | npc_marshall |
  28. | Tower Point Warmaster | EventAI | npc_marshall |
  29. | West Frostwolf Warmaster | EventAI | npc_marshall |
  30. | Stalagg | EventAI | mob_stalagg |
  31. | Feugen | EventAI | mob_feugen |
  32. | Naxxramas Worshipper | EventAI | mob_worshipper |
  33. | Void Zone | EventAI | npc_void_zone |
  34. | Death Knight Understudy | EventAI | npc_death_knight_understudy |
  35. | Hulking Helboar | EventAI | spell_dummy_npc |
  36. | Kil'rek | EventAI | mob_kilrek |
  37. | Fiendish Imp | EventAI | mob_karazhan_imp |
  38. | Blacksilt Scout | EventAI | spell_dummy_npc |
  39. | Azgalor | EventAI | boss_azgalor |
  40. | The Black Stalker | EventAI | boss_blackstalker |
  41. | High Botanist Freywinn | EventAI | boss_high_botanist_freywinn |
  42. | Phase Hunter | EventAI | spell_dummy_npc |
  43. | Ember of Al'ar | EventAI | mob_ember_of_alar |
  44. | Commander Dawnforge | EventAI | npc_commander_dawnforge |
  45. | The Lurker Below | EventAI | boss_the_lurker_below |
  46. | Underbog Colossus | EventAI | mob_underbog_colossus |
  47. | Shadow Fissure | EventAI | mob_shadow_issure |
  48. | Inner Demon | EventAI | mob_inner_demon |
  49. | Shadowy Construct | EventAI | mob_shadowy_construct |
  50. | Akil'zon | EventAI | boss_akilzon |
  51. | Amani'shi Savage | EventAI | mob_amanishi_savage |
  52. | Zephyr | EventAI | npc_zephyr |
  53. | Greengill Slave | EventAI | spell_dummy_npc |
  54. | Felblood Initiate | EventAI | spell_dummy_npc |
  55. | Shield Orb | EventAI | mob_shield_orb |
  56. | Hand of the Deceiver | EventAI | mob_hand_of_the_deceiver |
  57. | Volatile Felfire Fiend | EventAI | mob_volatile_felfire_fiend |
  58. | M'uru | EventAI | boss_muru |
  59. | Dark Fiend | EventAI | dark_fiend |
  60. | Void Sentinel | EventAI | void_sentinel |
  61. | Entropius | EventAI | boss_entropius |
  62. | Rabid Grizzly | EventAI | spell_dummy_npc |
  63. | Greer Orehammer | EventAI | npc_greer_orehammer |
  64. | Annhylde the Caller | EventAI | npc_annhylde |
  65. | Dragonflayer Forge Master | EventAI | mob_dragonflayer_forge_master |
  66. | Scavenge-bot 004-A8 | EventAI | spell_dummy_npc |
  67. | Sentry-bot 57-K | EventAI | spell_dummy_npc |
  68. | Defendo-tank 66D | EventAI | spell_dummy_npc |
  69. | Scavenge-bot 005-B6 | EventAI | spell_dummy_npc |
  70. | 55-D Collect-a-tron | EventAI | spell_dummy_npc |
  71. | Rune Reaver | EventAI | spell_dummy_npc |
  72. | Woodlands Walker | EventAI | spell_dummy_npc |
  73. | Arthas | EventAI | npc_arthas |
  74. | Meathook | EventAI | boss_meathook |
  75. | Salramm the Fleshcrafter | EventAI | boss_salramm |
  76. | Chrono-Lord Epoch | EventAI | boss_lord_epoch |
  77. | Mal'Ganis | EventAI | boss_malganis |
  78. | Blighted Elk | EventAI | spell_dummy_npc |
  79. | Trollgore | EventAI | boss_trollgore |
  80. | Novos the Summoner | EventAI | boss_novos |
  81. | The Prophet Tharon'ja | EventAI | boss_tharonja |
  82. | Frenzied Worgen | EventAI | npc_worgen |
  83. | Ravenous Furbolg | EventAI | npc_furlborg |
  84. | Massive Jormungar | EventAI | npc_jormungar |
  85. | Ferocious Rhino | EventAI | npc_rhino |
  86. | Reanimated Frost Wyrm | EventAI | spell_dummy_npc |
  87. | Overseer Deathgaze | EventAI | spell_dummy_npc |
  88. | Acolyte | EventAI | npc_cs_acolyte |
  89. | Crypt Fiend | EventAI | npc_cs_field |
  90. | Patchwork Construct | EventAI | npc_cs_butcher |
  91. | Lordaeron Footman | EventAI | npc_arthas_marine |
  92. | High Elf Mage-Priest | EventAI | npc_arthas_priest |
  93. | Turgid the Vile | EventAI | spell_dummy_npc |
  94. | Prophet of Sseratus | EventAI | spell_dummy_npc |
  95. | Prince Tenris Mirkblood | EventAI | boss_tenris |
  96. | Dark Necromancer | EventAI | npc_cs_necromancer |
  97. | Sanguine Spirit | EventAI | sanguine |
  98. | Devouring Ghoul | EventAI | npc_cs_gnoul |
  99. | Shaman Vekjik | EventAI | npc_vekjik |
  100. | Artruis the Heartless | EventAI | npc_artruis |
  101. | Krik'thir the Gatewatcher | EventAI | boss_krikthir |
  102. | Watcher Narjil | EventAI | boss_narjil |
  103. | Watcher Gashra | EventAI | boss_gashra |
  104. | Watcher Silthik | EventAI | boss_silthik |
  105. | Hadronox | EventAI | boss_hadronox |
  106. | Anub'arak | EventAI | boss_anubarak |
  107. | Stormforged Lieutenant | EventAI | mob_stormforged_lieutenant |
  108. | Silver Covenant Guardian Mage | EventAI | npc_dalaran_guardian_mage |
  109. | Sunreaver Guardian Mage | EventAI | npc_dalaran_guardian_mage |
  110. | Xevozz | EventAI | boss_xevozz |
  111. | Ethereal Sphere | EventAI | mob_ethereal_sphere |
  112. | Moorabi | EventAI | boss_moorabi |
  113. | Gal'darah | EventAI | boss_galdarah |
  114. | Drakkari Colossus | EventAI | boss_colossus |
  115. | Lavanthor | EventAI | boss_lavanthor |
  116. | Ichor Globule | EventAI | mob_ichor_globule |
  117. | Erekem Guard | EventAI | mob_erekem_guard |
  118. | Living Mojo | EventAI | mob_living_mojo |
  119. | Ruins Dweller | EventAI | npc_ruins_dweller |
  120. | Arcane Overload | NullAI | npc_arcane_overload |
  121. | Exhausted Vrykul | EventAI | spell_dummy_npc |
  122. | Portal Guardian | EventAI | mob_vh_dragons |
  123. | Azure Invader | EventAI | mob_vh_dragons |
  124. | Azure Spellbreaker | EventAI | mob_vh_dragons |
  125. | Azure Binder | EventAI | mob_vh_dragons |
  126. | Azure Mage Slayer | EventAI | mob_vh_dragons |
  127. | Azure Captain | EventAI | mob_vh_dragons |
  128. | Azure Sorceror | EventAI | mob_vh_dragons |
  129. | Azure Raider | EventAI | mob_vh_dragons |
  130. | Portal Keeper | EventAI | mob_vh_dragons |
  131. | Azure Saboteur | EventAI | npc_azure_saboteur |
  132. | Argent Healer | EventAI | npc_argent_healer |
  133. | Azure Stalker | EventAI | mob_vh_dragons |
  134. | Infinite Corruptor | EventAI | boss_infinite_corruptor |
  135. | Stormcaller Brundir | EventAI | boss_brundir |
  136. | Steelbreaker | EventAI | boss_steelbreaker |
  137. | Runemaster Molgeim | EventAI | boss_molgeim |
  138. | Scorch | EventAI | mob_scorch_target |
  139. | Behsten | EventAI | npc_experience_eliminator |
  140. +-------------------------------+---------+-------------------------------+
  141. 135 rows in set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement