Rainwander.lua 418 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/WillowWood/Rainwander.lua
  3. Script Purpose : Rainwander <Alchemist>
  4. Script Author : Scatman
  5. Script Date : 2009.09.25
  6. Script Notes :
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericAlchemistVoiceOvers.lua")
  9. function spawn(NPC)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function hailed(NPC, Spawn)
  15. FaceTarget(NPC, Spawn)
  16. GenericAlchemistHail(NPC, Spawn, "good")
  17. end