PhilosopherYubee.lua 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. --[[
  2. Script Name : SpawnScripts/GreaterFaydark/PhilosopherYubee.lua
  3. Script Purpose : Philosopher Yubee <Deity Historian>
  4. Script Author : John Adams
  5. Script Date : 2009.03.01
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function spawn(NPC)
  9. SetPlayerProximityFunction(NPC, 10, "InRange", "LeaveRange")
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function InRange(NPC, Spawn)
  15. end
  16. function LeaveRange(NPC, Spawn)
  17. end
  18. function hailed(NPC, Spawn)
  19. FaceTarget(NPC, Spawn)
  20. conversation = CreateConversation()
  21. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  22. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!", "dlg_28_1")
  23. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.")
  24. AddConversationOption(conversation, "I'm really not interested at all.")
  25. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  26. if convo==29 then
  27. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  28. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!", "dlg_29_1")
  29. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.")
  30. AddConversationOption(conversation, "I'm really not interested at all.")
  31. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  32. end
  33. if convo==30 then
  34. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  35. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!", "dlg_30_1")
  36. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.")
  37. AddConversationOption(conversation, "I'm really not interested at all.")
  38. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  39. end
  40. if convo==31 then
  41. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1006.mp3", "", "", 0, 0, Spawn)
  42. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!", "dlg_31_1")
  43. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.")
  44. AddConversationOption(conversation, "I'm really not interested at all.")
  45. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  46. end
  47. if convo==32 then
  48. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1006.mp3", "", "", 0, 0, Spawn)
  49. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!", "dlg_32_1")
  50. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.")
  51. AddConversationOption(conversation, "I'm really not interested at all.")
  52. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  53. end
  54. end
  55. function dlg_28_1(NPC, Spawn)
  56. FaceTarget(NPC, Spawn)
  57. conversation = CreateConversation()
  58. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian001.mp3", "", "", 1885768155, 4071330533, Spawn)
  59. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  60. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_28_2")
  61. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  62. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  63. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  64. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  65. AddConversationOption(conversation, "Tunare, I think I would enjoy knowing where to speak with her prophet.")
  66. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.")
  67. AddConversationOption(conversation, "I hear the the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?")
  68. AddConversationOption(conversation, "Please tell me where I may find the prophet of The Tribunal.")
  69. AddConversationOption(conversation, "Where might I find Karana's prophet?")
  70. AddConversationOption(conversation, "I've always been interested in the ways of Bertoxxulous. Where is his prophet?")
  71. StartConversation(conversation, NPC, Spawn, "Well, you may wish to learn of their prophet's locations. Perhaps one of them will interest you with his tales.")
  72. end
  73. function dlg_29_1(NPC, Spawn)
  74. FaceTarget(NPC, Spawn)
  75. conversation = CreateConversation()
  76. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  77. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?", "dlg_29_2")
  78. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  79. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  80. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  81. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  82. end
  83. function dlg_29_2(NPC, Spawn)
  84. FaceTarget(NPC, Spawn)
  85. conversation = CreateConversation()
  86. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  87. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  88. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  89. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_29_3")
  90. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  91. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  92. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  93. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  94. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  95. end
  96. function dlg_29_3(NPC, Spawn)
  97. FaceTarget(NPC, Spawn)
  98. conversation = CreateConversation()
  99. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  100. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  101. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  102. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  103. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  104. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  105. end
  106. function dlg_29_4(NPC, Spawn)
  107. FaceTarget(NPC, Spawn)
  108. conversation = CreateConversation()
  109. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  110. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  111. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_29_5")
  112. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  113. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  114. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  115. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  116. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  117. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  118. end
  119. function dlg_29_5(NPC, Spawn)
  120. FaceTarget(NPC, Spawn)
  121. conversation = CreateConversation()
  122. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  123. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  124. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  125. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  126. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  127. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  128. end
  129. function dlg_29_6(NPC, Spawn)
  130. FaceTarget(NPC, Spawn)
  131. conversation = CreateConversation()
  132. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  133. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_29_7")
  134. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  135. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  136. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  137. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  138. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  139. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  140. end
  141. function dlg_29_7(NPC, Spawn)
  142. FaceTarget(NPC, Spawn)
  143. conversation = CreateConversation()
  144. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian009.mp3", "", "", 3714246172, 3594253878, Spawn)
  145. AddConversationOption(conversation, "Very good, I will be on my way then.", "dlg_29_8")
  146. AddConversationOption(conversation, "On second thought...")
  147. StartConversation(conversation, NPC, Spawn, "Sir Bayden Cauldthorn may be found in Old Kelethin, not far from the research library. He seeks all brave and valorous enough to follow Mithaniel Marr!")
  148. end
  149. function dlg_29_8(NPC, Spawn)
  150. FaceTarget(NPC, Spawn)
  151. conversation = CreateConversation()
  152. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  153. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  154. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_29_9")
  155. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  156. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  157. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  158. end
  159. function dlg_29_9(NPC, Spawn)
  160. FaceTarget(NPC, Spawn)
  161. conversation = CreateConversation()
  162. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  163. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_29_10")
  164. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  165. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  166. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  167. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  168. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  169. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  170. end
  171. function dlg_29_10(NPC, Spawn)
  172. FaceTarget(NPC, Spawn)
  173. conversation = CreateConversation()
  174. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian007.mp3", "", "", 1991516548, 1632985185, Spawn)
  175. AddConversationOption(conversation, "Very good, I will be on my way then.")
  176. AddConversationOption(conversation, "On second thought...", "dlg_29_11")
  177. StartConversation(conversation, NPC, Spawn, "Tunare's prophet, Eva Corunno'thes has taken up residence within Old Kelethin. If you wish to learn more about the Earthmother, I am certain she would be willing to share her faith with you.")
  178. end
  179. function dlg_30_1(NPC, Spawn)
  180. FaceTarget(NPC, Spawn)
  181. conversation = CreateConversation()
  182. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  183. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?", "dlg_30_2")
  184. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  185. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  186. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  187. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  188. end
  189. function dlg_30_2(NPC, Spawn)
  190. FaceTarget(NPC, Spawn)
  191. conversation = CreateConversation()
  192. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  193. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_30_3")
  194. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  195. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  196. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  197. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  198. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  199. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  200. end
  201. function dlg_30_3(NPC, Spawn)
  202. FaceTarget(NPC, Spawn)
  203. conversation = CreateConversation()
  204. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian007.mp3", "", "", 1991516548, 1632985185, Spawn)
  205. AddConversationOption(conversation, "Very good, I will be on my way then.")
  206. AddConversationOption(conversation, "On second thought...", "dlg_30_4")
  207. StartConversation(conversation, NPC, Spawn, "Tunare's prophet, Eva Corunno'thes has taken up residence within Old Kelethin. If you wish to learn more about the Earthmother, I am certain she would be willing to share her faith with you.")
  208. end
  209. function dlg_30_4(NPC, Spawn)
  210. FaceTarget(NPC, Spawn)
  211. conversation = CreateConversation()
  212. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  213. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  214. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_5")
  215. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  216. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  217. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  218. end
  219. function dlg_30_5(NPC, Spawn)
  220. FaceTarget(NPC, Spawn)
  221. conversation = CreateConversation()
  222. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  223. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_30_6")
  224. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  225. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  226. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  227. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  228. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  229. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  230. end
  231. function dlg_30_6(NPC, Spawn)
  232. FaceTarget(NPC, Spawn)
  233. conversation = CreateConversation()
  234. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian008.mp3", "", "", 3677729012, 3031035319, Spawn)
  235. AddConversationOption(conversation, "Very good, I will be on my way then.")
  236. AddConversationOption(conversation, "On second thought...")
  237. StartConversation(conversation, NPC, Spawn, "Sensei Shoda has delegated responsibility to an erudite named Merrek. You can find him at the top of the cliffs in Butcherblock overlooking the ocean.")
  238. end
  239. function dlg_30_7(NPC, Spawn)
  240. FaceTarget(NPC, Spawn)
  241. conversation = CreateConversation()
  242. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  243. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  244. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_8")
  245. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  246. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  247. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  248. end
  249. function dlg_30_8(NPC, Spawn)
  250. FaceTarget(NPC, Spawn)
  251. conversation = CreateConversation()
  252. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  253. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_30_9")
  254. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  255. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  256. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  257. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  258. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  259. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  260. end
  261. function dlg_30_9(NPC, Spawn)
  262. FaceTarget(NPC, Spawn)
  263. conversation = CreateConversation()
  264. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  265. AddConversationOption(conversation, "Thank you for your guidance. Farewell to you.")
  266. AddConversationOption(conversation, "On second thought...")
  267. StartConversation(conversation, NPC, Spawn, "Following in the footsteps of Seeress Ealaynya Ithis, the Prophet Bainyn Fairwind has been preaching the word of the Prime Healer from within the Temple of Life in North Qeynos. If you wish to learn more about Rodcet Nife, then seek out Bainyn within the sacred temple.")
  268. end
  269. function dlg_30_10(NPC, Spawn)
  270. FaceTarget(NPC, Spawn)
  271. conversation = CreateConversation()
  272. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  273. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  274. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_11")
  275. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  276. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  277. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  278. end
  279. function dlg_30_11(NPC, Spawn)
  280. FaceTarget(NPC, Spawn)
  281. conversation = CreateConversation()
  282. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  283. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.", "dlg_30_12")
  284. AddConversationOption(conversation, "Tunare...tell me where to speak with her prophet.")
  285. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  286. AddConversationOption(conversation, "I am searching for the prophet of the Prime Healer, Rodcet Nife.")
  287. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  288. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  289. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  290. end
  291. function dlg_30_12(NPC, Spawn)
  292. FaceTarget(NPC, Spawn)
  293. conversation = CreateConversation()
  294. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  295. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  296. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  297. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  298. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  299. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  300. end
  301. function dlg_30_13(NPC, Spawn)
  302. FaceTarget(NPC, Spawn)
  303. conversation = CreateConversation()
  304. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  305. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  306. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_30_14")
  307. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  308. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  309. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  310. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  311. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  312. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  313. end
  314. function dlg_30_14(NPC, Spawn)
  315. FaceTarget(NPC, Spawn)
  316. conversation = CreateConversation()
  317. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian006.mp3", "", "", 491255471, 488102680, Spawn)
  318. AddConversationOption(conversation, "Very good, I will be on my way then.", "dlg_30_15")
  319. AddConversationOption(conversation, "On second thought...")
  320. StartConversation(conversation, NPC, Spawn, "Bronlor Stormhammer has gone to West Fort Irontoe here in the Butcherblock Mountains. You will need to seek him out if it is Brell Serilis you are interested in learning about.")
  321. end
  322. function dlg_30_15(NPC, Spawn)
  323. FaceTarget(NPC, Spawn)
  324. conversation = CreateConversation()
  325. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  326. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  327. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_16")
  328. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  329. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  330. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  331. end
  332. function dlg_30_16(NPC, Spawn)
  333. FaceTarget(NPC, Spawn)
  334. conversation = CreateConversation()
  335. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  336. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  337. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_30_17")
  338. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  339. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  340. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  341. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  342. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  343. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  344. end
  345. function dlg_30_17(NPC, Spawn)
  346. FaceTarget(NPC, Spawn)
  347. conversation = CreateConversation()
  348. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian012.mp3", "", "", 63830979, 2698789391, Spawn)
  349. AddConversationOption(conversation, "Very good, I will be on my way then.")
  350. AddConversationOption(conversation, "On second thought...", "dlg_30_18")
  351. StartConversation(conversation, NPC, Spawn, "I believe Tobel Patadash is the one you should seek out. He's currently residing on the docks of the Enchanted Lands, near the Lost Village of Bobick.")
  352. end
  353. function dlg_30_18(NPC, Spawn)
  354. FaceTarget(NPC, Spawn)
  355. conversation = CreateConversation()
  356. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  357. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  358. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_19")
  359. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  360. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  361. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  362. end
  363. function dlg_30_19(NPC, Spawn)
  364. FaceTarget(NPC, Spawn)
  365. conversation = CreateConversation()
  366. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  367. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  368. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_30_20")
  369. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  370. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  371. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  372. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  373. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  374. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  375. end
  376. function dlg_30_20(NPC, Spawn)
  377. FaceTarget(NPC, Spawn)
  378. conversation = CreateConversation()
  379. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  380. AddConversationOption(conversation, "Very good, I will be on my way then.")
  381. AddConversationOption(conversation, "On second thought...")
  382. StartConversation(conversation, NPC, Spawn, "Justinian Theo is near the settlement of Chrykori Village in Timorous Deep. His eyes scan the horizon, searching for those who seek justice and balance in Norrath. If that is what you seek, then speak with him.")
  383. end
  384. function dlg_30_21(NPC, Spawn)
  385. FaceTarget(NPC, Spawn)
  386. conversation = CreateConversation()
  387. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  388. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  389. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_22")
  390. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  391. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  392. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  393. end
  394. function dlg_30_22(NPC, Spawn)
  395. FaceTarget(NPC, Spawn)
  396. conversation = CreateConversation()
  397. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  398. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  399. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_30_23")
  400. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  401. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  402. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  403. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  404. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  405. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  406. end
  407. function dlg_30_23(NPC, Spawn)
  408. FaceTarget(NPC, Spawn)
  409. conversation = CreateConversation()
  410. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  411. AddConversationOption(conversation, "Then I will go to him swiftly.")
  412. AddConversationOption(conversation, "On second thought...")
  413. StartConversation(conversation, NPC, Spawn, "Askr can be found near the city of Gorowyn in Timorous Deep -- on the Green Outlook. He can tell you how to return the father of storms to the skies of Norrath.")
  414. end
  415. function dlg_30_24(NPC, Spawn)
  416. FaceTarget(NPC, Spawn)
  417. conversation = CreateConversation()
  418. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  419. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  420. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_25")
  421. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  422. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  423. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  424. end
  425. function dlg_30_25(NPC, Spawn)
  426. FaceTarget(NPC, Spawn)
  427. conversation = CreateConversation()
  428. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  429. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  430. AddConversationOption(conversation, "I hear the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?", "dlg_30_26")
  431. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  432. AddConversationOption(conversation, "I want to work with the law. Where is the Tribunal's prophet?")
  433. AddConversationOption(conversation, "I serve the father of storms. Where can I find the prophet of Karana?")
  434. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  435. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  436. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  437. end
  438. function dlg_30_26(NPC, Spawn)
  439. FaceTarget(NPC, Spawn)
  440. conversation = CreateConversation()
  441. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  442. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  443. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  444. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  445. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  446. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  447. end
  448. function dlg_30_27(NPC, Spawn)
  449. FaceTarget(NPC, Spawn)
  450. conversation = CreateConversation()
  451. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  452. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  453. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  454. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_28")
  455. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  456. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  457. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  458. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  459. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  460. end
  461. function dlg_30_28(NPC, Spawn)
  462. FaceTarget(NPC, Spawn)
  463. conversation = CreateConversation()
  464. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian002.mp3", "", "", 1717778678, 2232573733, Spawn)
  465. AddConversationOption(conversation, "Very good, I will be on my way then.", "dlg_30_29")
  466. AddConversationOption(conversation, "On second thought...")
  467. StartConversation(conversation, NPC, Spawn, "The Prophet of Fear, Danak Dhorentath, has gone to Dagnor's Pass here in Butcherblock. If you wish to learn more about Cazic-Thule, I would seek him out there.")
  468. end
  469. function dlg_30_29(NPC, Spawn)
  470. FaceTarget(NPC, Spawn)
  471. conversation = CreateConversation()
  472. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  473. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  474. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_30")
  475. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  476. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  477. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  478. end
  479. function dlg_30_30(NPC, Spawn)
  480. FaceTarget(NPC, Spawn)
  481. conversation = CreateConversation()
  482. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  483. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  484. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  485. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_31")
  486. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  487. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  488. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  489. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  490. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  491. end
  492. function dlg_30_31(NPC, Spawn)
  493. FaceTarget(NPC, Spawn)
  494. conversation = CreateConversation()
  495. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian004.mp3", "", "", 2236120283, 3019102435, Spawn)
  496. AddConversationOption(conversation, "Very good, I will be on my way then.")
  497. AddConversationOption(conversation, "On second thought...", "dlg_30_32")
  498. StartConversation(conversation, NPC, Spawn, "Tychus Zeksworn has taken up a position east of East Fort Irontoe, overlooking one of the treacherous mountain passes. Perhaps he seeks to recruit the bugbears and kobolds to join an army of Rallos Zek!")
  499. end
  500. function dlg_30_32(NPC, Spawn)
  501. FaceTarget(NPC, Spawn)
  502. conversation = CreateConversation()
  503. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  504. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  505. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_33")
  506. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  507. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  508. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  509. end
  510. function dlg_30_33(NPC, Spawn)
  511. FaceTarget(NPC, Spawn)
  512. conversation = CreateConversation()
  513. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  514. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  515. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  516. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_34")
  517. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  518. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  519. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  520. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  521. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  522. end
  523. function dlg_30_34(NPC, Spawn)
  524. FaceTarget(NPC, Spawn)
  525. conversation = CreateConversation()
  526. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian003.mp3", "", "", 3561850153, 4167915483, Spawn)
  527. AddConversationOption(conversation, "Very good, I will be on my way then.")
  528. AddConversationOption(conversation, "On second thought...")
  529. StartConversation(conversation, NPC, Spawn, "Xilania Nevagon has gone to Greater Faydark, though to what end I do not know. I am certain that the Prophet of Innoruuk has only nefarious things in mind if she has gone to the home of the Fae!")
  530. end
  531. function dlg_30_35(NPC, Spawn)
  532. FaceTarget(NPC, Spawn)
  533. conversation = CreateConversation()
  534. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  535. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  536. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_36")
  537. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  538. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  539. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  540. end
  541. function dlg_30_36(NPC, Spawn)
  542. FaceTarget(NPC, Spawn)
  543. conversation = CreateConversation()
  544. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  545. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  546. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  547. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_37")
  548. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  549. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  550. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  551. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  552. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  553. end
  554. function dlg_30_37(NPC, Spawn)
  555. FaceTarget(NPC, Spawn)
  556. conversation = CreateConversation()
  557. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  558. AddConversationOption(conversation, "Very good, I will be on my way then.")
  559. AddConversationOption(conversation, "On second thought...")
  560. StartConversation(conversation, NPC, Spawn, "Hrath Everstill can be found near the entrance to the city of Gorowyn in Timorous Deep. It's been said that he's been conducting some rather gruesome experiments on some of the locals in an attempt to unleash the wrath of Bertoxxulous, the Plaguebringer. Perhaps he could use your assistance.")
  561. end
  562. function dlg_30_38(NPC, Spawn)
  563. FaceTarget(NPC, Spawn)
  564. conversation = CreateConversation()
  565. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  566. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  567. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_39")
  568. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  569. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  570. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  571. end
  572. function dlg_30_39(NPC, Spawn)
  573. FaceTarget(NPC, Spawn)
  574. conversation = CreateConversation()
  575. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  576. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  577. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  578. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_40")
  579. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  580. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  581. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  582. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  583. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  584. end
  585. function dlg_30_40(NPC, Spawn)
  586. FaceTarget(NPC, Spawn)
  587. conversation = CreateConversation()
  588. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  589. AddConversationOption(conversation, "You have been most helpful. I will take my leave now.")
  590. AddConversationOption(conversation, "On second thought...")
  591. StartConversation(conversation, NPC, Spawn, "Once thought lost to the nothingness of the Void, Anashti Sul has found her way back to Norrath. Her Prophet, Plumetor Dul'Sadma, has taken up residence on the docks of the Sinking Sands. It is there you will need to travel if you wish to learn more about the nature of the Forgotten One.")
  592. end
  593. function dlg_30_41(NPC, Spawn)
  594. FaceTarget(NPC, Spawn)
  595. conversation = CreateConversation()
  596. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  597. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  598. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_30_42")
  599. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  600. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  601. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  602. end
  603. function dlg_30_42(NPC, Spawn)
  604. FaceTarget(NPC, Spawn)
  605. conversation = CreateConversation()
  606. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  607. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  608. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  609. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_43")
  610. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  611. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  612. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  613. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  614. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  615. end
  616. function dlg_30_43(NPC, Spawn)
  617. FaceTarget(NPC, Spawn)
  618. conversation = CreateConversation()
  619. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  620. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  621. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  622. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  623. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  624. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  625. end
  626. function dlg_30_44(NPC, Spawn)
  627. FaceTarget(NPC, Spawn)
  628. conversation = CreateConversation()
  629. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  630. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  631. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  632. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_30_45")
  633. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  634. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  635. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  636. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  637. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  638. end
  639. function dlg_31_1(NPC, Spawn)
  640. FaceTarget(NPC, Spawn)
  641. conversation = CreateConversation()
  642. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian001.mp3", "", "", 1885768155, 4071330533, Spawn)
  643. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  644. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_31_2")
  645. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  646. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  647. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  648. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  649. AddConversationOption(conversation, "Tunare, I think I would enjoy knowing where to speak with her prophet.")
  650. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.")
  651. AddConversationOption(conversation, "I hear the the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?")
  652. AddConversationOption(conversation, "Please tell me where I may find the prophet of The Tribunal.")
  653. AddConversationOption(conversation, "Where might I find Karana's prophet?")
  654. AddConversationOption(conversation, "I've always been interested in the ways of Bertoxxulous. Where is his prophet?")
  655. StartConversation(conversation, NPC, Spawn, "Well, you may wish to learn of their prophet's locations. Perhaps one of them will interest you with his tales.")
  656. end
  657. function dlg_31_2(NPC, Spawn)
  658. FaceTarget(NPC, Spawn)
  659. conversation = CreateConversation()
  660. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian002.mp3", "", "", 1717778678, 2232573733, Spawn)
  661. AddConversationOption(conversation, "Very good, I will be on my way then.", "dlg_31_3")
  662. AddConversationOption(conversation, "On second thought...")
  663. StartConversation(conversation, NPC, Spawn, "The Prophet of Fear, Danak Dhorentath, has gone to Dagnor's Pass here in Butcherblock. If you wish to learn more about Cazic-Thule, I would seek him out there.")
  664. end
  665. function dlg_31_3(NPC, Spawn)
  666. FaceTarget(NPC, Spawn)
  667. conversation = CreateConversation()
  668. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  669. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  670. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_31_4")
  671. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  672. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  673. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  674. end
  675. function dlg_31_4(NPC, Spawn)
  676. FaceTarget(NPC, Spawn)
  677. conversation = CreateConversation()
  678. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1006.mp3", "", "", 0, 0, Spawn)
  679. AddConversationOption(conversation, "It's so wonderful! I just want to go out and start basking in their glory right away!")
  680. AddConversationOption(conversation, "Feh. Gods, who needs em? Always a pain in yer neck! I'd sooner stick a knife in their gut than worship those churlish manifestations.", "dlg_31_5")
  681. AddConversationOption(conversation, "I'm really not interested at all.")
  682. StartConversation(conversation, NPC, Spawn, "Hello there! I'm sure you've heard all the hubbub about the deities coming back to us! Some people think it's grand, others not so much.")
  683. end
  684. function dlg_31_5(NPC, Spawn)
  685. FaceTarget(NPC, Spawn)
  686. conversation = CreateConversation()
  687. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian001.mp3", "", "", 1885768155, 4071330533, Spawn)
  688. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  689. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_31_6")
  690. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  691. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  692. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  693. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  694. AddConversationOption(conversation, "Tunare, I think I would enjoy knowing where to speak with her prophet.")
  695. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.")
  696. AddConversationOption(conversation, "I hear the the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?")
  697. AddConversationOption(conversation, "Please tell me where I may find the prophet of The Tribunal.")
  698. AddConversationOption(conversation, "Where might I find Karana's prophet?")
  699. AddConversationOption(conversation, "I've always been interested in the ways of Bertoxxulous. Where is his prophet?")
  700. StartConversation(conversation, NPC, Spawn, "Well, you may wish to learn of their prophet's locations. Perhaps one of them will interest you with his tales.")
  701. end
  702. function dlg_31_6(NPC, Spawn)
  703. FaceTarget(NPC, Spawn)
  704. conversation = CreateConversation()
  705. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian003.mp3", "", "", 3561850153, 4167915483, Spawn)
  706. AddConversationOption(conversation, "Very good, I will be on my way then.")
  707. AddConversationOption(conversation, "On second thought...", "dlg_31_7")
  708. StartConversation(conversation, NPC, Spawn, "Xilania Nevagon has gone to Greater Faydark, though to what end I do not know. I am certain that the Prophet of Innoruuk has only nefarious things in mind if she has gone to the home of the Fae!")
  709. end
  710. function dlg_31_7(NPC, Spawn)
  711. FaceTarget(NPC, Spawn)
  712. conversation = CreateConversation()
  713. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  714. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  715. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?")
  716. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  717. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.", "dlg_31_8")
  718. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  719. end
  720. function dlg_32_1(NPC, Spawn)
  721. FaceTarget(NPC, Spawn)
  722. conversation = CreateConversation()
  723. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian001.mp3", "", "", 1885768155, 4071330533, Spawn)
  724. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  725. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_32_2")
  726. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  727. AddConversationOption(conversation, "I've always been interested in Solusek Ro.")
  728. AddConversationOption(conversation, "I'm born of the earth, now tell me about Brell Serilis!")
  729. AddConversationOption(conversation, "Where might I find Quellious' prophet?")
  730. AddConversationOption(conversation, "Tunare, I think I would enjoy knowing where to speak with her prophet.")
  731. AddConversationOption(conversation, "Please tell me where I may find the prophet of Mithaniel Marr.")
  732. AddConversationOption(conversation, "I hear the the prophet of Bristlebane is looking for a devoted prankster. Where might I find him?")
  733. AddConversationOption(conversation, "Please tell me where I may find the prophet of The Tribunal.")
  734. AddConversationOption(conversation, "Where might I find Karana's prophet?")
  735. AddConversationOption(conversation, "I've always been interested in the ways of Bertoxxulous. Where is his prophet?")
  736. StartConversation(conversation, NPC, Spawn, "Well, you may wish to learn of their prophet's locations. Perhaps one of them will interest you with his tales.")
  737. end
  738. function dlg_32_2(NPC, Spawn)
  739. FaceTarget(NPC, Spawn)
  740. conversation = CreateConversation()
  741. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian004.mp3", "", "", 2236120283, 3019102435, Spawn)
  742. AddConversationOption(conversation, "Very good, I will be on my way then.")
  743. AddConversationOption(conversation, "On second thought...")
  744. StartConversation(conversation, NPC, Spawn, "Tychus Zeksworn has taken up a position east of East Fort Irontoe, overlooking one of the treacherous mountain passes. Perhaps he seeks to recruit the bugbears and kobolds to join an army of Rallos Zek!")
  745. end
  746. function dlg_32_3(NPC, Spawn)
  747. FaceTarget(NPC, Spawn)
  748. conversation = CreateConversation()
  749. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian011.mp3", "", "", 1707355458, 1531415457, Spawn)
  750. AddConversationOption(conversation, "I am interested in the powers of Good. Where might I find their prophets?")
  751. AddConversationOption(conversation, "I walk my own path, and serve neither good nor evil. Where might I find the gods of neutrality?", "dlg_32_4")
  752. AddConversationOption(conversation, "If you know what is good for you, then tell me where I can find the servants of the evil gods!")
  753. AddConversationOption(conversation, "I don't have time to make this decision now. I will return another time.")
  754. StartConversation(conversation, NPC, Spawn, "Ah ha! You're one of the people who think their return is wonderful! Well, if you're interested, I've been taking notes on where their prophets have gone. You can talk to them for more information. Prophets are always ready to welcome new followers to the flock.")
  755. end
  756. function dlg_32_4(NPC, Spawn)
  757. FaceTarget(NPC, Spawn)
  758. conversation = CreateConversation()
  759. PlayFlavor(NPC, "", "", "", 0, 0, Spawn)
  760. AddConversationOption(conversation, "You will tell me where to find the prophet of Cazic-Thule. Now!")
  761. AddConversationOption(conversation, "Tell me where I can find the prophet of Rallos Zek.")
  762. AddConversationOption(conversation, "I want to find out more about Innoruuk.", "dlg_32_5")
  763. AddConversationOption(conversation, "I wish to learn more about Bertoxxulous, the Plaguebringer.")
  764. AddConversationOption(conversation, "I am interested in learning more about the Forgotten One, Anashti Sul.")
  765. AddConversationOption(conversation, "My apologies, I don't think I'm interested in any of those. What other choices might I have?")
  766. AddConversationOption(conversation, "Actually, this is something I want to consider more carefully right now. Perhaps another time.")
  767. StartConversation(conversation, NPC, Spawn, "Which one were you inquiring about?")
  768. end
  769. function dlg_32_5(NPC, Spawn)
  770. FaceTarget(NPC, Spawn)
  771. conversation = CreateConversation()
  772. PlayFlavor(NPC, "philosopher_rhimes/_exp03/deity/deity_historian004.mp3", "", "", 2236120283, 3019102435, Spawn)
  773. AddConversationOption(conversation, "Very good, I will be on my way then.")
  774. AddConversationOption(conversation, "On second thought...", "dlg_32_6")
  775. StartConversation(conversation, NPC, Spawn, "Tychus Zeksworn has taken up a position east of East Fort Irontoe, overlooking one of the treacherous mountain passes. Perhaps he seeks to recruit the bugbears and kobolds to join an army of Rallos Zek!")
  776. end