BankerLusiusUlixes.lua 799 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/Freeport/BankerLusiusUlixes.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.08.11 07:08:32
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. conversation = CreateConversation()
  13. PlayFlavor(NPC, "voiceover/english/lusius_ulixes/fprt_west/bnk_lusiusulixes.mp3", "", "", 1089349401, 3321470608, Spawn)
  14. AddConversationOption(conversation, "I'll deposit my money when I'm good and ready...")
  15. StartConversation(conversation, NPC, Spawn, "Hi. The Overlord provides for us all, doesn't he? I have a full range of banking services I can offer. I just need to know your guild affiliation first.")
  16. end
  17. function respawn(NPC)
  18. end