DreadGuard_nightmare_mount.lua 398 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Neriak/DreadGuard_nightmare_mount.lua
  3. Script Author : Cynnar
  4. Script Date : 2018.05.13 01:05:07
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetMount(NPC, 7183)
  10. SetMountColor(NPC, 69, 67, 80, 255, 255, 255)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end