aThexianOverseer_A.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : AThexianOverseer_A.lua
  3. Script Purpose : Waypoint Path for AThexianOverseer_A.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/02/2019 04:48:46 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.37, 0, 56.25, 2, 0)
  18. MovementLoopAddLocation(NPC, -10.73, 0, 54.6, 2, 0)
  19. MovementLoopAddLocation(NPC, -8.34, 0, 54.77, 2, 0)
  20. MovementLoopAddLocation(NPC, -6.71, 0, 56.72, 2, 0)
  21. MovementLoopAddLocation(NPC, -3.45, 0, 52.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 1.12, 0, 52.02, 2, 0)
  23. MovementLoopAddLocation(NPC, 2.79, 0, 49.04, 2, 0)
  24. MovementLoopAddLocation(NPC, -11.46, 0, 43.57, 2, 0)
  25. MovementLoopAddLocation(NPC, -12.46, 0.02, 37.11, 2, 0)
  26. MovementLoopAddLocation(NPC, -17.84, 0.02, 34.25, 2, 0)
  27. MovementLoopAddLocation(NPC, -24.43, 0, 37.17, 2, 0)
  28. MovementLoopAddLocation(NPC, -28.6, 0, 40.2, 2, 0)
  29. MovementLoopAddLocation(NPC, -35.02, 0, 35.68, 2, 0)
  30. MovementLoopAddLocation(NPC, -40.98, 0, 38.53, 2, 0)
  31. MovementLoopAddLocation(NPC, -38.62, 0, 40.17, 2, 0)
  32. MovementLoopAddLocation(NPC, -33.49, 0, 41.59, 2, 0)
  33. MovementLoopAddLocation(NPC, -31.54, 0, 45.41, 2, 0)
  34. MovementLoopAddLocation(NPC, -33.17, 0, 48.98, 2, 0)
  35. MovementLoopAddLocation(NPC, -26.57, 0, 52.93, 2, 0)
  36. MovementLoopAddLocation(NPC, -22.8, 0, 57.12, 2, 0)
  37. MovementLoopAddLocation(NPC, -16.85, 0, 56.18, 2, 0)
  38. end