AeliaOakweaver.lua 651 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/WillowWood/AeliaOakweaver.lua
  3. Script Purpose : Aelia Oakweaver <Provisioner>
  4. Script Author : Scatman
  5. Script Date : 2009.09.15
  6. Script Notes :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericMerchantVoiceOvers.lua")
  9. dofile("SpawnScripts/Generic/EcologyEmotes.lua")
  10. function spawn(NPC)
  11. EcologyEmotes(NPC,Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end
  16. function hailed(NPC, Spawn)
  17. FaceTarget(NPC, Spawn)
  18. GenericMerchantHail(NPC, Spawn)
  19. -- PlayFlavor(NPC, "", "Go on, take a look at the stock. You'll never beat this price in the city. I guarantee it!", "wink", 1689589577, 4560189, Spawn)
  20. end