arisenRyGorr_(1).lua 640 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/arisenRyGorr_(1).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, 528.32, 28.07, -210.69 + math.random(-6,6), 7, 0)
  10. MovementLoopAddLocation(NPC, 525.01, 28.19, -209.87, 7, 0)
  11. MovementLoopAddLocation(NPC, 528.32, 28.07, -210.69 + math.random(-6,6), 7, 0)
  12. MovementLoopAddLocation(NPC, 529.93, 27.87, -215.16, 7, 0)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end
  17. function hailed(NPC, Spawn)
  18. FaceTarget(NPC, Spawn)
  19. end