aThexiandragoon008.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : athexiandragoon008.lua
  3. Script Purpose : Waypoint Path for athexiandragoon008.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:46 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, 1354.7, -42.04, -263.1, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1377.91, -36.47, -233.38, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1364.06, -41.62, -268.17, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1365.17, -37.58, -237.28, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1345.12, -38.14, -233.75, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1343.21, -38.19, -233.7, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1380.59, -38.89, -251.63, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1351.9, -42.25, -262.43, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1366.71, -41.23, -265.83, 1.7, math.random(9, 21))
  26. end