aThexiandragoon009.lua 981 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : athexiandragoon009.lua
  3. Script Purpose : Waypoint Path for athexiandragoon009.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:48 PM
  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, 1363.7, -38.81, -246.04, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1373.64, -40.14, -258.74, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1365.46, -39.83, -253.95, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1385.85, -38.37, -249.5, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1369.59, -37.51, -238.41, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1370.9, -41.37, -270.59, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1361.35, -38.95, -244.56, 1.7, math.random(9, 21))
  24. end