OverlordsEdge.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : ghostship.lua
  3. Script Purpose : Waypoint Path for ghostship.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/14/2021 11:57:46 AM
  6. Script Notes : Locations collected from Live
  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, -1028.23, -146.12, -719.71, 3, 0)
  18. MovementLoopAddLocation(NPC, -1004, -146.12, -734.81, 3, 0)
  19. MovementLoopAddLocation(NPC, -965.65, -146.12, -754.73, 3, 0)
  20. MovementLoopAddLocation(NPC, -932.42, -146.12, -772.44, 3, 0)
  21. MovementLoopAddLocation(NPC, -903.33, -146.12, -788.15, 3, 0)
  22. MovementLoopAddLocation(NPC, -871.25, -146.12, -805.51, 3, 0)
  23. MovementLoopAddLocation(NPC, -836.77, -146.12, -824.23, 3, 0)
  24. MovementLoopAddLocation(NPC, -806.54, -146.12, -840.76, 3, 0)
  25. MovementLoopAddLocation(NPC, -782.86, -146.12, -853.94, 3, 0)
  26. MovementLoopAddLocation(NPC, -753.93, -146.12, -873.7, 3, 0)
  27. MovementLoopAddLocation(NPC, -732.61, -146.12, -893.95, 3, 0)
  28. MovementLoopAddLocation(NPC, -711.24, -146.12, -922.86, 3, 0)
  29. MovementLoopAddLocation(NPC, -701.24, -146.12, -949.58, 3, 0)
  30. MovementLoopAddLocation(NPC, -700.39, -146.12, -982.98, 3, 0)
  31. MovementLoopAddLocation(NPC, -706.05, -146.12, -1009.68, 3, 0)
  32. MovementLoopAddLocation(NPC, -713.49, -146.12, -1030.85, 3, 0)
  33. MovementLoopAddLocation(NPC, -728.89, -146.12, -1059.87, 3, 0)
  34. MovementLoopAddLocation(NPC, -746.1, -146.12, -1081.15, 3, 0)
  35. MovementLoopAddLocation(NPC, -1049.49, -146.12, -703.66, 3, 0)
  36. end