asawtoothshark427400.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427400.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427400.lua
  4. Script Author : Rylec
  5. Script Date : 11-11-2019 06:43:34
  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, -148.24, -14.67, 83.09, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -146.62, -13.92, 86.24, 2, 0)
  19. MovementLoopAddLocation(NPC, -143.67, -13.46, 88.52, 2, 0)
  20. MovementLoopAddLocation(NPC, -130.79, -10.46, 91.97, 2, 0)
  21. MovementLoopAddLocation(NPC, -117.86, -10.64, 93.94, 2, 0)
  22. MovementLoopAddLocation(NPC, -112.53, -10.61, 89.55, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -120.33, -10.61, 93.37, 2, 0)
  24. MovementLoopAddLocation(NPC, -130.86, -11.12, 95.66, 2, 0)
  25. MovementLoopAddLocation(NPC, -142.83, -12.52, 105.9, 2, 0)
  26. MovementLoopAddLocation(NPC, -147.3, -12.55, 112.73, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -152.84, -12.41, 121.34, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -142.37, -11.38, 116.83, 2, 0)
  29. MovementLoopAddLocation(NPC, -133.93, -11.68, 116.85, 2, 0)
  30. MovementLoopAddLocation(NPC, -123.66, -11.64, 116.96, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -128.55, -11.99, 128.11, 2, 0)
  32. MovementLoopAddLocation(NPC, -121.12, -11.8, 134.62, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -101.16, -11.78, 127.49, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -81.41, -11.33, 135.26, 2, 0)
  35. MovementLoopAddLocation(NPC, -80.52, -11.44, 140.98, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -88.8, -11.1, 136.09, 2, 0)
  37. MovementLoopAddLocation(NPC, -89.95, -11.25, 128.31, 2, 0)
  38. MovementLoopAddLocation(NPC, -122.46, -11.72, 119.81, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -110.23, -11.77, 120.24, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -120.58, -10.6, 108.24, 2, 0)
  41. MovementLoopAddLocation(NPC, -128.92, -10.6, 108.63, 2, 0)
  42. MovementLoopAddLocation(NPC, -131.39, -11.62, 94.79, 2, 0)
  43. MovementLoopAddLocation(NPC, -131.96, -11.62, 85.64, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -145.1, -13, 99.21, 2, 0)
  45. MovementLoopAddLocation(NPC, -151.72, -12.86, 111.61, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -151.14, -13.27, 95.92, 2, 0)
  47. MovementLoopAddLocation(NPC, -150.7, -14.3, 89.53, 2, 0)
  48. end