arisenRyGorr_(2).lua 478 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/arisenRyGorr_(2).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, 536.09, 27.54, -232.17, 7, 0)
  10. MovementLoopAddLocation(NPC, 535.09, 27.55, -236.44, 7, 0)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. FaceTarget(NPC, Spawn)
  17. end