anicemanepatriarch_(1).lua 499 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/anicemanepatriarch_(1).lua
  3. Script Purpose : for an icemane patriarch with a unique path
  4. Script Author : theFoof
  5. Script Date : 2013.6.6
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 604.57, 24.67, -350.41, 2, math.random(5,20))
  10. MovementLoopAddLocation(NPC, 586.88, 48.58, -408.83, 2, math.random(5,20))
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. FaceTarget(NPC, Spawn)
  17. end