aThexiandragoon005.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : athexiandragoon005.lua
  3. Script Purpose : Waypoint Path for athexiandragoon005.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:39 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.69, -40.82, -263.45, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1346.36, -39.9, -245.72, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1362.69, -41.55, -265.91, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1364.15, -39.23, -249.26, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1381.82, -40.85, -269.55, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1366.91, -38.3, -243.33, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1368.29, -37.87, -240.61, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1358.76, -41.66, -264.54, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1376.38, -36.44, -232.65, 1.7, math.random(9, 21))
  26. end