ASuspendedWatcher_A.lua 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : ASuspendedWatcher_A.lua
  3. Script Purpose : Waypoint Path for ASuspendedWatcher_A.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/09/2019 12:13:21 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, -57.2, -4.68, -98.26, 2, 0)
  18. MovementLoopAddLocation(NPC, -53.73, -3.52, -100.18, 2, 0)
  19. MovementLoopAddLocation(NPC, -48.98, -2.86, -105.99, 2, 0)
  20. MovementLoopAddLocation(NPC, -48.46, -2.84, -107.92, 2, 0)
  21. MovementLoopAddLocation(NPC, -51.02, -4.03, -111.59, 2, 0)
  22. MovementLoopAddLocation(NPC, -57.76, -4.17, -114.75, 2, 0)
  23. MovementLoopAddLocation(NPC, -66.01, -5.12, -117.15, 2, 0)
  24. MovementLoopAddLocation(NPC, -72.19, -4.52, -117.59, 2, 0)
  25. MovementLoopAddLocation(NPC, -77.18, -4.19, -114.77, 2, 0)
  26. MovementLoopAddLocation(NPC, -79.82, -3.81, -110.82, 2, 0)
  27. MovementLoopAddLocation(NPC, -78.3, -5.13, -103.66, 2, 0)
  28. MovementLoopAddLocation(NPC, -76.11, -5.13, -100.84, 2, 0)
  29. MovementLoopAddLocation(NPC, -71.71, -5.14, -99.8, 2, 0)
  30. MovementLoopAddLocation(NPC, -66.75, -4.87, -99.82, 2, 0)
  31. MovementLoopAddLocation(NPC, -63.95, -4.59, -98.41, 2, 0)
  32. end