asawtoothshark427417.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427417.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427417.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:37:00
  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, 54.8, -12.12, -20.57, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 43.29, -13.3, -14.75, 2, 0)
  19. MovementLoopAddLocation(NPC, 36.21, -14.26, -8.33, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 25.03, -13.3, -26.47, 2, 0)
  21. MovementLoopAddLocation(NPC, 21.68, -12.44, -40.37, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 17.82, -12.04, -45.01, 2, 0)
  23. MovementLoopAddLocation(NPC, 6.68, -11.32, -55.52, 2, 0)
  24. MovementLoopAddLocation(NPC, -2.66, -12.71, -65.03, 2, 0)
  25. MovementLoopAddLocation(NPC, -2.69, -12.71, -65.029, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -5.19, -12.38, -64.83, 2, 0)
  27. MovementLoopAddLocation(NPC, -10.45, -11.46, -62.06, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 2.49, -12.35, -63.48, 2, 0)
  29. MovementLoopAddLocation(NPC, 14.61, -12.22, -59.52, 2, 0)
  30. MovementLoopAddLocation(NPC, 19.6, -11.75, -58.8, 2, 0)
  31. MovementLoopAddLocation(NPC, 19.69, -11.75, -58.67, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 23.2, -11.03, -54.41, 2, 0)
  33. MovementLoopAddLocation(NPC, 26.41, -10.96, -51.73, 2, 0)
  34. MovementLoopAddLocation(NPC, 31.43, -11.07, -49.67, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 25.65, -10.7, -43.85, 2, 0)
  36. MovementLoopAddLocation(NPC, 22.59, -10.7, -37.45, 2, 0)
  37. MovementLoopAddLocation(NPC, 19.18, -11.94, -23.67, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 39.83, -13.26, -20.07, 2, 0)
  39. MovementLoopAddLocation(NPC, 45.03, -13.21, -19.79, 2, 0)
  40. MovementLoopAddLocation(NPC, 60.4, -12.78, -16.88, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 63.91, -11.77, -10.02, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 58.08, -12.19, -14.83, 2, 0)
  43. MovementLoopAddLocation(NPC, 50.73, -12.23, -20.7, 2, 0)
  44. MovementLoopAddLocation(NPC, 40.6, -10.7, -39.9, 2, 0)
  45. MovementLoopAddLocation(NPC, 34.84, -10.7, -49.23, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 39.1, -11.03, -41.42, 2, 0)
  47. MovementLoopAddLocation(NPC, 44.34, -11.27, -35.43, 2, 0)
  48. MovementLoopAddLocation(NPC, 51.55, -11.97, -24.48, 2, 0)
  49. end