aThexiandragoon011.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : athexiandragoon011.lua
  3. Script Purpose : Waypoint Path for athexiandragoon011.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:09:15 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, 1350.53, -38.76, -238.78, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1358.61, -40.33, -253.08, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1361.09, -36.61, -228.21, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1349.26, -39.63, -244.46, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1378.93, -36.81, -236.15, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1351.78, -41.89, -260.03, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1343.56, -40.87, -250.35, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1335.57, -39.92, -241, 1.7, math.random(9, 21))
  25. end