aspectraldefender.lua 709 B

123456789101112131415161718192021222324252627
  1. --[[
  2. Script Name : SpawnScripts/Commonlands/aspectraldefender.lua
  3. Script Author : gloat
  4. Script Date : 2019.01.30 09:01:15
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/MovementCircleSmall"
  9. function spawn(NPC)
  10. SpawnChooseRandomMovement(NPC)
  11. --[[if GetSpawnLocationID(NPC) == 272418 then
  12. MovementLoopAddLocation(NPC, -1302.65, -73.65, -218.35, 2, math.random(3,4))
  13. MovementLoopAddLocation(NPC, -1285.33, -73.75, -221.20, 2, math.random(1,7))
  14. MovementLoopAddLocation(NPC, -1302.65, -73.65, -218.35, 2, math.random(3,4))
  15. end]]
  16. end
  17. function hailed(NPC, Spawn)
  18. FaceTarget(NPC, Spawn)
  19. end
  20. function respawn(NPC)
  21. end