aRyGorrshocktrooper4.lua 502 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/FrostfangSea/aRyGorrshocktrooper4.lua
  3. Script Purpose : a Ry'Gorr shock trooper
  4. Script Author : theFoof
  5. Script Date : 2013.10.30
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 609.33, 44.91, 572.85, 2, 5)
  10. MovementLoopAddLocation(NPC, 639.5, 49.82, 550.36, 2, 0)
  11. MovementLoopAddLocation(NPC, 721.12, 58.23, 601.73, 2, 5)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end
  16. function hailed(NPC, Spawn)
  17. FaceTarget(NPC, Spawn)
  18. end