aThexianDragoon_A.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : AThexianDragoon_A.lua
  3. Script Purpose : Waypoint Path for AThexianDragoon_A.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/02/2019 04:59:27 PM
  6. Script Notes : <special-instructions>
  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, -14.93, 0.02, 35.08, 2, 0)
  18. MovementLoopAddLocation(NPC, -17, 0, 47.31, 2, 0)
  19. MovementLoopAddLocation(NPC, -16.72, 0.57, 78.05, 2, 0)
  20. MovementLoopAddLocation(NPC, -13.15, 2.07, 83.21, 2, 0)
  21. MovementLoopAddLocation(NPC, -3.75, 3.92, 87.99, 2, 0)
  22. MovementLoopAddLocation(NPC, 5.52, 5.33, 91.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 13.53, 6.81, 98.33, 2, 0)
  24. MovementLoopAddLocation(NPC, 15.67, 7.74, 103.28, 2, 0)
  25. MovementLoopAddLocation(NPC, 16.57, 8.43, 110.14, 2, 0)
  26. MovementLoopAddLocation(NPC, 15.82, 9.37, 117.02, 2, 0)
  27. MovementLoopAddLocation(NPC, 12.85, 10.03, 120.54, 2, 0)
  28. MovementLoopAddLocation(NPC, -1.72, 11.96, 128.67, 2, 0)
  29. MovementLoopAddLocation(NPC, -2.44, 11.93, 125.82, 2, 0)
  30. MovementLoopAddLocation(NPC, 10.88, 9.81, 117.21, 2, 0)
  31. MovementLoopAddLocation(NPC, 13.23, 9.13, 114.11, 2, 0)
  32. MovementLoopAddLocation(NPC, 13.87, 8.43, 107.57, 2, 0)
  33. MovementLoopAddLocation(NPC, 12.88, 7.92, 103.73, 2, 0)
  34. MovementLoopAddLocation(NPC, 10.77, 7.03, 99.86, 2, 0)
  35. MovementLoopAddLocation(NPC, 6.17, 6.28, 96.45, 2, 0)
  36. MovementLoopAddLocation(NPC, -16.28, 2.19, 85.91, 2, 0)
  37. MovementLoopAddLocation(NPC, -21.15, 0.19, 76.13, 2, 0)
  38. MovementLoopAddLocation(NPC, -21.72, 0.26, 69.46, 2, 0)
  39. MovementLoopAddLocation(NPC, -20.87, 0.02, 45.73, 2, 0)
  40. MovementLoopAddLocation(NPC, -17.17, 0.02, 34.67, 2, 0)
  41. MovementLoopAddLocation(NPC, -15.53, 0.02, 32.36, 2, 0)
  42. MovementLoopAddLocation(NPC, -12.66, 0.02, 30.84, 2, 0)
  43. MovementLoopAddLocation(NPC, -13.57, 0.02, 32.5, 2, 0)
  44. end