aNeriandrake.lua 426 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Darklight/aNeriandrake.lua
  3. Script Author : theFoof
  4. Script Date : 2013.11.28
  5. Script Purpose : this is only for the drakes that fly
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "action_state", "11559")
  10. --Add movement script to this
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end