ASuspendedWatcher_B.lua 1010 B

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : ASuspendedWatcher_B.lua
  3. Script Purpose : Waypoint Path for ASuspendedWatcher_B.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/09/2019 12:21:25 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, -82.45, -8.57, -149.99, 2, 0)
  18. MovementLoopAddLocation(NPC, -85.91, -9.24, -149.65, 2, 0)
  19. MovementLoopAddLocation(NPC, -88.41, -9.17, -151.06, 2, 0)
  20. MovementLoopAddLocation(NPC, -89.37, -9.15, -153.62, 2, 0)
  21. MovementLoopAddLocation(NPC, -89.36, -9.16, -155.63, 2, 0)
  22. MovementLoopAddLocation(NPC, -89.37, -9.15, -153.62, 2, 0)
  23. MovementLoopAddLocation(NPC, -88.41, -9.17, -151.06, 2, 0)
  24. MovementLoopAddLocation(NPC, -85.91, -9.24, -149.65, 2, 0)
  25. MovementLoopAddLocation(NPC, -82.45, -8.57, -149.99, 2, 0)
  26. MovementLoopAddLocation(NPC, -78.66, -8.482, -150.79, 2, 0)
  27. end