asawtoothshark427376.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427376.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427376.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:39
  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, -39.72, -11.89, -43.52, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -8.46, -11.71, -29.63, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -32.26, -11.45, -22.5, 2, 0)
  20. MovementLoopAddLocation(NPC, -45, -10.51, -26.8, 2, 0)
  21. MovementLoopAddLocation(NPC, -54.32, -10.57, -27.54, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -52.62, -10.66, -19.87, 2, 0)
  23. MovementLoopAddLocation(NPC, -53.13, -10.7, -13.6, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -48.61, -10.7, -22.03, 2, 0)
  25. MovementLoopAddLocation(NPC, -39.91, -10.7, -36.09, 2, 0)
  26. MovementLoopAddLocation(NPC, -33.09, -11.36, -44.94, 2, 0)
  27. MovementLoopAddLocation(NPC, -25.07, -11.13, -49.36, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -34.5, -11.9, -41.41, 2, 0)
  29. MovementLoopAddLocation(NPC, -40.13, -11.77, -34.22, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -34.9, -11.91, -32.09, 2, 0)
  31. MovementLoopAddLocation(NPC, -22.21, -11.78, -24.73, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -20.8, -11.56, -30.14, 2, 0)
  33. MovementLoopAddLocation(NPC, -20.09, -11.52, -34.38, 2, 0)
  34. MovementLoopAddLocation(NPC, -18.03, -11.7, -41.04, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -33.32, -11.96, -44, 2, 0)
  36. MovementLoopAddLocation(NPC, -40.73, -11.66, -44.03, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -18.79, -11.83, -21.65, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -31.95, -11.32, -20.16, 2, 0)
  39. MovementLoopAddLocation(NPC, -41.01, -10.7, -18.47, 2, 0)
  40. MovementLoopAddLocation(NPC, -50.38, -10.7, -17, 2, 0)
  41. MovementLoopAddLocation(NPC, -58.49, -10.7, -9.25, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -52.11, -10.7, -16.5, 2, 0)
  43. MovementLoopAddLocation(NPC, -34.35, -11.3, -43.29, 2, 0)
  44. MovementLoopAddLocation(NPC, -29.3, -11.64, -47.33, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -40.03, -11.77, -34.37, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -22.64, -11.91, -24.96, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -21.15, -11.74, -30.3, 2, 0)
  48. MovementLoopAddLocation(NPC, -20.28, -11.7, -34.51, 2, 0)
  49. MovementLoopAddLocation(NPC, -18.09, -11.7, -41.23, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, -35.57, -12.07, -44.27, 2, 0)
  51. end