MistressThora.lua 496 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/MistressThora.lua
  3. Script Purpose : Mistress Thora <Purveyor of Artifacts>
  4. Script Author : theFoof
  5. Script Date : 2013.09.16
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. PlayFlavor(NPC, "", "I deal in any artifacts you or your guild might be interested in. Let's take a look at what you have.", "nod", 1689589577, 4560189, Spawn)
  16. end