aThexianDragoon_B1.lua 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : AThexianDragoon_B1.lua
  3. Script Purpose : Waypoint Path for AThexianDragoon_B1.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/02/2019 05:16:56 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, -27.37, 12, 20.4, 2, 0)
  18. MovementLoopAddLocation(NPC, -26.5, 12, 20.76, 2, 0)
  19. MovementLoopAddLocation(NPC, -17.92, 12, 24.32, 2, 0)
  20. MovementLoopAddLocation(NPC, -10.45, 12, 28.4, 2, 0)
  21. MovementLoopAddLocation(NPC, -5.07, 12, 30.48, 2, 0)
  22. MovementLoopAddLocation(NPC, 14.21, 12, 40.37, 2, 0)
  23. MovementLoopAddLocation(NPC, 15.1, 12, 38.5, 2, 0)
  24. MovementLoopAddLocation(NPC, 4.24, 12, 34.7, 2, 0)
  25. MovementLoopAddLocation(NPC, -17.88, 12, 24.07, 2, 0)
  26. MovementLoopAddLocation(NPC, -26.49, 12, 21.49, 2, 0)
  27. MovementLoopAddLocation(NPC, -28.1, 12, 21.53, 2, 0)
  28. MovementLoopAddLocation(NPC, -29.92, 12, 23.78, 2, 0)
  29. MovementLoopAddLocation(NPC, -31.01, 12, 22.68, 2, 0)
  30. MovementLoopAddLocation(NPC, -28.87, 12, 19.8, 2, 0)
  31. end