arisenRyGorr.lua 535 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/arisenRyGorr.lua
  3. Script Purpose : for the risen ry'gorrs that charge to the coldain spirits
  4. Script Author : theFoof
  5. Script Date : 2013.6.6
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 510.72, 24.45, -189.84, 7, 0)
  10. MovementLoopAddLocation(NPC, 508.34, 27.58, -185.98, 7, 0)
  11. MovementLoopAddLocation(NPC, 512.46, 27.67, -194.57, 7, 0)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end
  16. function hailed(NPC, Spawn)
  17. FaceTarget(NPC, Spawn)
  18. end