arisenRyGorr_(3).lua 639 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/arisenRyGorr_(3).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, 546.76, 27.94, -246.18 + math.random(-6,6), 7, 0)
  10. MovementLoopAddLocation(NPC, 542.41, 27.77, -242.28, 7, 0)
  11. MovementLoopAddLocation(NPC, 546.76, 27.94, -246.18 + math.random(-6,6), 7, 0)
  12. MovementLoopAddLocation(NPC, 546.5, 28.19, -249.81, 7, 0)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end
  17. function hailed(NPC, Spawn)
  18. FaceTarget(NPC, Spawn)
  19. end