Advertisement
fr0z3night

WoW Addons - 2020-05-06 - Instant Eagle LUA Edit

Apr 15th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.59 KB | None | 0 0
  1. --[[
  2.  
  3. Edit this file located below and paste the contents of this pastebin over it.
  4. (I suggest doing so with Notepad++ as its much better than the basic windows Notepad)
  5. C:\WoW\_retail_\Interface\Addons\!fr0z3nGossip\!fr0z3nGossip.lua
  6.  
  7. or you can download my .lua and .toc file and put it in the folder above
  8. .toc supplied as the original addon 'Instant Eagle' can no longer be found.
  9. (synced to my Google Drive by using my WoW UI Update batch file after editing)
  10. https://drive.google.com/open?id=15_WUOaMVy6-zzD3iuXNUDsA6GYJ6dBeL
  11.  
  12. Rename to Instant Eagle (original name) if you'd prefer.
  13.  
  14. See the rest of my edits and stuff at
  15. https://docs.google.com/spreadsheets/d/1tQQDE3a8ttOMDHQHVTtdTavWcULDT0lhhA6RJPqsTFo/edit?usp=sharing
  16. (these lines between and including the brackets can be kept or deleted, they shouldnt affect the file.)
  17.  
  18. ]]
  19.  
  20.  
  21.  
  22. local gossip = CreateFrame("FRAME")
  23. gossip:RegisterEvent("GOSSIP_SHOW")
  24.  
  25. local function GetCurrentNPC_ID()
  26. local guid = UnitGUID("npc")
  27. if not guid then return nil end
  28. return tonumber(string.match(guid, "Creature%-%d+%-%d+%-%d+%-%d+%-(%d+)"))
  29. end
  30.  
  31. gossip:SetScript("OnEvent",function(self,event)
  32. local NPC_ID = GetCurrentNPC_ID()
  33.  
  34.  
  35. --[[ K A L I M D O R ]]--
  36.  
  37. -- Ashenvale --
  38. if NPC_ID == 12196 then SelectGossipOption(1) end -- Splintertree Post Innkeeper Kaylisk H@ 'Make this inn your home'
  39. if NPC_ID == 33421 then SelectGossipOption(1) end -- Warsong Lumber Camp Gorka H! Crisis at Splintertree
  40. if NPC_ID == 33440 then SelectGossipOption(1) end -- Warsong Lumber Camp Demoralized Peon H! Management Material
  41. if NPC_ID == 34289 then SelectGossipOption(1) end -- Thunder Peak The Vortex H! Vortex
  42. if NPC_ID == 43606 then SelectGossipOption(1) end -- Zoram'gar Outpost Innkeeper Duras H@ 'Make this inn your home'
  43. if NPC_ID == 43624 then SelectGossipOption(1) end -- Hellscream's Watch Innkeeper Linkasa H@ 'Make this inn your home'
  44. if NPC_ID == 43633 then SelectGossipOption(1) end -- Silverwind Refuge Innkeeper Chin'toka H@ 'Make this inn your home'
  45. if NPC_ID == 44414 then SelectGossipOption(1) end -- Splintertree Mine Durak H! Dread Head Redemption
  46.  
  47. -- Azshara --
  48. if NPC_ID == 35567 then SelectGossipOption(1) end -- Lake Mennar Spirit of Kalytha H! Memories of the Dead
  49. if NPC_ID == 35595 then SelectGossipOption(1) end -- Lake Mennar Archmage Selwyn H! Memories of the Dead
  50.  
  51. -- Azure/Bloodmyst Isle --
  52. if NPC_ID == 17243 then SelectGossipOption(1) end -- Odesyus' Landing Engineer 'Spark' Over.. A! Show Gnomercy
  53. if NPC_ID == 17824 then SelectGossipOption(1) end -- Blood Watch Captured Sunhawk Agent A! What We Don't Know
  54.  
  55. -- Darkshore --
  56. if NPC_ID == 33001 then SelectGossipOption(1) end -- Ruins of Auberdine Thundris Windweaver A! Coaxing the Spirits
  57. if NPC_ID == 33033 then SelectGossipOption(1) end -- Ruins of Auberdine Elissa Starbreeze A! Coaxing the Spirits
  58. if NPC_ID == 33035 then SelectGossipOption(1) end -- Ruins of Auberdine Taldan A! Coaxing the Spirits
  59. if NPC_ID == 33037 then SelectGossipOption(1) end -- Ruins of Auberdine Caylais Moonfeather A! Coaxing the Spirits
  60. if NPC_ID == 33359 then SelectGossipOption(2) end -- Lor'danel Nightsaber Rider A@ Bashal'Aran / Lor'danel Ride
  61. if NPC_ID == 33359 then SelectGossipOption(1) end -- Lor'danel Nightsaber Rider A@ Bashal'Aran / Lor'danel Ride
  62. if NPC_ID == 141489 then SelectGossipOption(1) end -- 48 24 Zidormi N@ Travel to the Past
  63.  
  64. -- Durotar --
  65. if NPC_ID == 3203 then SelectGossipOption(1) end -- Thunder Ridge Fizzle Darkclaw H! Fizzled
  66. -- if NPC_ID == 4311 then SelectGossipOption(1) end -- The Dranosh'ar Blockade Holgar Stormaxe H@ Skip Legion Start Zone
  67. if NPC_ID == 6928 then SelectGossipOption(2) end -- Razor Hill Innkeeper Grosk H@ 'Make this inn your home'
  68. if NPC_ID == 10676 then SelectGossipOption(1) end -- Sen'jin Village Raider Jhash H! Riding On
  69. if NPC_ID == 39351 then SelectGossipOption(1) end -- Deadeye Shore Ghislania H! Ghislania
  70. if NPC_ID == 39352 then SelectGossipOption(1) end -- Deadeye Shore Gaur Icehorn H! Gaur Icehorn
  71. if NPC_ID == 39353 then SelectGossipOption(1) end -- Deadeye Shore Griswold Hanniston H! Griswold Hanniston
  72. -- if NPC_ID == 39380 then SelectGossipOption(1) end -- The Dranosh'ar Blockade Shin Stonepillar H! The Wolf and The Kodo -- Quest Turn In
  73. if NPC_ID == 100866 then SelectGossipOption(1) end -- Dranosh'ar Blockade Sylvanas Windrunner H! Demons Among Them
  74. if NPC_ID == 122065 then SelectGossipOption(1) end -- The Sunstrider Lady Liadrin H! Two If By Sea
  75. if NPC_ID == 155785 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Jaina Proudmoore A! Strategic Deployment
  76. if NPC_ID == 155786 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Varok Saurfang H! Before the Gates of Orgrimmar
  77. -- if NPC_ID == 155789 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Lor'themar Theron H! Strategic Deployment ReUsed Zuldazar
  78. if NPC_ID == 155926 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Shandris Feathermoon A! Strategic Deployment
  79. -- if NPC_ID == 156119 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Arcanist Thalyssra H! Strategic Deployment ReUsed Zuldazar
  80. if NPC_ID == 156120 then SelectGossipOption(1) end -- The Dranosh'ar Block.. Mayla Highmountain H! Strategic Deployment
  81. if NPC_ID == 156121 then SelectGossipOption(1) end -- Orgrimmar Genn Greymane A! The Price of Victory
  82.  
  83. -- Dustwallow Marsh --
  84. if NPC_ID == 150620 then SelectGossipOption(1) end -- The Great Sea Mathias Shaw A! My Brother's Keeper
  85. if NPC_ID == 150754 then SelectGossipOption(1) end -- The Great Sea Jaina Proudmoore A! My Brother's Keeper
  86.  
  87. -- Echo Isles --
  88. if NPC_ID == 38225 then SelectGossipOption(1) end -- Spitescale Cove Vol'jin H! An Ancient Enemy
  89. if NPC_ID == 38437 then SelectGossipOption(1) end -- Spitescale Cove Vanira H! An Ancient Enemy
  90. if NPC_ID == 38989 then SelectGossipOption(1) end -- Darkspear Hold Darkspear Jailor H! Breaking the Line
  91. if NPC_ID == 39062 then SelectGossipOption(1) end -- Darkspear Training G.. Darkspear Jailor H! Proving Pit
  92.  
  93. -- Moonglade --
  94. if NPC_ID == 103133 then SelectGossipOption(1) end -- Lake Elune'ara Naralex C! Druid: Call of the Wilds
  95. if NPC_ID == 103136 then SelectGossipOption(1) end -- Lake Elune'ara Zen'tabra C! Druid: Call of the Wilds
  96.  
  97. -- Mulgore --
  98. if NPC_ID == 6747 then SelectGossipOption(2) end -- Bloodhoof Village Innkeeper H@ 'Make this inn your home'
  99.  
  100. -- Northern Barrens --
  101. if NPC_ID == 3934 then SelectGossipOption(1) end -- Crossroads Innkeeper H@ 'Make this inn your home'
  102. if NPC_ID == 3678 then SelectGossipOption(1) end -- Muyoh H! Disciples of Naralex
  103. if NPC_ID == 3467 then SelectGossipOption(2) end -- The Merchant Coast Baron Longshore H! The Baron's Demands
  104. if NPC_ID == 6791 then SelectGossipOption(1) end -- Ratchet Inkeeper Wiley N@ 'Make this inn your home'
  105. if NPC_ID == 9316 then SelectGossipOption(1) end -- 44,24 Wenikee Boltbucket H! Return to Samophianger
  106. if NPC_ID == 8582 then SelectGossipOption(2) end -- The Mor'shan Rampart Kadrak H! To the Rescue!
  107. if NPC_ID == 8582 then SelectGossipOption(1) end -- The Mor'shan Rampart Kadrak H! Got Wood?
  108. if NPC_ID == 34258 then SelectGossipOption(1) end -- Far Watch Point Halga Bloodeye H! Crossroads Caravan Pickup ##
  109. if NPC_ID == 34503 then SelectGossipOption(1) end -- Razormane Pillager H! Drag it Out of Them
  110. if NPC_ID == 34523 then SelectGossipOption(2) end -- Captured Razormane H! By Hook Or By Crook
  111. if NPC_ID == 34523 then SelectGossipOption(3) end -- Captured Razormane H! By Hook Or By Crook
  112. if NPC_ID == 34674 then SelectGossipOption(1) end -- Nozzlepot's Outpost Brak Blusterpipe H! Wenikee Boltbucket
  113. if NPC_ID == 34754 then SelectGossipOption(1) end -- Ratchet Chief Engineer Foote H! Club Foote
  114. if NPC_ID == 43945 then SelectGossipOption(1) end -- Nozzlepot's Outpost Inkeeper Kritzle H@ 'Make this inn your home'
  115. if NPC_ID == 43946 then SelectGossipOption(1) end -- Grol'dom Farm Inkeeper Kerntis H@ 'Make this inn your home'
  116. if NPC_ID == 52220 then SelectGossipOption(1)
  117. CloseGossip() end -- The Crossroads Rocco Whipshank H! Mor'shan Caravan Pick-Up
  118. if NPC_ID == 115286 then SelectGossipOption(1) end -- Crysa N! Crysa's Flyers
  119. -- if NPC_ID == 116781 then SelectGossipOption(1) end -- Wailing Caverns Muyani N! Enter Pet Battle Dungeon
  120. if NPC_ID == 116785 then SelectGossipOption(1) end -- Wailing Caverns Muyani N! Leave Pet Battle Dungeon
  121.  
  122. -- Orgrimmar --
  123. if NPC_ID == 15188 then SelectGossipOption(1) end -- Valley of Wisdom Emissary Blackhoof H! Warchief's Command: Mount Hyjal
  124. -- if NPC_ID == 55382 then SelectGossipOption(1) end -- - Mystic Mage H@ Take me to the faire staging area.
  125. if NPC_ID == 100636 then SelectGossipOption(1) end -- Valley of Strength High Overlord Saurfang H! Audience with the Warchief
  126. if NPC_ID == 135205 then SelectGossipOption(1) end -- Valley of Strength Nathanos Blightcaller H! The Stormwind Extraction
  127. if NPC_ID == 139093 then SelectGossipOption(2) end -- Grommash Hold Isabella H! The Battle for Lordaeron
  128. if NPC_ID == 145531 then SelectGossipOption(1) end -- Grommash Hold Arcanist Thalyssra H! New Allies, New Problems
  129. if NPC_ID == 145532 then SelectGossipOption(1) end -- Grommash Hold Commander Dresh H! New Allies, New Problems
  130. if NPC_ID == 145533 then SelectGossipOption(1) end -- Grommash Hold Bladeguard Sonji H! New Allies, New Problems
  131. if NPC_ID == 149626 then SelectGossipOption(1) end -- Pathfinder's Den Vanguard Battlemage H! The Dark Portal
  132. if NPC_ID == 150131 then SelectGossipOption(1) end -- Pathfinder's Den Thrallmar Mage H@ 'I Must report to the Dark Portal'
  133. if NPC_ID == 152155 then SelectGossipOption(1) end -- Siege: Baine Rescue Thrall H! Stay of Execution
  134. if NPC_ID == 152156 then SelectGossipOption(1) end -- Siege: Baine Rescue Jaina Proudmoore A! Stay of Execution
  135. if NPC_ID == 152333 then SelectGossipOption(1) end -- Siege: Baine Rescue Dark Ranger Lenara H! Stay of Execution
  136. if NPC_ID == 152409 then SelectGossipOption(1) end -- Siege: Baine Rescue Dark Ranger H! Stay of Execution
  137. if NPC_ID == 152540 then SelectGossipOption(1) end -- Siege: Baine Rescue Lyani Shadecast H! Stay of Execution
  138. if NPC_ID == 152977 then SelectGossipOption(1) end -- Cleft of Shadow Thrall H! Old Allies
  139.  
  140. -- Silithus --
  141. if NPC_ID == 128607 then SelectGossipOption(1) end -- Valor's Rest Zidormi N@ Travel to the Past
  142. if NPC_ID == 136907 then SelectGossipOption(1) end -- Chamber of Heart Magni Bronzebeard N! The Chamber of Heart
  143. if NPC_ID == 151964 then SelectGossipOption(1) end -- Chamber of Heart Spiritwalker Ebonhorn N! A Friendly Face
  144. -- if NPC_ID == 152194 then SelectGossipOption(1) end -- Chamber of Heart MOTHER N! The Chamber of Heart
  145. if NPC_ID == 152206 then SelectGossipOption(1) end -- Chamber of Heart Magni Bronzebeard N! Magni's Findings
  146. if NPC_ID == 155496 then SelectGossipOption(1) end -- Chamber of Heart Wrathion N! Curious Corruption
  147.  
  148. -- Stonetalon Mountains --
  149. if NPC_ID == 40907 then SelectGossipOption(1) end -- Krom'gar Fortress Clarissa H! Mr. D's Wild Ride
  150. if NPC_ID == 41892 then SelectGossipOption(1) end -- Krom'gar Fortress Innkeeper Stark H@ 'Make this inn your home'
  151.  
  152. -- Tanaris --
  153. if NPC_ID == 7607 then SelectGossipOption(1) end -- Zul'Farrak Weegli Blastfuse I@ Blow The Gates
  154.  
  155. -- Teldrassil --
  156. if NPC_ID == 34761 then SelectGossipOption(1) end -- Dolanaar Citarre Mapleheart A! The Relics if Wakening
  157.  
  158. -- Thunder Bluff --
  159. if NPC_ID == 156181 then SelectGossipOption(1) end -- Elder Rise Baine Bloodhoof H! The Price of Victory
  160.  
  161. -- Uldum --
  162. if NPC_ID == 155095 then SelectGossipOption(1) end -- Seat of Ramkahen King Phaoris N! The Uldum Accord
  163. if NPC_ID == 155096 then SelectGossipOption(1) end -- Seat of Ramkahen High Commander Kamses N! Surfacing Threats
  164. if NPC_ID == 162419 then SelectGossipOption(1) end -- Ramkahen Zidormi N@ Time Travel
  165.  
  166.  
  167.  
  168. --[[ E A S T E R N K I N G D O M S ]]--
  169.  
  170. -- Arathi Highlands --
  171. if NPC_ID == 2808 then SelectGossipOption(1) end -- Refuge Point Vikki Lonsav A@ 'Make this inn your home'
  172. if NPC_ID == 141649 then SelectGossipOption(1) end -- 38, 90 Zidormi N@ 'Time Travel'
  173.  
  174. -- Badlands --
  175. if NPC_ID == 2785 then SelectGossipOption(1) end -- Scar of the Worldb... Martek the Exiled A! The Day that Deathwing...
  176. if NPC_ID == 2920 then SelectGossipOption(1) end -- Scar of the Worldb... Lucien Tosselwrench A! The Day that Deathwing...
  177. if NPC_ID == 4618 then SelectGossipOption(1) end -- Scar of the Worldb... Theldurin the Lost A! The Day that Deathwing...
  178. if NPC_ID == 7172 then SelectGossipOption(1) end -- Uldaman Keeper I! The Platimum Discs
  179. if NPC_ID == 46768 then SelectGossipOption(1) end -- Tomb of the Watchers The Warden A! Ancient Protectors
  180. if NPC_ID == 46769 then SelectGossipOption(1) end -- Tomb of the Watchers The Sentinel A! Ancient Protectors
  181. if NPC_ID == 47124 then SelectGossipOption(1) end -- Human Admirer A! The Day that Deathwing...
  182. if NPC_ID == 48054 then SelectGossipOption(1) end -- Fuselight Sally Gearwell H@ 'Make this inn your home'
  183. if NPC_ID == 48093 then SelectGossipOption(1) end -- Dragon's Mouth Ivan Zypher A@ 'Make this inn your home'
  184.  
  185. -- Blasted Lands --
  186. if NPC_ID == 7506 then SelectGossipOption(1) end -- Dreadmaul Furnace Bloodmage Lynnore N@ Start the Ritual
  187. if NPC_ID == 41265 then SelectGossipOption(1) end -- 73,47 Salt-Flop N! The Amulet of Sevine
  188. if NPC_ID == 78423 then SelectGossipOption(1) end -- The Dark Portal Archmage Khadgar N@ FOR AZEROTH!
  189. if NPC_ID == 88206 then SelectGossipOption(1) end -- 48 07 Zidormi N@ Travel to the Past
  190. if NPC_ID == 107716 then SelectGossipOption(1) end -- The Tainted Scar Daio the Decrepit C! Mage: Daio the Decrepit
  191.  
  192. -- Deadwind Pass --
  193. if NPC_ID == 113986 then SelectGossipOption(1) end -- Dalaran Archmage Khadgar N! In the Blink of an Eye
  194.  
  195. -- Dun Morough --
  196. if NPC_ID == 40991 then SelectGossipOption(1) end -- The Grizzled Den Mountaineer Dunstan A! Forced to Watch from Afar
  197. if NPC_ID == 40994 then SelectGossipOption(1) end -- The Grizzled Den Mountaineer Lewin A! Forced to Watch from Afar
  198. if NPC_ID == 41056 then SelectGossipOption(1) end -- The Grizzled Den Mountaineer Valgrum A! Forced to Watch from Afar
  199. if NPC_ID == 42849 then SelectGossipOption(1) end -- Iceflow Lake High Tinker Mekkatorque A! Down with Crushcog!
  200. if NPC_ID == 46293 then SelectGossipOption(1) end -- Gnomeregan Torben Zapblast A@ 'Send me to the surface, Torben'
  201. if NPC_ID == 146932 then SelectGossipOption(1) end -- Gnomeregan Door Control Conole N@ Pull Random Levers
  202. -- if NPC_ID == 147070 then SelectGossipOption(1) end -- Gnomeregan Micro Zoox N@ Send Me Into Gnomeregan! -- Quest
  203. if NPC_ID == 147395 then SelectGossipOption(1) end -- Gnomeregan Micro Zoox N@ Get Me Out Of Here!
  204. if NPC_ID == 147485 then SelectGossipOption(1) end -- Gnomeregan Micro Zoox N@ Get Me Out Of Here!
  205.  
  206. -- Duskwood --
  207. if NPC_ID == 6790 then SelectGossipOption(1) end -- Scarlet Raven Tavern Innkeeper Trelayne A@ 'Make this inn your home'
  208. if NPC_ID == 65655 then SelectGossipOption(1) end -- Raven Hill Cemeterty Eric Davidson P! Eric Davidson
  209. if NPC_ID == 100323 then SelectGossipOption(1) end -- Manor Mistmantle Revil Kost C! Ultalesh, the Deadwind Harvester
  210.  
  211. -- Elwynn Forest --
  212. -- if NPC_ID == 295 then SelectGossipOption(2) end -- Lion's Pride Inn Innkeeper Farley A@ 'Make this inn your home' --Quest
  213.  
  214. -- Eversong Woods --
  215. if NPC_ID == 15420 then SelectGossipOption(1) end -- North Sanctum Prospector Anvilward H! The Dwarven Spy
  216.  
  217. -- Ghostlands --
  218. if NPC_ID == 15420 then SelectGossipOption(1) end -- Tranquillien Inkeeper Kalarin H@ 'Make this inn your home'
  219.  
  220. -- Gilneas --
  221. if NPC_ID == 38553 then SelectGossipOption(1) end -- A! The Battle for Gilneas City
  222. if NPC_ID == 38764 then SelectGossipOption(1) end -- A! Flank the Forsaken
  223.  
  224. -- Loch Modan --
  225. -- if NPC_ID == 1156 then SelectGossipOption(1) end -- Farstrider Lodge Vyrin Swiftwind A@ 'Make this inn your home' (-- Quest)
  226. if NPC_ID == 6734 then SelectGossipOption(1) end -- Thelsamar Inkeeper Hearthstove A@ 'Make this inn your home'
  227.  
  228. -- Plaguelands (East & West) --
  229. if NPC_ID == 28406 then SelectGossipOption(1) end -- Death's Breach Death Knight Initiate C! Death's Challenge
  230. if NPC_ID == 29173 then SelectGossipOption(1) end -- The Scar Enclave Highlord Darion Morgr.. N! The Light of Dawn
  231. if NPC_ID == 46269 then SelectGossipOption(1) end -- Chillwind Camp Mother Matterly A@ 'Make this inn your home'
  232. if NPC_ID == 155145 then SelectGossipOption(1) end -- Stratholme Plagued Critters N@ 'Extermination Time!'
  233. if NPC_ID == 155264 then SelectGossipOption(1) end -- Stratholme Sean Williams N@ 'This place is scary, get me out of here!'
  234. if NPC_ID == 155270 then SelectGossipOption(1) end -- Stratholme Sean Williams N@ 'This place is scary, get me out of here!'
  235. if NPC_ID == 155346 then SelectGossipOption(1) end -- Stratholme Sean Williams N@ 'This place is scary, get me out of here!'
  236. if NPC_ID == 155413 then SelectGossipOption(1) end -- Stratholme Post Malown N@ ''
  237. if NPC_ID == 155414 then SelectGossipOption(1) end -- Stratholme Fras Siabi N@ 'Begin Pet Battle'
  238.  
  239. -- Redridge Mountains --
  240. if NPC_ID == 6727 then SelectGossipOption(1) end -- Lakeshire Inn Innkeeper Brianna A@ 'Make this inn your home'
  241.  
  242. -- Searing Gorge --
  243. --if NPC_ID == 8436 then SelectGossipOption(1) end -- Firewatch Ridge Zamael Lunthistle N@ Hear Story -- Quest Turn In
  244. if NPC_ID == 9039 then SelectGossipOption(1) end -- Blackrock Depths Doom'rel I@ Start Fight
  245. if NPC_ID == 23872 then SelectGossipOption(1) end -- Blackrock Depths Coren Direbrew I@ Start Fight
  246. if NPC_ID == 36296 then SelectGossipOption(1) end -- Shadowfang Keep Apothecary Hummel N@ Start Fight
  247. if NPC_ID == 47434 then SelectGossipOption(1) end -- Iron Summit Iron Summit Guard A@ Conga Line
  248. if NPC_ID == 47942 then SelectGossipOption(1) end -- Iron Summit Velma Rockslide A@ 'Make this inn your home'
  249. if NPC_ID == 160205 then SelectGossipOption(1) end -- Blackrock Depths Pixy Wizzle N@ 'Begin pet battle'
  250. if NPC_ID == 160206 then SelectGossipOption(1) end -- Blackrock Depths Alran Heartshade N@ 'Begin pet battle'
  251. if NPC_ID == 160207 then SelectGossipOption(1) end -- Blackrock Depths Therin Skysong N@ 'Begin pet battle'
  252. if NPC_ID == 160208 then SelectGossipOption(1) end -- Blackrock Depths Zuna Skullcrush N@ 'Begin pet battle'
  253. if NPC_ID == 160209 then SelectGossipOption(1) end -- Blackrock Depths Horu Cloudwatcher N@ 'Begin pet battle'
  254. if NPC_ID == 160210 then SelectGossipOption(1) end -- Blackrock Depths Tasha Riley N@ 'Begin pet battle'
  255.  
  256. -- Silverpine Forest --
  257. if NPC_ID == 36296 then SelectGossipOption(1) end -- Shadowfang Keep Apothecary Hummel N@ Start Fight
  258.  
  259. -- Stormwind City --
  260. if NPC_ID == 6740 then SelectGossipOption(1) end -- Trade District Inkeeper Allison A@ 'Make this inn your home'
  261. if NPC_ID == 15187 then SelectGossipOption(1) end -- Stormwind Keep Emissary Jademoon A! Hero's Call: Mount Hyjal!
  262. if NPC_ID == 35365 then SelectGossipOption(1) end -- Stormwind Keep Behsten A@ Level Stopper
  263. --if NPC_ID == 66292 then SelectGossipOption(1) end -- Norhtern Elwynn Mtns Sky Admiral Rogers A! The Mission -- Quest
  264. if NPC_ID == 96644 then SelectGossipOption(1) end -- Stormwind Harbor Sky Admiral Rogers A! Greymane's Gambit
  265. if NPC_ID == 100429 then SelectGossipOption(1) end -- Stormwind Keep Anduin Wrynn A@ Demons Among Them
  266. if NPC_ID == 100675 then SelectGossipOption(1) end -- Stormwind Keep Jace Darkweaver A@ Demons Among Them
  267. if NPC_ID == 107934 then SelectGossipOption(1) end -- Stormwind Harbor Recruiter Lee A@ 'I've heard this tale before...'
  268. if NPC_ID == 108722 then SelectGossipOption(1) end -- Stormwind Harbor Ramall Trueoak A! To Be Prepared
  269. if NPC_ID == 108723 then SelectGossipOption(1) end -- Stormwind Harbor Kihra A! To Be Prepared
  270. if NPC_ID == 108743 then SelectGossipOption(1) end -- Stormwind Harbor Niall Frostdrift A! To Be Prepared
  271. if NPC_ID == 108742 then SelectGossipOption(1) end -- Stormwind Harbor Fen Cinderpaw A! To Be Prepared
  272. if NPC_ID == 108744 then SelectGossipOption(1) end -- Stormwind Harbor Tessa Wybroff A! To Be Prepared
  273. if NPC_ID == 108745 then SelectGossipOption(1) end -- Stormwind Harbor Abtibe Sula A! To Be Prepared
  274. if NPC_ID == 108746 then SelectGossipOption(1) end -- Stormwind Harbor Zelena Moonbreak A! To Be Prepared
  275. if NPC_ID == 108747 then SelectGossipOption(1) end -- Stormwind Harbor Kymba Quickwidget A! To Be Prepared
  276. if NPC_ID == 108748 then SelectGossipOption(1) end -- Stormwind Harbor Audra Stoneshield A! To Be Prepared
  277. if NPC_ID == 108749 then SelectGossipOption(1) end -- Stormwind Harbor Bridgette Hicks A! To Be Prepared
  278. if NPC_ID == 108750 then SelectGossipOption(1) end -- Stormwind Harbor Eunna Young A! To Be Prepared
  279. if NPC_ID == 108751 then SelectGossipOption(1) end -- Stormwind Harbor Arctic Whitemace A! To Be Prepared
  280. if NPC_ID == 108752 then SelectGossipOption(1) end -- Stormwind Harbor Ciarra Neil A! To Be Prepared
  281. if NPC_ID == 108753 then SelectGossipOption(1) end -- Stormwind Harbor Rorin Rivershade A! To Be Prepared
  282. if NPC_ID == 108754 then SelectGossipOption(1) end -- Stormwind Harbor Fingail Flamehammer A! To Be Prepared
  283. if NPC_ID == 108755 then SelectGossipOption(1) end -- Stormwind Harbor Stormsinger Taalos A! To Be Prepared
  284. if NPC_ID == 108756 then SelectGossipOption(1) end -- Stormwind Harbor Navea the Purifier A! To Be Prepared
  285. if NPC_ID == 108757 then SelectGossipOption(1) end -- Stormwind Harbor Haagios A! To Be Prepared
  286. if NPC_ID == 108758 then SelectGossipOption(1) end -- Stormwind Harbor Lightshielder Baetrix A! To Be Prepared
  287. if NPC_ID == 108759 then SelectGossipOption(1) end -- Stormwind Harbor Loranea A! To Be Prepared
  288. if NPC_ID == 108920 then SelectGossipOption(2) end -- Stormwind Harbor Captain Angelica A@ 'I've heard this tale before...'
  289. if NPC_ID == 120590 then SelectGossipOption(2) end -- Stormwind Harbor Lady Jaina Proudmoore A@ 'I've heard this tale before...'
  290. if NPC_ID == 146075 then SelectGossipOption(1) end -- Stormwind Keep Prophet Velen A! Waning Hope
  291. if NPC_ID == 149616 then SelectGossipOption(1) end -- Wizard's Sanctum Kirin Tor Emissary A@ 'The Kirin Tor requires my aid. Send me to Dalaran'
  292. if NPC_ID == 149626 then SelectGossipOption(1) end -- Wizard's Sanctum Vanguard Battlemage A@ 'I must help Khadgar, Send me to the Blasted Lands'
  293. if NPC_ID == 150122 then SelectGossipOption(1) end -- Wizard's Sanctum Honor Hold Mage A@ 'I must report to the Dark Portal'
  294. if NPC_ID == 153616 then SelectGossipOption(1) end -- Stormwind Keep Jaina Proudmoore A! Stay of Execution
  295.  
  296. -- Stranglethorn (Northern & Cape) --
  297. if NPC_ID == 737 then SelectGossipOption(1) end -- Booty Bay Kebok N@ Borrow Wind Rider
  298. if NPC_ID == 2491 then SelectGossipOption(1) end -- Booty Bay Whiskey Slim N@ Vendor
  299. if NPC_ID == 5814 then SelectGossipOption(1) end -- Grom'gol Base Camp Inkeeper Thulbek H@ 'Make this inn your home'
  300. if NPC_ID == 6807 then SelectGossipOption(1) end -- Booty Bay Inkeeper Skindle N@ 'Make this inn your home'
  301. if NPC_ID == 42881 then SelectGossipOption(1) end -- Zul'Gurub Tan'shang A! Be Raptor
  302. if NPC_ID == 42882 then SelectGossipOption(1) end -- Zul'Gurub Tenjiyu A! Be Raptor
  303. if NPC_ID == 42883 then SelectGossipOption(1) end -- Zul'Gurub Chiyu A! Be Raptor
  304. if NPC_ID == 43203 then SelectGossipOption(1) end -- Hardwrench Hideaway Gmurgl H! Let's See What You've Got, Zanzil
  305. if NPC_ID == 43204 then SelectGossipOption(1) end -- Hardwrench Hideaway Orgus H! Let's See What You've Got, Zanzil
  306. if NPC_ID == 43205 then SelectGossipOption(1) end -- Hardwrench Hideaway Captain Softbeard H! Let's See What You've Got, Zanzil
  307. if NPC_ID == 43376 then SelectGossipOption(1) end -- The Crystal Shore Freewheelin' Juntz Fi.. A! Kill-Collect
  308. if NPC_ID == 43377 then SelectGossipOption(1) end -- The Crystal Shore Ephram Moonfall A! Kill-Collect
  309. if NPC_ID == 43505 then SelectGossipOption(1) end -- Booty Bay Bossy N! Looks Like a Tauren Pirate to Me
  310. if NPC_ID == 43605 then SelectGossipOption(1) end -- Wild Shore Bloodsail Oarsman N! Drive-By Piracy
  311. if NPC_ID == 43636 then SelectGossipOption(1) end -- Wild Shore Bloodsail Corsair N! Making Mutiny
  312. if NPC_ID == 43659 then SelectGossipOption(1) end -- Wild Shore Long John Copper N! The Brashtide Crew
  313. if NPC_ID == 43660 then SelectGossipOption(1) end -- Wild Shore Enormous Shawn Stooker N! The Brashtide Crew
  314. if NPC_ID == 43661 then SelectGossipOption(1) end -- Wild Shore Wailing Mary Smitts N! The Brashtide Crew
  315. if NPC_ID == 44017 then SelectGossipOption(1) end -- Fort Livingston Priestess Thaalia A! See Raptor
  316. -- if NPC_ID == 44019 then SelectGossipOption(1) end -- Fort Livingston Livingston Marshal A@ 'Make this inn your home' (-- Quest)
  317. if NPC_ID == 44190 then SelectGossipOption(1) end -- Hardwrench Hideaway Innkeeper Draxle H@ 'Make this inn your home'
  318. if NPC_ID == 49635 then SelectGossipOption(1) end -- Booty Bay War-Mage Erallier N@ Portal to Andorhal
  319. if NPC_ID == 102120 then SelectGossipOption(1) end -- Booty Bay Fleet Admiral Tethys C! Rogue: The Dreadblades
  320.  
  321. -- Swamp of Sorrows --
  322. if NPC_ID == 146011 then SelectGossipOption(1) end -- Misty Reed Farm Varok Saurfang H@ I Will / I'm Ready
  323.  
  324. -- The Hinterlands --
  325. if NPC_ID == 43699 then SelectGossipOption(1) end -- Stormfeather Outpost Innkeeper Keirnan H@ 'Make this inn your home'
  326.  
  327. -- Tirisfal Glades --
  328. if NPC_ID == 5688 then SelectGossipOption(2) end -- Innkeeper H@ 'Make this inn your home'
  329. if NPC_ID == 38895 then SelectGossipOption(1) end -- Lilian Voss H! The Wakening
  330. if NPC_ID == 38910 then SelectGossipOption(1) end -- Lilian Voss H! The Truth of the Grave
  331. if NPC_ID == 38999 then SelectGossipOption(1) end -- Lilian Voss H! A Scarlet Letter
  332. if NPC_ID == 49231 then SelectGossipOption(1) end -- Valdred Moray H! The Wakening
  333. if NPC_ID == 49230 then SelectGossipOption(1) end -- Marshal Redpath H! The Wakening
  334. if NPC_ID == 102343 then SelectGossipOption(1) end -- Fool's Rest Calia C! Priest: Priestly Matters
  335. if NPC_ID == 141488 then SelectGossipOption(1) end -- 69 62 Zidormi N@ Travel to the Past
  336.  
  337. -- Twilight Highlands --
  338. if NPC_ID == 145651 then SelectGossipOption(1) end -- Peon Hideout Foreman Magrok H! A Party in Your Honor
  339. if NPC_ID == 145657 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  340. if NPC_ID == 145658 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  341. if NPC_ID == 145717 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  342. if NPC_ID == 145719 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  343. if NPC_ID == 145720 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  344. if NPC_ID == 145721 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  345. if NPC_ID == 145722 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  346. if NPC_ID == 145723 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  347. if NPC_ID == 145724 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  348. if NPC_ID == 145725 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  349. if NPC_ID == 145727 then SelectGossipOption(1) end -- Peon Hideout Crushblow Peon H! Where Are the Workers?
  350. if NPC_ID == 145978 then SelectGossipOption(1) end -- Crushblow Foreman Magrok H! Strength and Honor
  351.  
  352. -- Westfall --
  353. if NPC_ID == 523 then SelectGossipOption(1) end -- Sentinel Hill Thor A@ I Need A Ride
  354. if NPC_ID == 8931 then SelectGossipOption(1) end -- Sentinel Hill Innkeeper Heather A@ 'Make this inn your home'
  355. if NPC_ID == 42383 then SelectGossipOption(2) end -- The Jansen Stead Transient A! Murder Was The Case That They...
  356. if NPC_ID == 42384 then SelectGossipOption(2) end -- The Jansen Stead Homeless SW Civilian A! Murder Was The Case That They...
  357. if NPC_ID == 42386 then SelectGossipOption(2) end -- The Jansen Stead Homeless SW Civilian A! Murder Was The Case That They...
  358. if NPC_ID == 42391 then SelectGossipOption(2) end -- The Jansen Stead West Plains Drifter A! Murder Was The Case That They...
  359.  
  360. -- Wetlands --
  361. if NPC_ID == 1464 then SelectGossipOption(1) end -- Menethil Harbor Innkeeper Helbrek A@ 'Make this inn your home'
  362. if NPC_ID == 44006 then SelectGossipOption(1) end -- Sundown Marsh Innkeeper Daughny A@ 'Make this inn your home'
  363.  
  364.  
  365. --[[ D A R K M O O N I S L A N D ]]--
  366.  
  367. -- Darkmoon Faire -- (Can use Addon AutoTurnIn for these and other DMF Quests)
  368. if NPC_ID == 67370 then SelectGossipOption(1) end -- Darkmoon Faire Jeremy Feasel D! Pet Battle
  369. if NPC_ID == 85519 then SelectGossipOption(1) end -- Darkmoon Faire Christoph VonFeasel D! Pet Battle
  370.  
  371. --[[ 2 B U R N I N G C R U S A D E O U T L A N D ]]--
  372.  
  373. -- Blade's Edge Mountain --
  374. if NPC_ID == 19470 then SelectGossipOption(1) end -- Thunderlord Stronghold Gholah A@ 'Make this inn your home'
  375. if NPC_ID == 19495 then SelectGossipOption(2) end -- Sylvanaar Innkeeper Shaunessy A@ 'Make this inn your home'
  376. -- if NPC_ID == 21461 then SelectGossipOption(1) end -- Toshley's Station Rally Zapnabber A! Test Flight: The Zephyrium Capa...
  377.  
  378. -- Hellfire Peninsula --
  379. if NPC_ID == 16602 then SelectGossipOption(1) end -- Thrallmar Floyd Pinkus H@ 'Make this inn your home'
  380. -- if NPC_ID == 16826 then SelectGossipOption(2) end -- Honor Hold Sid Limbardi A@ 'Make this inn your home' -- Due to Quest
  381. if NPC_ID == 18905 then SelectGossipOption(1) end -- Falcon Watch Bazil Olof'tazun H@ 'Make this inn your home'
  382. if NPC_ID == 18906 then SelectGossipOption(1) end -- Temple of Telhamat Ophera Windfury A@ 'Make this inn your home'
  383. -- if NPC_ID == 18930 then SelectGossipOption(1) end -- The Stair of Destiny Wlagga Freyfeather H! Journey to Thrallmar
  384. if NPC_ID == 19401 then SelectGossipOption(1) end -- Reaver's Fall Wing Commander Brack H! Mission: Gateways Murketh and Shaadraz
  385. -- if NPC_ID == 19409 then SelectGossipOption(1) end -- Expedition Point Wing Commander Dabir'ee A! -- multiple use
  386. if NPC_ID == 20159 then SelectGossipOption(1) end -- Road to Zangarmarsh Magister Aledis H@ Question Magister Aledis (start fight)
  387. -- if NPC_ID == 20235 then SelectGossipOption(2) end -- Shatter Point Gryphoneer Windbellow A! -- multiple use
  388. if NPC_ID == 20677 then SelectGossipOption(1) end -- Ruins of Sha'naar Morod the Windstirrer H! The Dreghood Elders
  389. if NPC_ID == 20678 then SelectGossipOption(1) end -- Ruins of Sha'naar Akoru the Firecaller H! The Dreghood Elders
  390. if NPC_ID == 20679 then SelectGossipOption(1) end -- Ruins of Sha'naar Aylaan the Waterwaker H! The Dreghood Elders
  391. if NPC_ID == 22258 then SelectGossipOption(1) end -- Hellfire Basin Demoniac Scryer H! The Demoniac Scryer
  392. if NPC_ID == 22431 then SelectGossipOption(1) end -- Honor Hold Anchorite Barada A! The Exorcism of Colonel Jules
  393.  
  394. -- Terrokkar --
  395. if NPC_ID == 18482 then SelectGossipOption(1) end -- Path to Shattrath Empoor N! By Any Means Necessary
  396. if NPC_ID == 18584 then SelectGossipOption(1) end -- Shattrath City Sal'salabim N! Patience and Understanding
  397. if NPC_ID == 18585 then SelectGossipOption(1) end -- Shattrath City Raliq the Drunk N! Crackin' Some Skulls
  398. if NPC_ID == 18586 then SelectGossipOption(1) end -- Shattrath City Coosh'coosh N! Crackin' Some Skulls
  399. if NPC_ID == 18588 then SelectGossipOption(1) end -- Shattrath City Floon N! Crackin' Some Skulls
  400. if NPC_ID == 18714 then SelectGossipOption(1) end -- Grangol'var Village Scout Neftis H! Who Are They?
  401. if NPC_ID == 18716 then SelectGossipOption(1) end -- Grangol'var Village Shadowy Initiate H! Who Are They?
  402. if NPC_ID == 18717 then SelectGossipOption(1) end -- Grangol'var Village Shadowy Laborer H! Who Are They?
  403. if NPC_ID == 18719 then SelectGossipOption(1) end -- Grangol'var Village Shadowy Advisor H! Who Are They?
  404. if NPC_ID == 18957 then SelectGossipOption(1) end -- Stonebreaker Hold Grilka H@ 'Make this inn your home'
  405. if NPC_ID == 19606 then SelectGossipOption(1) end -- Stonebreaker Hold Grek H! And Now, The Moment Of Truth
  406. if NPC_ID == 19232 then SelectGossipOption(1) end -- Shattrath City Haelthol H@ 'Make this inn your home' (Scryers)
  407. if NPC_ID == 19720 then SelectGossipOption(1) end -- Shattrath City "Dirty" Larry N! What Book? I Don't See Any Book
  408.  
  409. -- Nagrand --
  410. -- if NPC_ID == 18261 then SelectGossipOption(1) end -- Burning Blade Ruins Lantresor of the Blade N! -- Quest
  411. -- if NPC_ID == 18141 then SelectGossipOption(1) end -- Garadar Greatmother Geyah H! A Visit With the Greatmother -- Quest Hand In
  412. if NPC_ID == 18351 then SelectGossipOption(1) end -- Nagrand Lump A! Not On My Watch!
  413. if NPC_ID == 18913 then SelectGossipOption(1) end -- Garadar Matron Tikkit H@ 'Make this inn your home'
  414. if NPC_ID == 18914 then SelectGossipOption(1) end -- Telaar Caregiver Iset A@ 'Make this inn your home'
  415.  
  416. -- Zangarmarsh --
  417. if NPC_ID == 17900 then SelectGossipOption(1) end -- Cenarion Refuge Ashyen N! Blessings of the Ancients
  418. if NPC_ID == 17901 then SelectGossipOption(1) end -- Cenarion Refuge Keleth N! Blessings of the Ancients
  419. if NPC_ID == 18197 then SelectGossipOption(1) end -- Boha'mu Ruins Elder Kuruti A! Messenger to the Feralfen
  420. if NPC_ID == 18245 then SelectGossipOption(1) end -- Zebra'jin Merajit H@ 'Make this inn your home'
  421. -- if NPC_ID == 18907 then SelectGossipOption(1) end -- Cenarion Refuge Coryth Stoktron N@ 'Make this inn your home' -- Quest Item Buy
  422. if NPC_ID == 18908 then SelectGossipOption(1) end -- Orebor Harborage Kerp A@ 'Make this inn your home'
  423.  
  424.  
  425. --[[ 3 W R A T H N O R T H R E N D ]]--
  426.  
  427. -- Boring Tundra --
  428. if NPC_ID == 25459 then SelectGossipOption(1) end -- Warsong Hold Yanni H! Magic Carpet Ride
  429.  
  430. -- Dragonblight --
  431. if NPC_ID == 27027 then SelectGossipOption(1) end -- Mrs. Winterby @ 'Make this inn your home'
  432. if NPC_ID == 27376 then SelectGossipOption(1) end -- New Hearthglen Deathguard Schneider ! No Mercy for the Captured
  433. if NPC_ID == 27378 then SelectGossipOption(1) end -- New Hearthglen Senior Scrivener ! No Mercy for the Captured
  434. if NPC_ID == 27379 then SelectGossipOption(1) end -- New Hearthglen Engineer Burke ! No Mercy for the Captured
  435. if NPC_ID == 27381 then SelectGossipOption(1) end -- New Hearthglen Chancellor Amai ! No Mercy for the Captured
  436.  
  437. -- Grizzly Hills --
  438. if NPC_ID == 26422 then SelectGossipOption(1) end -- Budd ! Filling The Cages
  439. if NPC_ID == 26423 then SelectGossipOption(1) end -- ! Truce?
  440.  
  441. -- Howling Fjord --
  442. if NPC_ID == 23728 then SelectGossipOption(1) end -- Valgarde Guard Captain Zorek A@ Lets Go
  443. if NPC_ID == 23731 then SelectGossipOption(1) end -- Valgarde Hazel Lagras A@ 'Make this inn your home'
  444. if NPC_ID == 24040 then SelectGossipOption(1) end -- Valgarde McGoyver A@ To Explorers League Outpost
  445. if NPC_ID == 24033 then SelectGossipOption(1) end -- Bori Wintertotem @ 'Make this inn your home'
  446. if NPC_ID == 24539 then SelectGossipOption(1) end -- "Silvermoon" Harry ! Gambling Debt
  447. if NPC_ID == 24639 then SelectGossipOption(1) end -- Olga ! Jack Likes His Drink
  448. if NPC_ID == 24713 then SelectGossipOption(1) end -- 'Crowleg' Dan ! 'Crowleg' Dan
  449. if NPC_ID == 24752 then SelectGossipOption(1) end -- Explorers League Outp.. Rock Falcon A@ Feed
  450. if NPC_ID == 24788 then SelectGossipOption(1) end -- Jack Adams ! Jack Likes His Drink
  451. if NPC_ID == 27933 then SelectGossipOption(1) end -- Alanya ! The Ancient Armor of the Kvaldir
  452. if NPC_ID == 28277 then SelectGossipOption(1) end -- Harry's Bomber ! The Ancient Armor of the Kvaldir
  453.  
  454. -- Icecrown --
  455. if NPC_ID == 161709 then SelectGossipOption(1) end -- Icecrown Citadel Darion Mograine N! Defender of Azeroth
  456.  
  457. -- Ulduar (Raid) --
  458. if NPC_ID == 106558 then SelectGossipOption(1) end -- The Spark of Imagina... Mimiron C! The Creator's Workshop
  459.  
  460. --[[ 4 C A T A C L Y S M ]]--
  461.  
  462. -- Some Added to Eastern Kingdoms & Kalimdor
  463.  
  464. -- Deepholm --
  465.  
  466. -- Kezan / The Lost Isles --
  467. if NPC_ID == 35126 then SelectGossipOption(1) end -- Swindle Streets Gappy Silvertooth H! The New You
  468. if NPC_ID == 35128 then SelectGossipOption(1) end -- Swindle Streets Szabo H! The New You
  469. if NPC_ID == 35130 then SelectGossipOption(1) end -- Swindle Streets Missa Spekkies H! The New You
  470. if NPC_ID == 36496 then SelectGossipOption(1) end -- Shipwreck Shore Grimy Greasefingers H@ 'Make this inn your home'
  471. -- if NPC_ID == 38387 then SelectGossipOption(1) end -- Warchief's Lookou Sassy Hardwrench H! The Pride of Kezan --Quest
  472.  
  473. -- Mount Hyjal --
  474. if NPC_ID == 39644 then SelectGossipOption(1) end -- Gar'gul's Hovel Twilight Servitor ! Free Your Mind, the Rest Follows
  475. if NPC_ID == 39933 then SelectGossipOption(1) end -- Blackhorn's Penance Tyrus Blackhorn ! If You're Not Against Us...
  476. if NPC_ID == 40489 then SelectGossipOption(1) end -- Seat of the Chosen Karr'gonn ! Seeds of Discord
  477. if NPC_ID == 40489 then SelectGossipOption(1) end -- Seat of the Chosen Gromm'ko ! Grudge Match
  478. if NPC_ID == 40803 then SelectGossipOption(1) end -- The Inner Spire Cenarius ! The Firelord
  479. if NPC_ID == 40843 then SelectGossipOption(1) end -- Nordrassil @ 'Make this inn your home'
  480. if NPC_ID == 41112 then SelectGossipOption(2)
  481. SelectGossipOption(1)
  482. SelectGossipOption(1)
  483. SelectGossipOption(1) end -- Rim of the World Marion Wormwing ! A Bird in Hand
  484. if NPC_ID == 41499 then SelectGossipOption(1) end -- The Scorched Plain Lost Warden ! Lost Wardens
  485.  
  486. --[[ 5 P A N D A R I A ]]--
  487.  
  488. -- Dread Wastes --
  489. if NPC_ID == 66739 then SelectGossipOption(1) end -- Klaxxi'vees Wastewalker Shu D! Grand Master Shu
  490. if NPC_ID == 68462 then SelectGossipOption(1) end -- - Flowing Pandaren Spirit D! Flowing Pandaren Spirit
  491.  
  492. -- Isle of Thunder --
  493. if NPC_ID == 67990 then SelectGossipOption(1) end -- The Crimson Treader Lor'themar Theron H! The Assault on Zeb'tula
  494. if NPC_ID == 67992 then SelectGossipOption(1) end -- The Seabolt Lady Jaina Proudmoore A! The Assault on Shaol'mara
  495. if NPC_ID == 69949 then SelectGossipOption(1) end -- Vareesa Windrunner A! Tear Down This Wall!
  496. if NPC_ID == 69565 then SelectGossipOption(1) end -- Scout Captain Elsia H! Tear Down This Wall!
  497. if NPC_ID == 70370 then SelectGossipOption(1) end -- The Seabolt Lady Jaina Proudmoore A! The Assault on Shaol'mara
  498. if NPC_ID == 70371 then SelectGossipOption(1) end -- The Crimson Treader Lor'themar Theron H! The Assault on Zeb'tula
  499.  
  500. -- Krasarang Wilds --
  501. -- if NPC_ID == 58376 then SelectGossipOption(1) end -- Zhu Province Yi-Mo Longbrow H! Finding Yi-Mo -- two options
  502. if NPC_ID == 55597 then SelectGossipOption(1) end -- Pools of Youth Na Lek H! The Pools of Youth
  503. if NPC_ID == 58113 then SelectGossipOption(1) end -- Thunder Cleft Sunwalker Dezco H! Life
  504. if NPC_ID == 58184 then SelectGossipOption(2) end -- Thunder Cleft Malaya Dawnchaser H@ 'Make this inn your home'
  505. if NPC_ID == 58978 then SelectGossipOption(1) end -- Karasarang River Koro Mistwalker H! Unsafe Passage
  506. if NPC_ID == 59151 then SelectGossipOption(1) end -- Dojani River Zhu's Watch Courier H! Into the Wilds
  507. if NPC_ID == 59653 then SelectGossipOption(1) end -- Temple of the Red Crane Chi-Ji H! In the House of the Red Crane
  508. if NPC_ID == 62879 then SelectGossipOption(1) end -- Zhu's Watch Rude Sho H@ 'Make this inn your home'
  509. if NPC_ID == 63721 then SelectGossipOption(1) end -- Anglers Wharf Nat Pagle N@ 'I want to browse your goods.'
  510.  
  511. -- Kun-Lai Summit --
  512. if NPC_ID == 60968 then SelectGossipOption(1) end -- Temple ot White Tiger Xuen C! Shaman: The Voice of Thunder
  513. if NPC_ID == 61348 then SelectGossipOption(1) end -- Mogu'shan Vaults Lorewalker Cho
  514. if NPC_ID == 66738 then SelectGossipOption(1) end -- Kota Peak Courageous Yon D! Grand Master Yon
  515. if NPC_ID == 68465 then SelectGossipOption(1) end -- The Yaungul Advance Thundering Pandaren S.. D! Thundering Pandaren Spirit
  516. if NPC_ID == 100363 then SelectGossipOption(1) end -- Temple ot White Tiger Sigurd the Giantslayer C! Shaman: The Voice of Thunder
  517. if NPC_ID == 155336 then SelectGossipOption(1) end -- Mogu'shan Terrace Mogu Warrior N! It's Never Easy
  518.  
  519. -- The Jade Forest --
  520. if NPC_ID == 55054 then SelectGossipOption(1) end -- Hellscream's Fist General Nazgrim H! Into the Mists
  521. if NPC_ID == 55146 then SelectGossipOption(1) end -- Honeydew Glades Rivett Clutchpop H! Regroup
  522. if NPC_ID == 55170 then SelectGossipOption(1) end -- Honeydew Glades Shokia H! Regroup
  523. if NPC_ID == 55162 then SelectGossipOption(1) end -- Honeydew Glades Sergeant Gorrok H! Regroup
  524. if NPC_ID == 55141 then SelectGossipOption(1) end -- Honeydew Glades Shademaster Kiryn H! Regroup
  525. if NPC_ID == 55809 then SelectGossipOption(1) end -- Dawn's Blossom Peiji Goldendraft H@ 'Make this inn your home'
  526. if NPC_ID == 56336 then SelectGossipOption(1) end -- Grookin Hill Chief Kah Kah H! Beyond the Horizon
  527. if NPC_ID == 56340 then SelectGossipOption(1) end -- Grookin Hill Shokia H! Beyond the Horizon
  528. if NPC_ID == 56478 then SelectGossipOption(1) end -- Grookin Hill Shademaster Kiryn H! Beyond the Horizon
  529. if NPC_ID == 56477 then SelectGossipOption(1) end -- Grookin Hill Sergeant Gorrok H! Beyond the Horizon
  530. if NPC_ID == 56737 then SelectGossipOption(1) end -- Pearlfin Village Ut-Nam A@ Flight Master
  531. if NPC_ID == 59058 then SelectGossipOption(1) end -- Pearlfin Village Pearlkeeper Fujin A! The Pearlfin Situation
  532. if NPC_ID == 54960 then SelectGossipOption(1) end -- Pearlfin Village Elder Lusshan A! The Pearlfin Situation
  533. if NPC_ID == 56690 then SelectGossipOption(1) end -- Pearlfin Village Instructor Sharpfin A! The Pearlfin Situation
  534. if NPC_ID == 56693 then SelectGossipOption(2) end -- Pearlfin Village Ot-Temmdo A! The Pearlfin Situation
  535. if NPC_ID == 61599 then SelectGossipOption(2) end -- Pearlfin Village Cheerful Jessu A@ 'Make this inn your home'
  536. if NPC_ID == 65907 then SelectGossipOption(1) end -- Paw'don Village Jiayi Applebloom A@ 'Make this inn your home'
  537. if NPC_ID == 65974 then SelectGossipOption(1) end -- Strongarm Airstrip Pandaren Volunteer H! Unreliable Allies
  538. if NPC_ID == 66236 then SelectGossipOption(1) end -- Honeydew Village Brewmother Kiki H@ 'Make this inn your home'
  539. if NPC_ID == 66219 then SelectGossipOption(2) end -- Honeydew Village Kofa the Swift H@ Fletcher
  540. if NPC_ID == 66730 then SelectGossipOption(1) end -- 48,54 Hyuna of the Shrines N! Grand Master Hyuna
  541. if NPC_ID == 67090 then SelectGossipOption(1) end -- Strongarm Airstrip Pandaren Volunteer H! Unreliable Allies
  542. if NPC_ID == 68464 then SelectGossipOption(1) end -- Exclamation Point Whispering Pandaren S.. D! Whispering Pandaren Spirit
  543.  
  544. -- The Wandering Isle --
  545. if NPC_ID == 55556 then SelectGossipOption(1) end -- The Dal-Lo Farmstead Shu N! Not In the Face!
  546. if NPC_ID == 100475 then SelectGossipOption(1) end -- The Laughing Crane Li Li Stormstout C! Monk: The Legend of the Sands
  547.  
  548. -- Timeless Isle --
  549. if NPC_ID == 73629 then SelectGossipOption(1) end -- The Celestial Court Hopswift N@ 'USe the mail service.'
  550.  
  551. -- Townlong Steppes --
  552. if NPC_ID == 61620 then SelectGossipOption(1) end -- Siege of Niuzao Temple Yang Ironclaw N@ Start Boss 2
  553. if NPC_ID == 68463 then SelectGossipOption(1) end -- The Underbough Burning Pandaren Spirit D! Burning Pandaren Spirit
  554. if NPC_ID == 70358 then SelectGossipOption(1) end -- Shado-Pan Garrison Scout Captain Elsia A! The Storm Gathers
  555. if NPC_ID == 70360 then SelectGossipOption(1) end -- Shado-Pan Garrison Vereesa Windrunner A! The Storm Gathers
  556.  
  557. -- Vale of Eternal Blossoms --
  558. if NPC_ID == 63008 then SelectGossipOption(1) end -- Shrine of Two Moons Brewmaster Skye H@ 'Make this inn your home'
  559. if NPC_ID == 64149 then SelectGossipOption(1) end -- Shrine of Seven Stars Matron Vi Vinh A@ 'Make this inn your home'
  560. if NPC_ID == 64922 then SelectGossipOption(2) end -- Seat of Knowledge Brann Bronzebeard N@ 'Let me in on your other projects'
  561. if NPC_ID == 66741 then SelectGossipOption(1) end -- Mistfall Village Aki the Chosen NI Grand Master Aki
  562. if NPC_ID == 71967 then SelectGossipOption(1) end -- Siege of Orgrimmar Norushen N@ 'We are ready. Keeper.'
  563. if NPC_ID == 72560 then SelectGossipOption(1) end -- Siege of Orgrimmar Lor'themar Theron N@ 'Reporting for duty!'
  564. if NPC_ID == 154418 then SelectGossipOption(1) end -- The Silent Sanctuary Ra-den N! Restored Hope
  565. if NPC_ID == 154444 then SelectGossipOption(1) end -- Mistfall Village Stormspeaker Quan N! Time-Lost Warriors
  566. if NPC_ID == 163463 then SelectGossipOption(1) end -- Seat of Knowledge Zidormi N! 'Can you show me what the Vale was like before...'
  567.  
  568. -- Valley of the Four Winds --
  569. if NPC_ID == 56113 then SelectGossipOption(1) end -- Pools of Purity Clever Ashyo N! Ashyo's Vision
  570. if NPC_ID == 56133 then SelectGossipOption(1) end -- Shang's Stead Chen Stormstout N! Great Minds Drink Alike
  571. -- if NPC_ID == 56474 then SelectGossipOption(1) end -- Gilded Fan Mudmug N! The Great Water Hunt
  572. -- if NPC_ID == 56714 then SelectGossipOption(1) end -- Paoquan Hollow Master Bruised Paw N! Unyielding Fists: Trial of Bamboo --Quest
  573. if NPC_ID == 57120 then SelectGossipOption(1) end -- Stoneplow Fields Wei Blacksoil N! Evacuation Orders
  574. if NPC_ID == 57121 then SelectGossipOption(1) end -- Stoneplow Fields Feng Spadepaw N! Evacuation Orders
  575. if NPC_ID == 57122 then SelectGossipOption(1) end -- Stoneplow Fields Shu-Li Spadepaw N! Evacuation Orders
  576. if NPC_ID == 57123 then SelectGossipOption(1) end -- Stoneplow Fields Haiyun Greentill N! Evacuation Orders
  577. if NPC_ID == 57124 then SelectGossipOption(1) end -- Stoneplow Fields Ying Greentill N! Evacuation Orders
  578. if NPC_ID == 57126 then SelectGossipOption(1) end -- Stoneplow Fields Zhang Marlfur N! Evacuation Orders
  579. if NPC_ID == 57127 then SelectGossipOption(1) end -- Stoneplow Fields Mia Marlfur N! Evacuation Orders
  580. if NPC_ID == 57385 then SelectGossipOption(1) end -- The Heartland Gai Landing N! Weed War
  581. if NPC_ID == 58027 then SelectGossipOption(1) end -- Stormstout Brewery Mudmug N! Cleaning House
  582. if NPC_ID == 58028 then SelectGossipOption(1) end -- Stormstout Brewery Li Li N! Cleaning House
  583. if NPC_ID == 58029 then SelectGossipOption(1) end -- Stormstout Brewery Chen Stormstout N! Cleaning House
  584. if NPC_ID == 58461 then SelectGossipOption(1) end -- Lair of the Beast Hemet Nesingwary Jr. N! Parental Mastery
  585. if NPC_ID == 62377 then SelectGossipOption(1) end -- The Heartland Gardener Fran N! Gardener Fran and the Watering Can
  586. if NPC_ID == 62878 then SelectGossipOption(1) end -- Stoneplow Nan the Mason Mug H@ 'Make this inn your home'
  587. if NPC_ID == 62385 then SelectGossipOption(1) end -- The Heartland Den Mudclaw N! Hop Hunting
  588. if NPC_ID == 62917 then SelectGossipOption(1) end -- The Veiled Stair Tong the Fixer N@ 'Make this inn your home'
  589. -- if NPC_ID == 65528 then SelectGossipOption(1) end -- Pang's Stead Nan Thunderfoot H@ 'Make this inn your home'
  590. if NPC_ID == 66734 then SelectGossipOption(1) end -- The Heartland Farmer Nishi N! Grand Master Nishi
  591.  
  592. --[[ 6 D R A E N O R ]]--
  593.  
  594. -- Ashran --
  595. if NPC_ID == 86036 then SelectGossipOption(1) end -- Warspear Beska Redtusk H@ Let Me Browse Your Goods
  596. if NPC_ID == 86307 then SelectGossipOption(1) end -- Warspear Narnin Dawnglow H@ 'Make this inn your home'
  597.  
  598. -- Frostfire Ridge --
  599. if NPC_ID == 70878 then SelectGossipOption(2) end -- Daggermaw Ravine Ga'nar H! Let the Hunt Begin!
  600. if NPC_ID == 70878 then SelectGossipOption(1) end -- Daggermaw Ravine Ga'nar H! Let the Hunt Begin!
  601. if NPC_ID == 70941 then SelectGossipOption(1) end -- Grulloc's Grotto Ga'nar H! The Eldest
  602. if NPC_ID == 72494 then SelectGossipOption(1) end -- The Boneslag Gana Surehide H! Into the Boneslag
  603. --if NPC_ID == 74272 then SelectGossipOption(1) end -- Wor'gol Farseer Drek'Thar H! Pool of Visions (cant turn in !)
  604. if NPC_ID == 74585 then SelectGossipOption(1) end -- Stonefang Outpost Grizzled Frostwolf Vet N@ Treasure (Start Fight)
  605. if NPC_ID == 75072 then SelectGossipOption(1) end -- The Cracking Plains Young Orc Traveler N@ Treasure
  606. if NPC_ID == 75081 then SelectGossipOption(1) end -- Coldsnap Bluffs Young Orc Woman N@ Treasure
  607. if NPC_ID == 76484 then SelectGossipOption(1) end -- Thunder Pass Durotan H! The Battle of Thunder Pass
  608. if NPC_ID == 76487 then SelectGossipOption(1) end -- Thunder Pass Lokra H! The Frostwolves Stand Ready
  609. if NPC_ID == 76724 then SelectGossipOption(1) end -- Thunder Pass Kal'gor the Honorable H! The Frostwolves Stand Ready
  610. --if NPC_ID == 76746 then SelectGossipOption(1) end -- Bladespire Citadel Der'shway H@ 'Make this inn your home'
  611. if NPC_ID == 77460 then SelectGossipOption(1) end -- Wor'gol Humble Sak'ko H@ 'Make this inn your home'
  612. if NPC_ID == 78672 then SelectGossipOption(1) end -- Darkspear's Edge Provisioner Lambala H@ 'Make this inn your home'
  613. if NPC_ID == 88655 then SelectGossipOption(1) end -- Thunder Pass Greatmother Geyah H! The Frostwolves Stand Ready
  614.  
  615. -- Garrison --
  616. if NPC_ID == 79243 then SelectGossipOption(1) end -- Lunarfall Baros Alexston A! Establish Your Garrison
  617. if NPC_ID == 80225 then SelectGossipOption(1)
  618. CloseGossip() end -- Frostwall Skaggit H! What We Got
  619. if NPC_ID == 81441 then SelectGossipOption(1)
  620. CloseGossip() end -- Lunarfall Assistant Brightstone A! Keeping It Together
  621. if NPC_ID == 81912 then SelectGossipOption(1) end -- Lunarfall Foreman Zipfizzle A! Migrant Workers
  622. if NPC_ID == 84455 then SelectGossipOption(1)
  623. CloseGossip() end -- Lunarfall Assistant Brightstone A! Keeping It Together
  624. if NPC_ID == 86775 then SelectGossipOption(1)
  625. CloseGossip() end -- Frostwall Senior Peon II H! What We Got
  626. if NPC_ID == 90675 then SelectGossipOption(1) end -- Lunarfall Erris the Collector A! Critters of Draenor
  627. if NPC_ID == 91015 then SelectGossipOption(1) end -- Lunarfall Erris the Collector A! Critters of Draenor
  628. if NPC_ID == 91017 then SelectGossipOption(1) end -- Lunarfall Erris the Collector A! Critters of Draenor
  629.  
  630. -- Nagrand --
  631. if NPC_ID == 84971 then SelectGossipOption(1) end -- Highmaul Gharg N! 'We are ready, Gharg!'
  632.  
  633. -- Shadowmoon Valley --
  634. if NPC_ID == 73106 then SelectGossipOption(1) end -- Twilight Glade Sylene A! Going Undercover
  635. if NPC_ID == 74877 then SelectGossipOption(1) end -- Shaz'gul Yrel A! Escape From Shaz'gul
  636. if NPC_ID == 75922 then SelectGossipOption(1) end -- Prophet Valen A! We Are Being Overrun
  637. if NPC_ID == 76204 then SelectGossipOption(1) end -- Fiona's Caravan Fiona A! Cooking With Unstable Herbs
  638. if NPC_ID == 79522 then SelectGossipOption(1) end -- Defense of Karabor Prophet Velen A! The Fate of Karabor
  639. if NPC_ID == 87124 then SelectGossipOption(1) end -- Saraah's Vale Ashlei N! Ashlei
  640. if NPC_ID == 82491 then SelectGossipOption(1) end -- Altar of Sha'tar Rangari Chel A@ I choose you!
  641. if NPC_ID == 82492 then SelectGossipOption(1) end -- Altar of Sha'tar Vindicator Onaala A@ I choose you!
  642. if NPC_ID == 88972 then SelectGossipOption(1) end -- Altar of Sha'tar Exarch Maladaar A! Speaker for the Dead
  643. if NPC_ID == 90177 then SelectGossipOption(1) end -- Lunarfall Shipyard Exarch Yrel A! The Invasion of Tanaan
  644.  
  645. -- Tanaan Jungle --
  646. if NPC_ID == 78556 then SelectGossipOption(1) end -- Heartblood Ariok N! Altar Altercation
  647.  
  648. --[[ 7 L E G I O N ]]--
  649.  
  650. -- Azsuna --
  651. if NPC_ID == 88115 then SelectGossipOption(1) end -- Crumbled Palace Prince Farondis N! Trailing The Tidestone
  652. if NPC_ID == 88859 then SelectGossipOption(1) end -- Hall of Arcane Learning Elya Azuremoon N! The Headmistress' Keys
  653. --if NPC_ID == 88867 then SelectGossipOption(1) end -- Ruins of Nar'thalas Prince Farondis N! The Walk of Shame
  654. if NPC_ID == 89009 then SelectGossipOption(1) end -- Hatecoil Slave Pen Prince Farondis N! Save Yourself
  655. if NPC_ID == 89048 then SelectGossipOption(1) end -- Shipwreck Arena Sternfathom N! Round 1, Fight
  656. if NPC_ID == 88908 then SelectGossipOption(1) end -- Shipwreck Arena Boss Whalebelly N! Boss Whalebelly's in Charge
  657. --if NPC_ID == 90086 then SelectGossipOption(1) end -- Shipwreck Arena Ooka Dooker N! Morale Booster
  658. if NPC_ID == 90383 then SelectGossipOption(1) end -- Azurewing Whelplands Runas the Shames N! Runas Knows The Way
  659. if NPC_ID == 90403 then SelectGossipOption(1) end -- Illidari Stand Allari the Souleater N! The Scythe of Souls
  660. if NPC_ID == 91097 then SelectGossipOption(1) end -- W! Brogozog
  661. if NPC_ID == 91166 then SelectGossipOption(2) end -- Olivian Veil Dagtop N! Let's Make A Deal
  662. if NPC_ID == 91185 then SelectGossipOption(1) end -- Olivian Veil Dagtop N! This IS My Contract
  663. if NPC_ID == 91457 then SelectGossipOption(1) end -- Shackle's Den Gentle Rosh H@ 'Make this inn your home'
  664. if NPC_ID == 91580 then SelectGossipOption(1) end -- W! Wanted: Doomlord Kazrok
  665. if NPC_ID == 103860 then SelectGossipOption(1) end -- Drelanim Whisperwind
  666. if NPC_ID == 107995 then SelectGossipOption(1) end -- Ley-Ruins of Zarkhenar Stellagosa N! Still Alive
  667. if NPC_ID == 107995 then SelectGossipOption(2) end -- Ley-Ruins of Zarkhenar Stellagosa N! Still Alive
  668. if NPC_ID == 109028 then SelectGossipOption(1) end -- Shackle's Den Horkus N@ Reveal
  669. if NPC_ID == 109372 then SelectGossipOption(2) end -- Crumbled Palace Nalysse Dawnsorrow N@ 'Make this inn your home'
  670. if NPC_ID == 109735 then SelectGossipOption(1) end -- W! Raft Fishing
  671.  
  672. -- Broken Shore --
  673. if NPC_ID == 100190 then SelectGossipOption(1) end -- Darkstone Isle Vareesa Windrunner C! Hunter: Clandestine Operation
  674. if NPC_ID == 117934 then SelectGossipOption(1) end -- Sissix W! Illidari Masters: Sissix
  675. if NPC_ID == 117950 then SelectGossipOption(1) end -- Viciosa W! Illidari Masters: Viciosa
  676. if NPC_ID == 117951 then SelectGossipOption(1) end -- Nameless Mystic W! Illidari Masters: Nameless Mystic
  677. if NPC_ID == 120076 then SelectGossipOption(1) end -- Iks'reeged W! Treasure
  678.  
  679. -- Class Quest Lines (Outside Legion Zones) --
  680. if NPC_ID == 96528 then SelectGossipOption(1) end -- The Maelstrom Farseer Nobundo C! Shaman: A Ring Unbroken
  681. if NPC_ID == 99986 then SelectGossipOption(1) end -- The Arsenal Absolute Apata Highmountain C! Hunter: The Hunter's Call
  682. if NPC_ID == 100171 then SelectGossipOption(1) end -- Courier Larkspur C! Hunter: The Hunter's Call
  683. if NPC_ID == 100810 then SelectGossipOption(1) end -- Magical Menagerie Grif Wildheart C! Hunter: The Hunter's Call
  684. if NPC_ID == 104904 then SelectGossipOption(1) end -- Shield's Rest Grif Wildheart C! Hunter: Stolen Thunder
  685. if NPC_ID == 107716 then SelectGossipOption(1) end -- The Tainted Scar Daio the Decrepit C! Mage: Daio the Decrepit
  686.  
  687. -- Dalaran --
  688. if NPC_ID == 86563 then SelectGossipOption(1) end -- Krasus' Landing Archmage Khadgar N! Down to Azsuna
  689. if NPC_ID == 93773 then SelectGossipOption(1) end -- Krasus' Landing High Overlord Saurfang C! Warrior: A Desperate Plea
  690. if NPC_ID == 94138 then SelectGossipOption(1) end -- Chamber of Shadows Princess Tess Greymane C! Rogue: A Worthy Blade
  691. if NPC_ID == 94159 then SelectGossipOption(1) end -- Chamber of Shadows Fleet Admiral Tethys C! Rogue: A Worthy Blade
  692. if NPC_ID == 96313 then SelectGossipOption(1) end -- The Violet Hold Warden Alturas C! Mage: By Any Means
  693. if NPC_ID == 96796 then SelectGossipOption(1) end -- The Filthy Animal Uda the Beast H@ 'Make this inn your home'
  694. if NPC_ID == 97004 then SelectGossipOption(1) end -- Glorious Goods "Red" Jack Findle C! 'The raven calls'
  695. if NPC_ID == 97804 then SelectGossipOption(1) end -- Pet Battle Area Tiffany Nelson W! Fight Night: Tiffany Nelson
  696. if NPC_ID == 98102 then SelectGossipOption(1) end -- Chamber of Shadows Valeera Sanguinar C! Rogue: A Worthy Blade
  697. if NPC_ID == 99182 then SelectGossipOption(1) end -- Sir Galveston W! Fight Night: Sir Galveston
  698. if NPC_ID == 99210 then SelectGossipOption(1) end -- Bodhi Sunwayver W! Fight Night: Bodhi Sunwayver
  699. if NPC_ID == 101313 then SelectGossipOption(1) end -- Antonidas Memorial Prophet Velen C! Priest: The Light and the Void
  700. --if NPC_ID == 101513 then SelectGossipOption(1) end -- Chamber of Shadows Lord Jorach Ravenholdt C! Rogue: A Worthy Blade
  701. --if NPC_ID == 102700 then SelectGossipOption(1) end -- Hall of the Guardian Meryl Felstorm C! Mage: Finding Ebonchill
  702. if NPC_ID == 105230 then SelectGossipOption(1) end -- Bodhi Sunwayver W! Fight Night: Bodhi Sunwayver
  703. if NPC_ID == 107489 then SelectGossipOption(1) end -- Amalia W! Fight Night: Amalia
  704. if NPC_ID == 107622 then SelectGossipOption(1) end -- The Bank of Dalaran Glutonia C! Mage: Alodi's Gems
  705. if NPC_ID == 108692 then SelectGossipOption(1) end -- Dalaran Travard C! An Urgent Gathering
  706. if NPC_ID == 108693 then SelectGossipOption(1) end -- The Scribe's Sacellum Orik Trueheart C! An Urgent Gathering
  707. if NPC_ID == 108868 then SelectGossipOption(1) end -- Krasus Landing N@ Hunters Lodge Eagle
  708. if NPC_ID == 111565 then SelectGossipOption(1) end -- Amalia W! Fight Night: Amalia
  709. if NPC_ID == 120215 then SelectGossipOption(2) end -- Krasus Landing Archmage Khadgar N! Assault on Broken Shore
  710.  
  711. -- Highmountain --
  712. if NPC_ID == 119676 then SelectGossipOption(1) end -- Snowbling Mesa Lesan Skyhorn N! Battle for Highmountain
  713. if NPC_ID == 151641 then SelectGossipOption(1) end -- Snowbling Mesa Spiritwalker Ebonhorn N! A Disturbance Beneath the Earth
  714. if NPC_ID == 151643 then SelectGossipOption(1) end -- Snowbling Mesa Navarrogg N! Take My Hand
  715. if NPC_ID == 151963 then SelectGossipOption(1) end -- Snowbling Mesa Navarrogg N! A Friendly Face
  716. if NPC_ID == 152385 then SelectGossipOption(1) end -- The Dragon's Spine Spiritwalker Ebonhorn N! Dominating the Indomitable
  717.  
  718. -- Krokun --
  719. if NPC_ID == 120529 then SelectGossipOption(1) end -- Krokul Hovel High Exarch Turalyon N! From Darkness
  720. if NPC_ID == 120738 then SelectGossipOption(1) end -- Seat of Annihilation High Exarch Turalyon N! A Strike At The Heart
  721. if NPC_ID == 122950 then SelectGossipOption(1) end -- Shattered Fields High Exarch Turalyon N! The Child ofw Light and Shadow
  722. if NPC_ID == 122621 then SelectGossipOption(1) end -- The Xenedar High Exarch Turalyon N! Light's Return
  723.  
  724. -- Mac'Aree --
  725. if NPC_ID == 120533 then SelectGossipOption(1) end -- Kil'jaeden's Terrace Prophet Velen N! What Might Have Been/AX The Universe
  726. if NPC_ID == 121518 then SelectGossipOption(1) end -- Isolon Basin Arkhann N! Arkhaan's Plan
  727. if NPC_ID == 123520 then SelectGossipOption(1) end -- Conservatory Arcane Arc-Consul Velara N! Gatekeeper's Challenge: Mastery
  728. if NPC_ID == 123521 then SelectGossipOption(1) end -- Conservatory Arcane Grand Vizier Jarasum N! Gatekeeper's Challenge: Mastery
  729. if NPC_ID == 123522 then SelectGossipOption(1) end -- Conservatory Arcane High Wakener Aargon N! Gatekeeper's Challenge: Mastery
  730. if NPC_ID == 123669 then SelectGossipOption(1) end -- Arimor Gardens Grand Vindicator Sorvos N! Overt Ops
  731. if NPC_ID == 123670 then SelectGossipOption(1) end -- Arimor Gardens Baratt the Longshot N! Overt Ops
  732. if NPC_ID == 123671 then SelectGossipOption(1) end -- Arimor Gardens Blademaster Telaamon N! Overt Ops
  733. if NPC_ID == 124070 then SelectGossipOption(1) end -- Conservatory Arcane Vigilant Quoram N! The Longest Vigil
  734. if NPC_ID == 124077 then SelectGossipOption(1) end -- Hall of Enlightenment Gatekeeper's Image N! Gatekeeper's Challenge: Tenacity
  735. if NPC_ID == 125968 then SelectGossipOption(1) end -- Exodus Point Prophet Velen N! Mac'Aree, Jewel of Argus
  736.  
  737. -- Mardum, The Shattered Abyss --
  738. if NPC_ID == 90247 then SelectGossipOption(1) end -- Illidari Foothold Battlelord Gaardoun C! Orders For Your Captains
  739. if NPC_ID == 93127 then SelectGossipOption(2) end -- Illidari Foothold Kayn Sunfury C! Cry Havoc And Let Slip The Illidari
  740. if NPC_ID == 93693 then SelectGossipOption(1) end -- Illidari Foothold Lady S'theno C! Orders For Your Captains
  741. if NPC_ID == 94435 then SelectGossipOption(1) end -- Illidari Foothold Matron Mother Malevol.. C! Orders For Your Captains
  742. if NPC_ID == 96420 then SelectGossipOption(1) end -- Illidari Foothold Cyana Nightglaive C! Cry Havoc And Let Slip The Illidari
  743. if NPC_ID == 96436 then SelectGossipOption(1) end -- Cryptic Hollow Jace Darkweaver C! Give Me Sight Beyond Sight
  744. if NPC_ID == 96652 then SelectGossipOption(1) end -- Illidari Foothold Mannethrel Darkstar C! Cry Havoc And Let Slip The Illidari
  745. if NPC_ID == 96653 then SelectGossipOption(1) end -- Illidari Foothold Izal Whitemoon C! On Felbat Wings
  746. if NPC_ID == 96655 then SelectGossipOption(1) end -- Illidari Foothold Allari the Souleater C! Cry Havoc And Let Slip The Illidari
  747. if NPC_ID == 98650 then SelectGossipOption(1) end -- The Fel Hammer Battlelord Gaardoun C! The Spoils Of Victory
  748. if NPC_ID == 99045 then SelectGossipOption(1) end -- Illidari Foothold Kor'vas Bloodthorn C! Cry Havoc And Let Slip The Illidari
  749. if NPC_ID == 99914 then SelectGossipOption(1) end -- Molten Shore Ashtongue Mystic C! Enter The Illidari: Coliskar
  750. if NPC_ID == 99915 then SelectGossipOption(1) end -- Seat Of Command Sevis Brightflame C! Enter The Illidari: Shivarra
  751.  
  752. -- Niskara --
  753. if NPC_ID == 100397 then SelectGossipOption(1) end -- Niskara Vareesa Windrunner C! Hunter: Rescue Mission
  754.  
  755. -- Stormheim --
  756. if NPC_ID == 95676 then SelectGossipOption(1) end -- Odyn
  757. if NPC_ID == 98270 then SelectGossipOption(1) end -- Morheim Robert Craig W! My Beast's Bidding
  758. if NPC_ID == 105512 then SelectGossipOption(1) end -- Skold-Ashil Envoy of the Hunt W! All Pets Go To Heaven
  759. if NPC_ID == 112127 then SelectGossipOption(2) end -- Stony Highlands Jnifer Casay W! A Jarl's Feast
  760. if NPC_ID == 112133 then SelectGossipOption(2) end -- Stony Highlands Elyssa the Flower W! A Jarl's Feast
  761. if NPC_ID == 112196 then SelectGossipOption(2) end -- Stony Highlands Thony Trejo W! A Jarl's Feast
  762. if NPC_ID == 112197 then SelectGossipOption(2) end -- Stony Highlands Culver The Chaser W! A Jarl's Feast
  763. if NPC_ID == 112200 then SelectGossipOption(2) end -- Stony Highlands G'velev W! A Jarl's Feast
  764. if NPC_ID == 112202 then SelectGossipOption(2) end -- Stony Highlands Cyntia Shieldbreaker W! A Jarl's Feast
  765. if NPC_ID == 112203 then SelectGossipOption(2) end -- Stony Highlands Karutz the Lancer W! A Jarl's Feast
  766. if NPC_ID == 112205 then SelectGossipOption(2) end -- Stony Highlands Eric of the Lanhams W! A Jarl's Feast
  767. if NPC_ID == 112207 then SelectGossipOption(2) end -- Stony Highlands Joel of the Cliffs W! A Jarl's Feast
  768. if NPC_ID == 112211 then SelectGossipOption(2) end -- Stony Highlands Dvid Skoat W! A Jarl's Feast
  769. if NPC_ID == 112215 then SelectGossipOption(2) end -- Stony Highlands Krisjina Jamartino W! A Jarl's Feast
  770. if NPC_ID == 112219 then SelectGossipOption(2) end -- Stony Highlands Mardin Falster W! A Jarl's Feast
  771. if NPC_ID == 112556 then SelectGossipOption(2) end -- Stony Highlands Berserker Danpolcari W! A Jarl's Feast
  772. if NPC_ID == 112559 then SelectGossipOption(2) end -- Stony Highlands Adrew the Free Man W! A Jarl's Feast
  773. if NPC_ID == 112560 then SelectGossipOption(2) end -- Stony Highlands Kyl Heartline W! A Jarl's Feast
  774. if NPC_ID == 112619 then SelectGossipOption(2) end -- Stony Highlands Toni the Conner W! A Jarl's Feast
  775. if NPC_ID == 112620 then SelectGossipOption(2) end -- Stony Highlands Ron Greybeard W! A Jarl's Feast
  776. if NPC_ID == 112621 then SelectGossipOption(2) end -- Stony Highlands Kvin Obren W! A Jarl's Feast
  777. if NPC_ID == 112622 then SelectGossipOption(2) end -- Stony Highlands Zeke the Zerker W! A Jarl's Feast
  778. if NPC_ID == 112624 then SelectGossipOption(2) end -- Stony Highlands Shane Webbeard W! A Jarl's Feast
  779.  
  780. -- Suramar --
  781. if NPC_ID == 103055 then SelectGossipOption(1) end -- Kir'altius ! Ancient Guidance
  782. if NPC_ID == 105729 then SelectGossipOption(1) end -- Court of Stars Signal Lantern I@ Start Instance
  783. if NPC_ID == 106296 then SelectGossipOption(1) end -- Court of Stars Dusk Lily Agent I@
  784. if NPC_ID == 106468 then SelectGossipOption(1) end -- Court of Stars Ly'leth Lunestre I@
  785. if NPC_ID == 107486 then SelectGossipOption(1) end -- Court of Stars Chatty Rumormonger I@
  786. if NPC_ID == 109409 then SelectGossipOption(1) end -- Nightborne Wretch ! A Draught of Hope
  787. if NPC_ID == 109442 then SelectGossipOption(1) end -- Ciele ! A Draught of Hope
  788. if NPC_ID == 110677 then SelectGossipOption(1) end -- Nighthold Image of Khadgar @
  789. if NPC_ID == 111937 then SelectGossipOption(1) end -- Court of Stars Dusk Lily Agent @
  790. if NPC_ID == 112555 then SelectGossipOption(1) end -- Nightborne Wretch ! A Draught of Hope
  791. if NPC_ID == 113449 then SelectGossipOption(1) end -- Nightborne Wretch ! A Draught of Hope
  792. if NPC_ID == 113455 then SelectGossipOption(1) end -- Nightborne Wretch ! A Draught of Hope
  793. if NPC_ID == 113457 then SelectGossipOption(1) end -- Nightborne Wretch ! A Draught of Hope
  794. if NPC_ID == 113617 then SelectGossipOption(1) end -- Court of Stars Dusk Lily Agent @
  795. if NPC_ID == 146270 then SelectGossipOption(1) end -- Twilight Vineyards Vintner Iltheux H! Playing to Their Strengths
  796. if NPC_ID == 146273 then SelectGossipOption(1) end -- Twilight Vineyards Nomi H! The Vintner's Assistants
  797. if NPC_ID == 146276 then SelectGossipOption(2) end -- Twilight Vineyards Micah Broadhoof H! The Vintner's Assistants
  798. if NPC_ID == 146276 then SelectGossipOption(1) end -- Twilight Vineyards Micah Broadhoof H! The Vintner's Assistants
  799. if NPC_ID == 146277 then SelectGossipOption(1) end -- Twilight Vineyards Boss Mida H! The Vintner's Assistants
  800.  
  801. -- The Vindicar --
  802. if NPC_ID == 120977 then SelectGossipOption(1) end -- Azuremyst Isle Prophet Velen N! Into The Night
  803. -- if NPC_ID == 121230 then SelectGossipOption(1) end -- Vindicar Alleria Windrunner N! Seat of the Triumvirate (-- Quests)
  804. -- if NPC_ID == 121263 then SelectGossipOption(1) end -- Vindicar Grand Artificer Romuul N@ To The Surface (-- Quests)
  805. if NPC_ID == 121589 then SelectGossipOption(1) end -- Vindicar Thaumaturge Vashreen N@ Trade (may need to -- during start)
  806. if NPC_ID == 122378 then SelectGossipOption(1) end -- Vindicar High Exarch Turalyon N! The Child ofw Light and Shadow
  807. if NPC_ID == 123395 then SelectGossipOption(2) end -- Vindicar High Priestess Ishanah N@ ! / Trade (-- If You Hearth Here)
  808. if NPC_ID == 126389 then SelectGossipOption(1) end -- Vindicar Artificer Shela'na N! A Moment Of Respite
  809. if NPC_ID == 126390 then SelectGossipOption(1) end -- Vindicar Thelbus Wimblenod N! A Moment Of Respite
  810.  
  811. -- Val'sharah --
  812. if NPC_ID == 91109 then SelectGossipOption(1) end -- Grove of Cenarius Malfurion Stormrage N! The Emerald Queen
  813. if NPC_ID == 91462 then SelectGossipOption(1) end -- Lorlathil Malfurion N! Cenarius, Keeper of the Grove
  814. -- if NPC_ID == 92619 then SelectGossipOption(1) end -- Bradensbrook Mayor Heathrow N!
  815. if NPC_ID == 92620 then SelectGossipOption(1) end -- Bradensbrook Jarod Shadowsong N! Jarod's Mission
  816. if NPC_ID == 92684 then SelectGossipOption(1) end -- Bradensbrook Alistair Thornton N@ 'Make this inn your home'
  817. if NPC_ID == 92734 then SelectGossipOption(1) end -- Heathrow Manor Penelope Heathrow N! The Farmsteads
  818. if NPC_ID == 92742 then SelectGossipOption(1) end -- Grove of Cenarius Ysera N! Malfurion's Fury
  819. if NPC_ID == 93460 then SelectGossipOption(1) end -- Lorlathil Feonir Cloudthistle A@ 'Make this inn your home'
  820. if NPC_ID == 93677 then SelectGossipOption(1) end -- Lunarwing Shallows Shivering Ashmaw Cub N@ 'I'll Save You, Poor Little Thing'
  821. if NPC_ID == 94974 then SelectGossipOption(1) end -- Darkpens Sirius Ebonwing N! Illidari Freedom
  822. if NPC_ID == 94975 then SelectGossipOption(1) end -- Darkpens Asha Ravensong N! Illidari Freedom
  823. if NPC_ID == 94976 then SelectGossipOption(1) end -- Darkpens Cassiel Nightthorn N! Illidari Freedom
  824. if NPC_ID == 100652 then SelectGossipOption(1) end -- Malfurion
  825. if NPC_ID == 104241 then SelectGossipOption(1) end -- The Dreamgrove Malfurion C! Druid: Ascending The Circle
  826. if NPC_ID == 104739 then SelectGossipOption(1) end -- Shadowfen Tyrande Whisperwind N! Dark Side of the Moon
  827. if NPC_ID == 108642 then SelectGossipOption(1) end -- Undergorge Keeper Remulos N! Moon Reaver
  828.  
  829. --[[ 8 B A T T L E F O R A Z E R O T H ]]--
  830.  
  831. -- Drustvar --
  832. if NPC_ID == 122110 then SelectGossipOption(1) end -- Arom's Stand Falconer Notley A! Changing of the Guard
  833. if NPC_ID == 122112 then SelectGossipOption(1) end -- Arom's Stand Ensign Yorrick A! Changing of the Guard
  834. if NPC_ID == 122115 then SelectGossipOption(1) end -- Arom's Stand Ensign Mace A! Changing of the Guard
  835. if NPC_ID == 122491 then SelectGossipOption(1) end -- Glenbrook Hunting Gr.. Jonathan Hayes A! The Village of Glenbrook
  836. if NPC_ID == 125380 then SelectGossipOption(1) end -- Hangman's Point Lucille Waycrest A! Standing Accused
  837. if NPC_ID == 125394 then SelectGossipOption(1) end -- Hangman's Point Constable Henry Framer A! The Burden of Proof
  838. if NPC_ID == 127715 then SelectGossipOption(1) end -- Lucille Waycrest A! The Ruins of Gol Var
  839. if NPC_ID == 129995 then SelectGossipOption(1) end -- 63, 40 Emily Mayville W! Emily Mayville
  840. if NPC_ID == 130419 then SelectGossipOption(1) end -- Fallhaven Captain Joan Cleardawn A! Changing of the Guard
  841. if NPC_ID == 131103 then SelectGossipOption(1) end -- Arom's Stand Captain Joan Cleardawn A! Changing of the Guard
  842. if NPC_ID == 131111 then SelectGossipOption(1) end -- Arom's Stand Lieutenant Sterntide A! Changing of the Guard
  843. if NPC_ID == 131359 then SelectGossipOption(1) end -- Suspicious Refugee A! Hidden Dealings
  844. if NPC_ID == 131448 then SelectGossipOption(1) end -- Falconhurst Warren Ashton A! A Missing Master / A Weapon of Old
  845. if NPC_ID == 131640 then SelectGossipOption(1) end -- Watchman's Rise Inquisitor Notley A! A Weather Eye
  846. if NPC_ID == 131860 then SelectGossipOption(1) end -- Falconhurst Jordan Stansfield A@ 'Blacksmithing Supplies'
  847. if NPC_ID == 131879 then SelectGossipOption(1) end -- Falconhurst Inquisitor Cleardawn A! Hold The Barricade!
  848. -- if NPC_ID == 132193 then SelectGossipOption(1) end -- Cortain Armory Angus Ballaster A! A Stead Ballast -- Quest
  849. if NPC_ID == 132994 then SelectGossipOption(1) end -- Whitegrove Chapel Lord Arthur Waycrest A! Running Late
  850. if NPC_ID == 133098 then SelectGossipOption(1) end -- Crimson Forest Inquisitor Cleardawn A! Stick It To 'Em!
  851. if NPC_ID == 133101 then SelectGossipOption(1) end -- Crimson Forest Samantha Sweet A! Bittersweet
  852. if NPC_ID == 133105 then SelectGossipOption(1) end -- Crimson Forest Warren Ashton A! A Little 'Pick Me Up'
  853. if NPC_ID == 136140 then SelectGossipOption(1) end -- Anyport Clonk Greaseybit N@
  854. if NPC_ID == 136141 then SelectGossipOption(2) end -- Anyport Xun Xun Sweetflower N! Asking for a Friend
  855. if NPC_ID == 136141 then SelectGossipOption(1) end -- Anyport Xun Xun Sweetflower N@
  856. if NPC_ID == 136282 then SelectGossipOption(2) end -- Anyport Merchant Kooda N! Asking for a Friend
  857. if NPC_ID == 136282 then SelectGossipOption(1) end -- Anyport Merchant Kooda @
  858. if NPC_ID == 136255 then SelectGossipOption(1) end -- Anyport Clonk Greaseybit N@
  859. if NPC_ID == 136480 then SelectGossipOption(1) end -- Arom's Stand Owen Northwood A@ 'Make this inn your home'
  860. if NPC_ID == 137732 then SelectGossipOption(1) end -- Vadekius' Rest Zallestrasza N! Life Reserver
  861. if NPC_ID == 138476 then SelectGossipOption(1) end -- Collector Kojo W! Shell Game
  862. if NPC_ID == 138478 then SelectGossipOption(1) end -- Scrollsage Nola W! Beachhead
  863. if NPC_ID == 139489 then SelectGossipOption(1) end -- Crimson Coast Captain Hermes W! Crab People
  864. --if NPC_ID == 139519 then SelectGossipOption(1) end -- Swellthrasher
  865. if NPC_ID == 140461 then SelectGossipOption(1) end -- Gol Koval Dilbert McClint ! Night Horrors
  866. --if NPC_ID == 140589 then SelectGossipOption(1) end -- Thros Lady Jaina Proudmoore A@ Ready
  867. if NPC_ID == 140813 then SelectGossipOption(1) end -- Fizzie Sparkwhistle ! Rogue Azerite
  868. if NPC_ID == 140880 then SelectGossipOption(1) end -- Barbthorn Ridge Michael Skarn W! What's The Buzz
  869. -- if NPC_ID == 141894 then SelectGossipOption(1) end -- Ulfar's Den Ulfar A! The Old Bear
  870. if NPC_ID == 143161 then SelectGossipOption(1) end -- Highroad Pass Arthur Tradewind A! The High Thornspeaker
  871. if NPC_ID == 144335 then SelectGossipOption(1)
  872. CloseGossip() end -- Hangman's Point Fletcher's Hollow Vil.. A! Trial by Superstition
  873. if NPC_ID == 144336 then SelectGossipOption(1)
  874. CloseGossip() end -- Hangman's Point Fletcher's Hollow Vil.. A! Trial by Superstition
  875. if NPC_ID == 144337 then SelectGossipOption(1)
  876. CloseGossip() end -- Hangman's Point Fletcher's Hollow Vil.. A! Trial by Superstition
  877. if NPC_ID == 144338 then SelectGossipOption(1)
  878. CloseGossip() end -- Hangman's Point Fletcher's Hollow Vil.. A! Trial by Superstition
  879. if NPC_ID == 144339 then SelectGossipOption(1)
  880. CloseGossip() end -- Fletcher's Hollow Vil.. A! Trial by Superstition
  881. --if NPC_ID == 148142 then SelectGossipOption(1) end -- Krazzlefraz Outpost Rokhan H! In Every Corner
  882. --if NPC_ID == 149293 then SelectGossipOption(1) end -- Gol Koval Arthur Tradewind A! Balance in All Things
  883. if NPC_ID == 150759 then SelectGossipOption(1) end -- 21 26 Scrollsage Nola W! The Cycle of Life
  884. if NPC_ID == 151378 then SelectGossipOption(1) end -- Fallhaven Scrollsage Nola W! Calligraphy
  885.  
  886. -- Mechagon --
  887. if NPC_ID == 149815 then SelectGossipOption(1) end -- Rustbolt Grizzek Fizzwrench N! Ideas Can Come from Anywhere
  888. -- if NPC_ID == 150206 then SelectGossipOption(1) end -- Tide's Fall Chief Telemancer Ocul.. H! Descent
  889. if NPC_ID == 152510 then SelectGossipOption(1) end -- Prospectus Bay Captain Krooz H@ Return to Zuldazar
  890. if NPC_ID == 153349 then SelectGossipOption(1) end -- The Outflow Leona Mistcaller N@ Time For Heroics
  891. if NPC_ID == 153535 then SelectGossipOption(1) end -- Broken Point Dunkin Crackjaw N@ Time For Heroics
  892. if NPC_ID == 153538 then SelectGossipOption(1) end -- 75,69 Adalin Halfheight N@ Time For Heroics
  893. if NPC_ID == 154122 then SelectGossipOption(1) end -- The Heaos R33-DR N! Discs of Norgannon
  894.  
  895. -- Nazjatar --
  896. if NPC_ID == 149906 then SelectGossipOption(1) end -- Newhome Vim Brineheart H! Settling In
  897. if NPC_ID == 150101 then SelectGossipOption(1) end -- Mezzamere Lady Jaina Proudmoore A! Scouting the Palace
  898. if NPC_ID == 150206 then SelectGossipOption(1) end -- Tide's Fall Chief Telemancer Ocul.. H! Descent
  899. if NPC_ID == 150206 then SelectGossipOption(1) end -- Tide's Fall Chief Telemancer Ocul.. H! Descent
  900. -- if NPC_ID == 151618 then SelectGossipOption(1) end -- Newhome Asme Seapearl H@ 'Make this inn your home' -- Quest
  901. if NPC_ID == 151909 then SelectGossipOption(1) end -- Newhome Telur H! Settling In
  902. if NPC_ID == 153595 then SelectGossipOption(1) end -- Spears of Azshara Champion Aquaclease W! The Lords of Water
  903. if NPC_ID == 153597 then SelectGossipOption(1) end -- Spears of Azshara Duke Hydraxis W! The Lords of Water
  904. if NPC_ID == 154180 then SelectGossipOption(1) end -- The Hanging Reef Gloomseeker Yarga N! Offer Cursed Object
  905. if NPC_ID == 154686 then SelectGossipOption(1) end -- The Drowned Market Swiftfinger Tynala N! The City of Drowned Friends
  906. if NPC_ID == 152529 then SelectGossipOption(1) end -- Newhome Spiritwalker Ussoh H! Scouting the Palace
  907. if NPC_ID == 152688 then SelectGossipOption(1) end -- Coral Forest Captured Kelfin W! Broken Controller
  908. if NPC_ID == 152690 then SelectGossipOption(1) end -- Coral Forest Captured Deepshell W! Broken Controller
  909. if NPC_ID == 154661 then SelectGossipOption(1) end -- The Drowned Market First Arcanist ThalyssraH! The Ever Drowning
  910.  
  911. -- Nazmir --
  912. if NPC_ID == 121288 then SelectGossipOption(1) end -- Zul'jan Ruins Princess Talanji H! The Aid of the Loa
  913. if NPC_ID == 121840 then SelectGossipOption(1) end -- Zul'jan Ruins Crazy Vaza H@ 'Make this inn your home'
  914. if NPC_ID == 122583 then SelectGossipOption(1) end -- Vulpera Hideaway Meerah H! The Warguard's Trail
  915. if NPC_ID == 122795 then SelectGossipOption(1) end -- Zo'bal Ruins Witch Doctor Kejabu H! Blood Troll on the Outside
  916. if NPC_ID == 124637 then SelectGossipOption(1) end -- The Frogmarsh Krag'wa the Huge H! Krag'wa the Terrible
  917. if NPC_ID == 124774 then SelectGossipOption(1) end -- Natha'vor Shoak H! Shoak's on the Menu
  918. if NPC_ID == 124933 then SelectGossipOption(1) end -- Natha'vor Kajosh H! Profanity Filter
  919. if NPC_ID == 125244 then SelectGossipOption(1) end -- Forlorn Riuns Newt's Emergency Rocket H! Ready For Action
  920. if NPC_ID == 125862 then SelectGossipOption(1) end -- Scorched Sands Outpost Zauljin H! Liquid Motivation
  921. if NPC_ID == 126235 then SelectGossipOption(1) end -- Withering Gulch Meerah H! On The Move
  922. if NPC_ID == 126289 then SelectGossipOption(1) end -- Sethrak Front Chadwick Paxton H! Getting a Leg Up
  923. if NPC_ID == 126376 then SelectGossipOption(1) end -- Sethrak Front Ingrid Bellix H! Didn't Stop to Think if They Should
  924. -- if NPC_ID == 126576 then SelectGossipOption(1) end -- Scorched Sands Outpost Razgaji H! I've Got Your Back
  925. if NPC_ID == 126707 then SelectGossipOption(1) end -- Court of Spirits Bwonsamdi H! Soulbound
  926. if NPC_ID == 126713 then SelectGossipOption(1) end -- Zul'jan Ruins Sur'jan H! Urok, Terror of the Wetlands
  927. if NPC_ID == 127128 then SelectGossipOption(1) end -- Zalamar Bloodseeker Jo'chunga H! Sneaking into Zalamar
  928. if NPC_ID == 127212 then SelectGossipOption(1) end -- Burial Mound Kal'dran H! All Hope is Lost
  929. if NPC_ID == 127215 then SelectGossipOption(1) end -- Burial Mound Shadow Hunter Da'jul H! Projection Destruction
  930. if NPC_ID == 127216 then SelectGossipOption(1) end -- Burial Mound Zardrax the Empowered H! Offer of Power
  931. if NPC_ID == 127431 then SelectGossipOption(1) end -- Temple of Akunda Akunda the Bountiful H@ 'Make this inn your home'
  932. if NPC_ID == 127958 then SelectGossipOption(1) end -- 55,39 Kisdha H! Torga, the Turtle Loa
  933. if NPC_ID == 127961 then SelectGossipOption(1) end -- Zalamar Princess Talanji H! Catching Up
  934. if NPC_ID == 127999 then SelectGossipOption(1) end -- Zalamar Wardrummer Soljo H! Isolating Zalamar
  935. if NPC_ID == 128096 then SelectGossipOption(1) end -- Torga's Rest Bwonsamdi H! Speaking with the Dead
  936. if NPC_ID == 129378 then SelectGossipOption(1) end -- Zalamar Jo'chunga H! Hir'eek, the Bat Loa
  937. if NPC_ID == 129380 then SelectGossipOption(1) end -- Zalamar Wardrummer Sheej H! Isolating Zalamar
  938. if NPC_ID == 129381 then SelectGossipOption(1) end -- Zalamar Wardrummer Gix H! Isolating Zalamar
  939. if NPC_ID == 130056 then SelectGossipOption(1) end -- Razorjaw River Patch H! Down by the Riverside
  940. if NPC_ID == 130930 then SelectGossipOption(1) end -- Shoaljai Tar Pits Zaluto H! Don't Go Into The Light
  941. if NPC_ID == 131129 then SelectGossipOption(1) end -- Shoaljai Tar Pits Teshyambi H! On The Run
  942. if NPC_ID == 131132 then SelectGossipOption(1) end -- Shoaljai Tar Pits Mojoba H! On The Run
  943. if NPC_ID == 131135 then SelectGossipOption(1) end -- Shoaljai Tar Pits Razjuto H! On The Run
  944. if NPC_ID == 131146 then SelectGossipOption(1) end -- Bloodfire Ravine Princess Talanji H! A Time of Revelation
  945. if NPC_ID == 131208 then SelectGossipOption(1) end -- 55,39 Crez H! To Gloom Hollow
  946. if NPC_ID == 131209 then SelectGossipOption(1) end -- 60,46 Korkush H! To Gloom Hollow
  947. if NPC_ID == 131210 then SelectGossipOption(1) end -- 63,47 Yash H! To Gloom Hollow
  948. if NPC_ID == 131253 then SelectGossipOption(1) end -- Seal of Nazmir Titan Keeper Hezrel H! Containment Procedure
  949. -- if NPC_ID == 131988 then SelectGossipOption(1) end -- Gloom Hollow Korkush H@ 'Make this inn your home' -- Quest
  950. if NPC_ID == 133401 then SelectGossipOption(1) end -- Tul'vor Princess Talanji H! Target of Opportunity
  951. if NPC_ID == 134297 then SelectGossipOption(1) end -- Mangrove Shore Chag W! Chag's Challenge
  952. if NPC_ID == 134758 then SelectGossipOption(1) end -- Patch Patch W! Cancel the Blood Troll Apocalypse
  953. if NPC_ID == 134976 then SelectGossipOption(1) end -- Zal'amak Krag'wa the Huge W! Revenge of Krag'wa
  954. if NPC_ID == 135082 then SelectGossipOption(1) end -- Fort Victory Priestess Islara A@ 'Make this inn your home'
  955. if NPC_ID == 135655 then SelectGossipOption(1) end -- Scorched Sands Outpost Mozesha H@ 'Make this inn your home'
  956. if NPC_ID == 137113 then SelectGossipOption(1) end -- Altar of Rot Rokhan H! Halting the Empire's Fall
  957. if NPC_ID == 138395 then SelectGossipOption(1) end -- Scorched Sands Outpost Scorched Sands Outcast H! Arming the Tribe
  958. if NPC_ID == 139620 then SelectGossipOption(1) end -- Desha Stormwallow A@ Back to Boralus
  959. if NPC_ID == 140258 then SelectGossipOption(1) end -- Shandris Feathermoon How To Kill A Dark Ranger
  960. if NPC_ID == 140283 then SelectGossipOption(1) end -- Tul'vor Krag'wa the Huge H! Petitioning Krag'wa
  961. if NPC_ID == 140320 then SelectGossipOption(1) end -- Rescued Tortollan H! Tortollans in Distress
  962. if NPC_ID == 140519 then SelectGossipOption(1) end -- Shandris Feathermoon Meeting of the Minds
  963. if NPC_ID == 140578 then SelectGossipOption(1) end -- John J. Keeshan ! Target: Blood Prince Dreven
  964. if NPC_ID == 140656 then SelectGossipOption(1) end -- Heart of Darkness Rokhan H! What Rots Beneath
  965. if NPC_ID == 141529 then SelectGossipOption(1) end -- Lozu W! Marshdwellers
  966. if NPC_ID == 141799 then SelectGossipOption(1) end -- 35,54 Grady Prett W! Pack Leader
  967. if NPC_ID == 141814 then SelectGossipOption(1) end -- Accidental Dread
  968. if NPC_ID == 144352 then SelectGossipOption(1) end -- Collector Kojo W! Shell Game
  969. if NPC_ID == 144357 then SelectGossipOption(1) end -- W! Beachhead
  970. if NPC_ID == 146921 then SelectGossipOption(1) end -- The Fallen Outpost Princess Talanji H! It's Alive!
  971. if NPC_ID == 147369 then SelectGossipOption(1) end -- Gloomwater Span SI:7 Infiltrator A! Wet Work: Gloomwater Span
  972. if NPC_ID == 147846 then SelectGossipOption(1) end -- Zalamar Brother Pike A! Fog of War
  973. if NPC_ID == 151524 then SelectGossipOption(1) end -- Zo'bal Ruins Scrollsage Nola W! Calligraphy
  974.  
  975. -- Stormsong Valley --
  976. if NPC_ID == 131793 then SelectGossipOption(1) end -- Mildenhall Meadery Ancel Mildenhall A@ 'I met your mom, She says hello!'
  977. if NPC_ID == 132173 then SelectGossipOption(1) end -- Layson & Sons Rigging Brother Pike A! Storm's Judgement
  978. if NPC_ID == 133576 then SelectGossipOption(1) end -- Thresher's Wharf Coxswain Hook A! Deadliest Catch: Reel Big Fish
  979. if NPC_ID == 133577 then SelectGossipOption(1) end -- Thresher's Wharf Master Gunner Line A! Deadliest Catch: Gun Fishin'
  980. if NPC_ID == 133578 then SelectGossipOption(1) end -- Thresher's Wharf "Sinker" A! Deadliest Catch: Sink and Swim
  981. if NPC_ID == 134642 then SelectGossipOption(1) end -- Tidecross Brother Pike A! Voices Below
  982. if NPC_ID == 135033 then SelectGossipOption(1) end -- Deadwash Moakka A! Don't Turtle
  983. if NPC_ID == 135776 then SelectGossipOption(1) end -- Sagehold Tidesage Defector A! The Storm Awakens
  984. if NPC_ID == 135782 then SelectGossipOption(1) end -- Briny Flats Toothless Eddard A! All Laid Out For Us
  985. if NPC_ID == 135795 then SelectGossipOption(1) end -- Seeker's Vista Toki A! Make Loh Go
  986. if NPC_ID == 136226 then SelectGossipOption(1) end -- Sagehold Renegade Tideguard A! The Storm Awakens
  987. -- if NPC_ID == 136497 then SelectGossipOption(1) end -- Tidebreak Summit Tideguard Victoria A! Eye of the Storm
  988. if NPC_ID == 137985 then SelectGossipOption(1) end -- Highland Pass Stormsong Sentinel A! Border Issues
  989. if NPC_ID == 137987 then SelectGossipOption(1) end -- Highland Pass Stormsong Inspector A! Border Issues
  990. if NPC_ID == 138137 then SelectGossipOption(1) end -- Seawatch Point Huelo H! On The Hunt
  991. if NPC_ID == 138210 then SelectGossipOption(1) end -- Fort Daelin Staff Sergeant Cotner A@ 'Make this inn your home'
  992. if NPC_ID == 138221 then SelectGossipOption(1) end -- Brennadam "Nasty" Buck A@ 'Make this inn your home'
  993. if NPC_ID == 138855 then SelectGossipOption(1) end -- Sagehold Renegade Tideguard A! The Storm Awakens
  994. if NPC_ID == 138858 then SelectGossipOption(1) end -- Sagehold Renegade Tideguard A! The Storm Awakens
  995. if NPC_ID == 138860 then SelectGossipOption(1) end -- Sagehold Renegade Tideguard A! The Storm Awakens
  996. if NPC_ID == 138928 then SelectGossipOption(1) end -- Briny Flats Chopper Darry A! All Laid Out For Us
  997. if NPC_ID == 138934 then SelectGossipOption(1) end -- Briny Flats Big Find Balor A! All Laid Out For Us
  998. -- if NPC_ID == 138097 then SelectGossipOption(1) end -- Warfang Hold Muka Stormbreaker H@ Flight Path (-- if used for return)
  999. if NPC_ID == 139098 then SelectGossipOption(1) end -- Thomas Zelling H! No Price Too High
  1000. -- if NPC_ID == 139102 then SelectGossipOption(1) end -- Rexar H! No Price Too High
  1001. if NPC_ID == 139991 then SelectGossipOption(1) end -- Lilian Voss H! To Be Forsaken
  1002. if NPC_ID == 140315 then SelectGossipOption(1) end -- Eddie Fixit W! Automated Chaos
  1003. if NPC_ID == 141002 then SelectGossipOption(1) end -- - Ellie Vern W! Sea Creatures Are Weird
  1004. if NPC_ID == 141046 then SelectGossipOption(1) end -- Leana Darkwind ! Captured Evil
  1005. if NPC_ID == 141223 then SelectGossipOption(1) end -- Crescent Cove Brother Pike A! Opening The Way
  1006. if NPC_ID == 141603 then SelectGossipOption(1) end -- Scalespine Hill Mallory Hood A! Circle the Wagons
  1007. if NPC_ID == 141604 then SelectGossipOption(1) end -- Scalespine Hill Darion Hood A! Circle the Wagons
  1008. if NPC_ID == 141622 then SelectGossipOption(1) end -- Scalespine Hill Lorraine Hood A! Circle the Wagons
  1009. if NPC_ID == 142609 then SelectGossipOption(1) end -- Tidecross Handyman Gareth A@ Repair
  1010. if NPC_ID == 142634 then SelectGossipOption(1) end -- Tidecross Sister Alison A@ 'Make this inn your home'
  1011. if NPC_ID == 143282 then SelectGossipOption(1) end -- Seawatch Point Grok Seahandler H@ Return to Zuldazar
  1012. if NPC_ID == 143328 then SelectGossipOption(2) end -- Milestone Hamlet Carol Netley A@ 'Make this inn your home'
  1013. if NPC_ID == 144351 then SelectGossipOption(1) end -- Collector Kojo W! Shell Game
  1014. if NPC_ID == 144355 then SelectGossipOption(1) end -- Eventide Delta Scrollsage Nola W! Beachhead
  1015. if NPC_ID == 144360 then SelectGossipOption(1) end -- Beryl Meadow Toki W! Make Loh Go
  1016. if NPC_ID == 144362 then SelectGossipOption(1) end -- Beryl Meadow Toki W! Make Loh Go
  1017. if NPC_ID == 147381 then SelectGossipOption(1) end -- Arom's Stand Shadow Hunter Scout W! Wet Work: Arom's Stand
  1018. if NPC_ID == 148798 then SelectGossipOption(1) end -- Port Fogtide Jaina Proudmoore H! Blessing of the Tides
  1019. if NPC_ID == 148870 then SelectGossipOption(1) end -- Port Fogtide Dorian Atwater H! A Worthy Crew
  1020. if NPC_ID == 150592 then SelectGossipOption(1) end -- Warfang Hold Visiting Spectator H! Tickets, Please?
  1021. if NPC_ID == 150669 then SelectGossipOption(1) end -- Warfang Hold Nathanos Blightcaller H! A Display of Power
  1022. -- if NPC_ID == 151471 then SelectGossipOption(1) end -- Eventide Delta Scrollsage Nola W! The Cycle of Life
  1023. if NPC_ID == 151523 then SelectGossipOption(1) end -- Fort Daelin Scrollsage Nola W! Calligraphy
  1024.  
  1025. -- Tiragarde Sound --
  1026. if NPC_ID == 122370 then SelectGossipOption(1) end -- Boralus Harbor Cyrus Crestfall A@ <Shake his hand.>
  1027. if NPC_ID == 122681 then SelectGossipOption(1) end -- Ashvane Factory Urchin Workers A! Labor Dispute
  1028. if NPC_ID == 123648 then SelectGossipOption(1) end -- Norwington Estate George Mitchell A@ 'I need to repair'
  1029. if NPC_ID == 125945 then SelectGossipOption(1) end -- Anglepoint Wharf Aaron Gutier A! Pulse Of The Wharf
  1030. if NPC_ID == 125947 then SelectGossipOption(1) end -- Anglepoint Wharf Ginger Freelin A! Pulse Of The Wharf
  1031. if NPC_ID == 125950 then SelectGossipOption(1) end -- Anglepoint Wharf Julian Nichols A! Pulse Of The Wharf
  1032. if NPC_ID == 126158 then SelectGossipOption(1) end -- The Wailing Tideway Flynn Fairwind A! Lovesick and Lost
  1033. if NPC_ID == 126675 then SelectGossipOption(1) end -- Anglepoint Wharf Hera Copeland A! Aiding The Wharf
  1034. if NPC_ID == 128227 then SelectGossipOption(1) end -- Castaway Point Handy Bill A! My Favorite Things
  1035. if NPC_ID == 128228 then SelectGossipOption(1) end -- Castaway Point Hungry Sam A! My Favorite Things
  1036. -- if NPC_ID == 128229 then SelectGossipOption(1) end -- Castaway Point Stabby Jane A! My Favorite Things -- Quest Turn In
  1037. if NPC_ID == 128233 then SelectGossipOption(1) end -- Castaway Point Friendly Pete A! My Favorite Things
  1038. if NPC_ID == 128680 then SelectGossipOption(1) end -- Outrigger Post Okri Putterwrench A! The Deadliest Catch
  1039. if NPC_ID == 128700 then SelectGossipOption(1) end -- Freehold Irontide Recruiter A! Dress to Impress
  1040. if NPC_ID == 128927 then SelectGossipOption(3) end -- Freehold Venrik A! Raise a Glass!
  1041. if NPC_ID == 129159 then SelectGossipOption(1) end -- Roughneck Camp Egert Tominson A@ 'Make this inn your home'
  1042. if NPC_ID == 129887 then SelectGossipOption(1) end -- Freehold First Mate Trixie To.. A! Trixie Business
  1043. if NPC_ID == 129960 then SelectGossipOption(1) end -- Freehold Nub Nub A! Missing Treasure!
  1044. if NPC_ID == 129967 then SelectGossipOption(1) end -- Freehold Ned A! Missing Treasure!
  1045. if NPC_ID == 129968 then SelectGossipOption(1) end -- Freehold Nance Barmy A! Missing Treasure!
  1046. if NPC_ID == 133553 then SelectGossipOption(1) end -- Winterdeep Mining Camp Civil Technician Alena A! Miner Operation
  1047. if NPC_ID == 133554 then SelectGossipOption(1) end -- Winterdeep Mining Camp Ordnance Handler Prim A! Miner Operation
  1048. if NPC_ID == 133951 then SelectGossipOption(1) end -- Stormsong Monastery Brother Alen A! Archived Knowledge
  1049. if NPC_ID == 133974 then SelectGossipOption(1) end -- Stormsong Monastery Sister Adrianna A! Searching for Answers
  1050. if NPC_ID == 133976 then SelectGossipOption(1) end -- Stormsong Monastery Brother Darrel A! Searching for Answers
  1051. if NPC_ID == 134033 then SelectGossipOption(1) end -- Stormsong Monastery Sister Celicia A! Searching for Answers
  1052. if NPC_ID == 134446 then SelectGossipOption(1) end -- Norwington Estate Francois N@ Jingle Your Purse
  1053. if NPC_ID == 135075 then SelectGossipOption(1) end -- Unity Square Proudmoore Guard A! Prepare for Trouble
  1054. if NPC_ID == 135153 then SelectGossipOption(1) end -- Boralus Harbor Wesley Rockhold A@ 'Make this inn your home'
  1055. -- if NPC_ID == 135612 then SelectGossipOption(1) end -- Wind's Redemption Halford Wyrmbane A! Zuldazar Foothold
  1056. -- << Add below during War Campaign
  1057. -- if NPC_ID == 135614 then SelectGossipOption(1) end -- Wind's Redemption Master Mathias Shaw A@ Recruit Troops (Addon BulkOrder / disable WCQ)
  1058. -- << Add above during War Campaign
  1059. if NPC_ID == 136437 then SelectGossipOption(1) end -- Kennings Lodge Heather Morgan A@ 'Make this inn your home'
  1060. if NPC_ID == 136459 then SelectGossipOption(1) end -- Norwington Estate Terry Rigglesmith A@ 'Make this inn your home'
  1061. if NPC_ID == 136465 then SelectGossipOption(1) end -- Outrigger Post Tom Fishbury A@ 'Make this inn your home'
  1062. if NPC_ID == 136468 then SelectGossipOption(1) end -- Bridgeport Lidia Plank A@ 'Make this inn your home'
  1063. if NPC_ID == 136479 then SelectGossipOption(1) end -- Freehold Jill McHoonigan A@ 'Make this inn your home'
  1064. if NPC_ID == 137066 then SelectGossipOption(1) end -- Boralus Harbor 7th Legion Magus A@ 'The local authority has given us permussion...'
  1065. if NPC_ID == 137397 then SelectGossipOption(1) end -- Krazzlefrazz Outpost Wormhole H! Krazzlefrazz Outpost
  1066. if NPC_ID == 137613 then SelectGossipOption(1) end -- Arom's Crossing Hobart Grapplehammer H! I Hope There's No Witches in the Mountains
  1067. if NPC_ID == 137675 then SelectGossipOption(1) end -- Plunder Harbor Shadow Hunter Ty'jin H! Parleyin' Wit Pirates
  1068. if NPC_ID == 137798 then SelectGossipOption(1) end -- Plunder Harbor Boatswain Taryn H! A Change in Direction
  1069. if NPC_ID == 137800 then SelectGossipOption(1) end -- Plunder Harbor Quartermaster Killian H! A Change in Direction
  1070. if NPC_ID == 137807 then SelectGossipOption(1) end -- Plunder Harbor Navigator Swink H! A Change in Direction
  1071. if NPC_ID == 138290 then SelectGossipOption(1) end -- Plunder Harbor Inkeeper Petrai H@ 'Make this inn your home'
  1072. if NPC_ID == 138306 then SelectGossipOption(1) end -- Stormsong Monastery Brother Alen A! Archived Knowledge
  1073. if NPC_ID == 139524 then SelectGossipOption(1) end -- Erul Dawnbrook H@ Return to Zuldazar
  1074. if NPC_ID == 139776 then SelectGossipOption(1) end -- Paratrooper Jacobs ! The Sea Runs Red
  1075. if NPC_ID == 140495 then SelectGossipOption(1) end -- Lord Admiral's Rest Katherine Proudmoore A! Lost Shipment
  1076. if NPC_ID == 140649 then SelectGossipOption(1) end -- Lord Admiral's Rest Genn Greymane A! What You May Regret
  1077. if NPC_ID == 140732 then SelectGossipOption(1) end -- Harbormaster's Office Flynn Fairwind A! A Local Guide
  1078. if NPC_ID == 141077 then SelectGossipOption(1) end -- W! Not So Bad Down Here
  1079. if NPC_ID == 141136 then SelectGossipOption(1) end -- Freehold Flynn Fairwind A! Sweete's Strongbox
  1080. if NPC_ID == 141292 then SelectGossipOption(1) end -- Delia Hanako ! There's a Big Carcass
  1081. if NPC_ID == 141479 then SelectGossipOption(1) end -- Evergreen Grove Burly W! Strange Looking Dogs
  1082. if NPC_ID == 142581 then SelectGossipOption(1) end -- Bridgeport Chemist Notes A! Sampling the Goods
  1083. if NPC_ID == 143128 then SelectGossipOption(1) end -- Mariner's Row Rosaline Midenhall A@ I found this amulet, does it belong to you?
  1084. if NPC_ID == 143896 then SelectGossipOption(1) end -- Krakenbane Cove Outrigger Engineer A! The Deadliest Catch
  1085. if NPC_ID == 144350 then SelectGossipOption(1) end -- W! Shell Game
  1086. if NPC_ID == 144361 then SelectGossipOption(1) end -- Toki W! Make Loh Go
  1087. if NPC_ID == 144356 then SelectGossipOption(1) end -- Scrollsage Nola W! Beachhead
  1088. if NPC_ID == 145580 then SelectGossipOption(1) end -- Lord Admiral's Rest Jaina Proudmoore A! The Calm Before
  1089. if NPC_ID == 145632 then SelectGossipOption(1) end -- Anglerpoint Wharf Okri Putterwrenchre A! Zero Zeppelins
  1090. if NPC_ID == 147800 then SelectGossipOption(1) end -- Proudmoore Keep Master Mathias Shaw A! The Fall of Zuldazar
  1091. if NPC_ID == 148798 then SelectGossipOption(1) end -- Harbormaster's Office Jaina Proudmoore A! The Master Shipwright
  1092. if NPC_ID == 148872 then SelectGossipOption(1) end -- Atwater Stead Old Atwater A! Home, Home On the Range
  1093. if NPC_ID == 149474 then SelectGossipOption(1) end -- Proudmoore Keep Tandred Proudmoore A! A Worthy Crew
  1094. if NPC_ID == 149481 then SelectGossipOption(1) end -- Tradewinds Market Brother Pike A! A Worthy Crew
  1095. if NPC_ID == 149486 then SelectGossipOption(1) end -- Vigil Hill Rosaline Madison A! A Worthy Crew
  1096. if NPC_ID == 149809 then SelectGossipOption(1) end -- Forgotten Vault Gazlowe H! You Must be This Height
  1097. if NPC_ID == 149877 then SelectGossipOption(1) end -- Forgotten Vault Tinkmaster Overspark A! You Must be This Height
  1098. if NPC_ID == 150117 then SelectGossipOption(1) end -- Safe House Sapphronetta Flivvers A! A Small Team
  1099. if NPC_ID == 150121 then SelectGossipOption(1) end -- Safe House Grizzek Fizzwrench A! A Small Team
  1100. if NPC_ID == 150311 then SelectGossipOption(1) end -- The Swift Vengeance Thomas Zelling H! A Bitter Reunion
  1101. if NPC_ID == 150476 then SelectGossipOption(1) end -- Wind's Redemption Valeera Sanguinar A! Don't Shoot the Messenger
  1102. if NPC_ID == 150522 then SelectGossipOption(1) end -- Brennadam Talkative Brennandam.. A! Fish Tails and Distant Sails
  1103. if NPC_ID == 151040 then SelectGossipOption(1) end -- Vigil Hill Lieutenant Tarenfold A! A Worthy Crew
  1104. if NPC_ID == 151102 then SelectGossipOption(1) end -- Boralus Cog Captain Winklesp.. A! A Small Team
  1105. if NPC_ID == 151522 then SelectGossipOption(1) end -- Vigil Hill Scrollsage Nola W! Calligraphy
  1106. if NPC_ID == 155931 then SelectGossipOption(1) end -- Wind's Redemption 7th Legion Magus A! The Eye of Battle
  1107.  
  1108. -- Vol'dun --
  1109. if NPC_ID == 123052 then SelectGossipOption(1) end -- Kimbul H! Offering for the Loa
  1110. if NPC_ID == 123063 then SelectGossipOption(1) end -- Elder Kuppaka H! The Elder's Wisdom
  1111. if NPC_ID == 124108 then SelectGossipOption(1) end -- Vulpera Hideaway Hagashi H@ 'Make this inn your home'
  1112. if NPC_ID == 128617 then SelectGossipOption(1) end -- Shady Deckhand H!
  1113. -- if NPC_ID == 129519 then SelectGossipOption(1) end -- Vorrik H! -- Quest
  1114. if NPC_ID == 130342 then SelectGossipOption(1) end -- Vulpera Slave1 H!
  1115. if NPC_ID == 135625 then SelectGossipOption(1) end -- Vorrik H! The Abandoned Passage
  1116. if NPC_ID == 137559 then SelectGossipOption(1) end -- Sanctuary of the Dev.. Private James A! The Keepers' Keys
  1117. if NPC_ID == 138411 then SelectGossipOption(1) end -- Skycallers' Spire Vorrik H!
  1118. if NPC_ID == 138480 then SelectGossipOption(1) end -- W! Make Loh Go
  1119. if NPC_ID == 139705 then SelectGossipOption(1) end -- Shatterstone Harbor Halford Wyrmbane A! The Vol'dun Plan
  1120. if NPC_ID == 139719 then SelectGossipOption(1) end -- Shatterstone Harbor Shandris Feathermoon A! The Vol'dun Plan
  1121. if NPC_ID == 141879 then SelectGossipOption(1) end -- Keeyo W! Keeyo's Champions of Vol'dun
  1122. if NPC_ID == 141945 then SelectGossipOption(1) end -- Sizzik W! Snakes on a Terrace
  1123. if NPC_ID == 142054 then SelectGossipOption(1) end -- W! Desert Survivors
  1124. if NPC_ID == 144358 then SelectGossipOption(1) end -- Scrollsage Nola W! Beachhead
  1125. if NPC_ID == 144353 then SelectGossipOption(1) end -- Collector Kojo W! Shell Game
  1126. if NPC_ID == 147638 then SelectGossipOption(1) end -- Bonetrail Gulch Blixthraz Blastcharge H@ Deliver Salts for Mech
  1127. if NPC_ID == 147649 then SelectGossipOption(1) end -- Bonetrail Gulch Binny Sprigspinner A@ Deliver Salts for Mech
  1128. if NPC_ID == 151525 then SelectGossipOption(1) end -- Terrace of the Devoted Scrollsage Nola W! Calligraphy
  1129.  
  1130. -- Zuldazar --
  1131. if NPC_ID == 122009 then SelectGossipOption(1) end -- Warbeast Kraal Kraal Master B'khor H! How to Train Your Direhorn
  1132. if NPC_ID == 122229 then SelectGossipOption(1) end -- Dazar'alor Enforcer Sekal H! Discreet Discussions
  1133. if NPC_ID == 122231 then SelectGossipOption(1) end -- Dazar'alor Enforcer Dakanji H! Discreet Discussions
  1134. if NPC_ID == 122690 then SelectGossipOption(1) end -- The Great Seal Brillin the Beauty H@ 'Make this inn your home'
  1135. if NPC_ID == 122689 then SelectGossipOption(2) end -- Dazar'alor Paku'ai Rokota H@ 'Get me as close as you can to Nazmir'
  1136. if NPC_ID == 123000 then SelectGossipOption(1) end -- Port of Zandalar Captain Rez'okun H! Ride of the Zandalari
  1137. if NPC_ID == 123062 then SelectGossipOption(1) end -- Warbeast Kraal Jes'tri H@ 'Make this inn your home'
  1138. if NPC_ID == 123243 then SelectGossipOption(1) end -- Dazar'alor Enforcer Gortok H! Discreet Discussions
  1139. -- if NPC_ID == 124063 then SelectGossipOption(1) end -- Zeb'ahari Jol the Ancient H@ 'Make this inn your home' --Quest
  1140. if NPC_ID == 124458 then SelectGossipOption(1) end -- Xibala Alitha Duskwing H@ 'Make this inn your home'
  1141. if NPC_ID == 124655 then SelectGossipOption(1) end -- Throne of Rezan King Rastakhan H! To Sacrifice a Loa
  1142. if NPC_ID == 125485 then SelectGossipOption(1) end -- Grand Bazaar Nokali the Scarred H! The Word of Zul
  1143. if NPC_ID == 125489 then SelectGossipOption(1) end -- Grand Bazaar Doomsayer Volkini H! The Word of Zul
  1144. if NPC_ID == 126005 then SelectGossipOption(1) end -- Grand Bazaar Orphan Toe H! Mista Nice
  1145. if NPC_ID == 126009 then SelectGossipOption(1) end -- Grand Bazaar Dockmaster Cobo H! The Word of Zul
  1146. if NPC_ID == 126564 then SelectGossipOption(1) end -- House of Pa'ku Hexlord Raal H! Offensively Defensive
  1147. if NPC_ID == 127444 then SelectGossipOption(1) end -- Garden of the loa Gonk H! Gonk, Lord of the Pack
  1148. if NPC_ID == 130905 then SelectGossipOption(1) end -- The Slough Cala Cruzpot H! Mating Season Halftime
  1149. if NPC_ID == 130929 then SelectGossipOption(1) end -- The Slough Witch Doctor Jangalar H! Mating Season Halftime
  1150. if NPC_ID == 131070 then SelectGossipOption(1) end -- Atal'Dazar King Rastakhan H! The Kings Gambit
  1151. if NPC_ID == 131349 then SelectGossipOption(1) end -- Sandscar Breach Old Zamba H@ 'Can toy repair equipment?'
  1152. if NPC_ID == 131763 then SelectGossipOption(1) end -- Excavator Emberfist
  1153. -- if NPC_ID == 131840 then SelectGossipOption(1) end -- Terrace of Crafters Shuga Blastcaps H! Only the Best Will Do
  1154. if NPC_ID == 131878 then SelectGossipOption(1) end -- Xibala Apprentice Telemancer.. H! A Nose for Magic
  1155. if NPC_ID == 132637 then SelectGossipOption(1) end -- Zeb'ahari Jamil Abul'housin H! In Bwonsamdi's Shadow
  1156. if NPC_ID == 132990 then SelectGossipOption(1) end -- Hungry Pterrordax A! A Slip of the Tongue
  1157. if NPC_ID == 132996 then SelectGossipOption(1) end -- Hungry Pterrordax A! A Slip of the Tongue
  1158. if NPC_ID == 133068 then SelectGossipOption(1) end -- Zeb'ahari Rezan H! The Will of the Loa
  1159. if NPC_ID == 134117 then SelectGossipOption(1) end -- Warport Rastari Chao W! Behind Mogu Lines
  1160. if NPC_ID == 134125 then SelectGossipOption(1) end -- Warport Rastari Feng W! Behind Mogu Lines
  1161. if NPC_ID == 134126 then SelectGossipOption(1) end -- Warport Rastari Pao-me W! Behind Mogu Lines
  1162. if NPC_ID == 134346 then SelectGossipOption(1) end -- Little Tortolla Toki H! Make Loh Go
  1163. if NPC_ID == 135223 then SelectGossipOption(1) end -- Zandalari Vagrant Word on the Streets
  1164. if NPC_ID == 135440 then SelectGossipOption(1) end -- The Golden Throne Princess Talanji H! Rastakhan
  1165. if NPC_ID == 135890 then SelectGossipOption(1) end -- Blood Gate King Rastakhan H! Zandalar Forever!
  1166. if NPC_ID == 133678 then SelectGossipOption(1) end -- Pterror Rise Kua'fon H! Kua'fon's Saddle
  1167. if NPC_ID == 135279 then SelectGossipOption(1) end -- Pterror Rise Kua'fon H! Kua'fon's Saddle
  1168. if NPC_ID == 135455 then SelectGossipOption(1) end -- Pterror Rise Kua'fon H! Kua'fon's Saddle
  1169. if NPC_ID == 136355 then SelectGossipOption(1) end -- The Zocalo Trader Haw'li H! For Zuldazar!
  1170. if NPC_ID == 136356 then SelectGossipOption(1) end -- The Zocalo Bri'tani H! For Zuldazar!
  1171. if NPC_ID == 136357 then SelectGossipOption(1) end -- The Zocalo Chronicler Bah'kini H! For Zuldazar!
  1172. if NPC_ID == 136358 then SelectGossipOption(1) end -- The Zocalo No'ci the Scribe H! For Zuldazar!
  1173. if NPC_ID == 136359 then SelectGossipOption(1) end -- The Zocalo B'wizati H! For Zuldazar!
  1174. if NPC_ID == 136360 then SelectGossipOption(1) end -- The Zocalo Headhunter Lani H! For Zuldazar!
  1175. if NPC_ID == 136367 then SelectGossipOption(1) end -- The Zocalo Vessel Iluna H! For Zuldazar!
  1176. if NPC_ID == 136368 then SelectGossipOption(1) end -- The Zocalo Vessel Zetoa H! For Zuldazar!
  1177. if NPC_ID == 136369 then SelectGossipOption(1) end -- The Zocalo Madam Konawla H! For Zuldazar!
  1178. if NPC_ID == 136370 then SelectGossipOption(1) end -- The Zocalo Old Tella H! For Zuldazar!
  1179. if NPC_ID == 136371 then SelectGossipOption(1) end -- The Zocalo Rakle the Wretched H! For Zuldazar!
  1180. if NPC_ID == 136372 then SelectGossipOption(1) end -- The Zocalo Toko H! For Zuldazar!
  1181. if NPC_ID == 136410 then SelectGossipOption(1) end -- Kingsmouth River Tehd Shoemaker W! Syrawon the Dominus
  1182. if NPC_ID == 137331 then SelectGossipOption(1) end -- Village in the Vines Shado H@ 'Make this inn your home'
  1183. if NPC_ID == 138598 then SelectGossipOption(1) end -- Zeb'ahari Jol the Ancient H! Mending Body and Soul
  1184. -- << Add below during War Campaign
  1185. -- if NPC_ID == 138708 then SelectGossipOption(1) end -- Garona Halforcen H@ Recruit Troops
  1186. -- << Add above during War Campaign
  1187. if NPC_ID == 139633 then SelectGossipOption(1) end -- Atal'Dazar King Rastakhan H! The Kings Gambit
  1188. if NPC_ID == 139634 then SelectGossipOption(1) end -- Dazar'alor Biru The Drunk H@ Offer the Drink
  1189. if NPC_ID == 140257 then SelectGossipOption(1) end -- Xibala Halford Wyrmbane A! How To Sink a Zandalari Battles...
  1190. if NPC_ID == 141288 then SelectGossipOption(1) end -- Warport Rastari Magister Umbric A! My Enemy's Enemy is My Disguise
  1191. if NPC_ID == 141291 then SelectGossipOption(1) end -- Grul's Call Shandris Feathermoon A! An End to the Killing
  1192. if NPC_ID == 141645 then SelectGossipOption(1) end -- Hobart Grapplehammer H! Deep Dive
  1193. if NPC_ID == 141651 then SelectGossipOption(1) end -- Admiral Tattersail With Prince in Tow
  1194. if NPC_ID == 141686 then SelectGossipOption(1) end -- Drowned Sailor H! Grab and Go
  1195. if NPC_ID == 141687 then SelectGossipOption(1) end -- Drowned Sailor H! Grab and Go
  1196. if NPC_ID == 142096 then SelectGossipOption(1) end -- Karaga W! Critters are Friends, Not Food
  1197. if NPC_ID == 142114 then SelectGossipOption(1) end -- Talia Sparkbrow W! Add More to the Collection
  1198. if NPC_ID == 142234 then SelectGossipOption(1) end -- Zujai W! Small Beginnings
  1199. if NPC_ID == 142818 then SelectGossipOption(1) end -- The Zocalo Moj'ito H! For Zuldazar!
  1200. if NPC_ID == 143334 then SelectGossipOption(1) end -- Daria Smithson A@ Return to Boralus
  1201. if NPC_ID == 143690 then SelectGossipOption(1) end -- Castaway Encampment Captured Zandalari Tr.. A! The Troll's Tale
  1202. if NPC_ID == 144354 then SelectGossipOption(1) end -- Xibala Shallows Collector Kojo W! Shell Game
  1203. if NPC_ID == 144359 then SelectGossipOption(1) end -- Scrollsage Nola W! Beachhead
  1204. if NPC_ID == 144362 then SelectGossipOption(1) end -- Atal'Gral Toki W! Make Loh Go
  1205. if NPC_ID == 145374 then SelectGossipOption(1) end -- Zanchul Lady Sylvanas Windru.. H! Allegiance of the Zandalari
  1206. if NPC_ID == 145412 then SelectGossipOption(1) end -- The Great Seal King Rastakhan H! War Is Here!
  1207. if NPC_ID == 145539 then SelectGossipOption(1) end -- Zanchul Princess Talanji H! Queen of the Zandalari
  1208. if NPC_ID == 146209 then SelectGossipOption(1) end -- Zanchul Pa'ku H! Gaze of the Loa: Pa'ku
  1209. if NPC_ID == 146214 then SelectGossipOption(1) end -- Zanchul Gonk H! Gaze of the Loa: Gonk
  1210. if NPC_ID == 146215 then SelectGossipOption(1) end -- Zanchul Bwonsamdi H! Gaze of the Loa: Bwonsamdi
  1211. if NPC_ID == 146812 then SelectGossipOption(1) end -- Kingsmouth River General Rakera H! Ride of the Zandalari
  1212. if NPC_ID == 146851 then SelectGossipOption(1) end -- Terrace of the Chosen Hexlord Raal H! Ride of the Zandalari
  1213. if NPC_ID == 146775 then SelectGossipOption(1) end -- Zandalari Treasury Master Mathias Shaw A! The Treasury Heist
  1214. if NPC_ID == 146982 then SelectGossipOption(1) end -- Xibala Jaina Proudmoore A! The Treasury Heist
  1215. if NPC_ID == 147048 then SelectGossipOption(1) end -- The Banshee's Wail Lady Sylvanas Windrun.. H! The Return of Derek Proudmoore
  1216. if NPC_ID == 147148 then SelectGossipOption(1) end -- Xibala Megs A! This is Huge!
  1217. if NPC_ID == 147149 then SelectGossipOption(1) end -- Xibala Morton Cogswald A! Bring the Base
  1218. if NPC_ID == 147781 then SelectGossipOption(1) end -- The Zocalo Rioting Zocalo Drudge H! Quelling the Masses
  1219. if NPC_ID == 148702 then SelectGossipOption(1) end -- Warbeast Kraal Kaz The Shrieker W! They Love Iron
  1220. if NPC_ID == 148849 then SelectGossipOption(1) end -- Warbeast Kraal Gonk W! Wrath of the Ravasaur
  1221. if NPC_ID == 149269 then SelectGossipOption(1) end -- The Banshee's Wail Sylvanas Windrunner H! Our War Continues
  1222. if NPC_ID == 151526 then SelectGossipOption(1) end -- The Mugambala Scrollsage Nola W! Calligraphy
  1223. if NPC_ID == 152506 then SelectGossipOption(1) end -- Port of Zandalar Captain Krooz H! To Mechagon!
  1224. if NPC_ID == 152748 then SelectGossipOption(1) end -- The Zocalo Ricket H! Only the Best Will Do
  1225. if NPC_ID == 152766 then SelectGossipOption(1) end -- The Drunken Drummer Greasemonkey Union Rep H! Only the Best Will Do
  1226. if NPC_ID == 155789 then SelectGossipOption(1) end -- Port of Zandalar Lor'themar Theron H! The Eve of Battle
  1227. if NPC_ID == 156119 then SelectGossipOption(1) end -- Port of Zandalar Arcanist Thalyssra H! The Eve of Battle
  1228. if NPC_ID == 161458 then SelectGossipOption(1) end -- The Great Seal Valeera Sanguinar H! Return of the Black Prince
  1229.  
  1230. --[[ T O Y S / P R O F E S S I O N S ]]--
  1231.  
  1232. if NPC_ID == 101462 then SelectGossipOption(3) end -- Rechargeable Battery Reaves (Legion Eng.) P@ Blingtron 6000 (Doesnt Work?)
  1233. if NPC_ID == 132969 then SelectGossipOption(1) end -- Katy's Stampwhistle Katy T@ Use Mailbox
  1234. if NPC_ID == 149596 then SelectGossipOption(1) end -- Transmorpher Beacon Ethereal Transmorpher T@ It's Morphing Time
  1235.  
  1236.  
  1237. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement