cl003_aThexiandragoon0006.lua 990 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : cl003athexiandragoon0006.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0006.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:22 AM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 1372.27, -37.28, -190.27, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1365.26, -39.61, -168.15, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1402.14, -35.86, -172.99, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1386.89, -39.57, -132.36, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1385.86, -36.97, -171.14, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1358.22, -41.85, -152.78, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1393.45, -37.18, -159.32, 1.7, math.random(9, 21))
  24. end