arazortoothshark428482.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428482.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428482.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:45
  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, 73.17, -11.69, -60.44, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 73.46, -11.83, -78.75, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 39.73, -11.6, -79.63, 2, 0)
  20. MovementLoopAddLocation(NPC, 25.86, -11.01, -80.84, 2, 0)
  21. MovementLoopAddLocation(NPC, 18.17, -10.7, -79.24, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 24.64, -10.73, -80.33, 2, 0)
  23. MovementLoopAddLocation(NPC, 38.94, -11.27, -78.25, 2, 0)
  24. MovementLoopAddLocation(NPC, 47.06, -11.73, -74.09, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 67.66, -11.74, -56.29, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 70.16, -11.12, -68.03, 2, 0)
  27. MovementLoopAddLocation(NPC, 71.05, -10.7, -82.04, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 63.25, -12, -64.39, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 48.05, -12.01, -78.85, 2, 0)
  30. MovementLoopAddLocation(NPC, 32.82, -11.66, -82.81, 2, 0)
  31. MovementLoopAddLocation(NPC, 27.66, -11.61, -84.47, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 38.27, -11.81, -82.09, 2, 0)
  33. MovementLoopAddLocation(NPC, 69.85, -11.72, -67.34, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 71.36, -11.68, -57.53, 2, 0)
  35. MovementLoopAddLocation(NPC, 73.89, -11.91, -50.6, 2, 0)
  36. MovementLoopAddLocation(NPC, 76.4, -11.89, -46.57, 2, 0)
  37. MovementLoopAddLocation(NPC, 83.02, -12.17, -41.83, 2, 0)
  38. MovementLoopAddLocation(NPC, 89.33, -12.46, -38.93, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 80.42, -11.28, -36.03, 2, 0)
  40. MovementLoopAddLocation(NPC, 76.96, -11.01, -33.79, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 73.14, -11.18, -49.76, 2, 0)
  42. end