aThexianOverseer_B.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name : AThexianOverseer_B.lua
  3. Script Purpose : Waypoint Path for AThexianOverseer_B.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/02/2019 09:03:59 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, 30.02, 0, 8.24, 2, 0)
  18. MovementLoopAddLocation(NPC, 24.69, 0, 1.71, 2, 0)
  19. MovementLoopAddLocation(NPC, 17.67, 0, -1.75, 2, 0)
  20. MovementLoopAddLocation(NPC, 17.62, 0, -4.25, 2, 0)
  21. MovementLoopAddLocation(NPC, 26.28, 0, -5.67, 2, 0)
  22. MovementLoopAddLocation(NPC, 26.28, 0, -5.67, 2, 0)
  23. MovementLoopAddLocation(NPC, 31.25, 0.23, -7.11, 2, 0)
  24. MovementLoopAddLocation(NPC, 35.69, 1.15, -11.03, 2, 0)
  25. MovementLoopAddLocation(NPC, 45.44, 1.79, -6.53, 2, 0)
  26. MovementLoopAddLocation(NPC, 50.4, 1.71, -1.57, 2, 0)
  27. MovementLoopAddLocation(NPC, 50.65, 1.28, 3, 2, 0)
  28. MovementLoopAddLocation(NPC, 41.96, 0, 8.81, 2, 0)
  29. MovementLoopAddLocation(NPC, 35.83, 0, 8.25, 2, 0)
  30. end