atriggerfish426325.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426325.lua
  3. Script Purpose : Waypoint Path for atriggerfish426325.lua
  4. Script Author : Rylec
  5. Script Date : 12-23-2019 10:11:30
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. SpawnSet(NPC, "difficulty", "2")
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -43.03, -11.3, 49.11, 2, 0)
  19. MovementLoopAddLocation(NPC, -41.94, -11.3, 51.71, 2, 0)
  20. MovementLoopAddLocation(NPC, -40.94, -11.3, 53.41, 2, 0)
  21. MovementLoopAddLocation(NPC, -40.47, -11.3, 55.12, 2, 0)
  22. MovementLoopAddLocation(NPC, -39.09, -11.3, 57.17, 2, 0)
  23. MovementLoopAddLocation(NPC, -38.29, -11.3, 58.92, 2, 0)
  24. MovementLoopAddLocation(NPC, -34.63, -11.3, 60.41, 2, 4)
  25. MovementLoopAddLocation(NPC, -33.03, -11.59, 52.53, 2, 0)
  26. MovementLoopAddLocation(NPC, -32.99, -11.63, 51.12, 2, 0)
  27. MovementLoopAddLocation(NPC, -32.46, -11.8, 50.02, 2, 0)
  28. MovementLoopAddLocation(NPC, -31.45, -12.59, 48.71, 2, 0)
  29. MovementLoopAddLocation(NPC, -25.68, -12.52, 47.67, 2, 0)
  30. MovementLoopAddLocation(NPC, -21.94, -12.46, 48.78, 2, 0)
  31. MovementLoopAddLocation(NPC, -20.84, -11.74, 49.22, 4, 0)
  32. MovementLoopAddLocation(NPC, -19.25, -11.83, 50.93, 4, 0)
  33. MovementLoopAddLocation(NPC, -16.09, -11.67, 52.14, 2, 0)
  34. MovementLoopAddLocation(NPC, -15.9, -11.65, 53.29, 2, 0)
  35. MovementLoopAddLocation(NPC, -16.12, -11.58, 55.19, 2, 0)
  36. MovementLoopAddLocation(NPC, -16.68, -11.59, 58.94, 2, 0)
  37. MovementLoopAddLocation(NPC, -17.7, -10.95, 60.55, 2, 0)
  38. MovementLoopAddLocation(NPC, -18.4, -10.96, 63.98, 2, 5)
  39. MovementLoopAddLocation(NPC, -18.58, -10.45, 62.25, 2, 0)
  40. MovementLoopAddLocation(NPC, -20.7, -10.1, 66.36, 2, 0)
  41. MovementLoopAddLocation(NPC, -24.82, -11.3, 69.74, 2, 0)
  42. MovementLoopAddLocation(NPC, -26.16, -11.25, 70.71, 2, 0)
  43. MovementLoopAddLocation(NPC, -28.04, -11.3, 73.9, 2, 0)
  44. MovementLoopAddLocation(NPC, -31.01, -11.3, 77.18, 2, 5)
  45. MovementLoopAddLocation(NPC, -33.41, -10.43, 73.45, 4, 0)
  46. MovementLoopAddLocation(NPC, -34.45, -11.3, 67.73, 4, 1)
  47. MovementLoopAddLocation(NPC, -37.88, -11.22, 58.1, 2, 0)
  48. end