aThexiandragoon012.lua 984 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : athexiandragoon012.lua
  3. Script Purpose : Waypoint Path for athexiandragoon012.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:56 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, 1369.73, -40.94, -265.06, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1358.52, -40.17, -251.64, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1367.67, -40.97, -263.42, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1341.19, -43.62, -261.34, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1363.93, -41.06, -262.39, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1369.65, -38.77, -247.52, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1369.5, -41.19, -267.45, 1.7, math.random(9, 21))
  24. end