asawtoothshark427387.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427387.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427387.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:13:24
  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, 37.15, -10.99, -74.68, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 36.45, -11.12, -76.6, 2, 0)
  19. MovementLoopAddLocation(NPC, 26.3, -11.01, -85.71, 2, 0)
  20. MovementLoopAddLocation(NPC, 21.52, -11.17, -92.57, 2, 0)
  21. MovementLoopAddLocation(NPC, 20.77, -10.81, -94.42, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 28.19, -11.25, -86.76, 2, 0)
  23. MovementLoopAddLocation(NPC, 52.37, -11.75, -64.77, 2, 0)
  24. MovementLoopAddLocation(NPC, 55.63, -11.73, -60.66, 2, 0)
  25. MovementLoopAddLocation(NPC, 65.55, -11.8, -51.47, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 76.05, -11.83, -41.37, 2, 0)
  27. MovementLoopAddLocation(NPC, 79.78, -11.9, -36.25, 2, 0)
  28. MovementLoopAddLocation(NPC, 91.84, -12.72, -24.07, 2, 0)
  29. MovementLoopAddLocation(NPC, 94.84, -12.82, -19.19, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 94.67, -11.7, -41.77, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 89.13, -10.7, -43.98, 2, 0)
  32. MovementLoopAddLocation(NPC, 77.92, -10.7, -48.69, 2, 0)
  33. MovementLoopAddLocation(NPC, 73.49, -10.7, -53.24, 2, 0)
  34. MovementLoopAddLocation(NPC, 56.44, -11.73, -75.79, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 56.37, -11.76, -70.02, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 56, -11.81, -66.37, 2, 0)
  37. MovementLoopAddLocation(NPC, 54.56, -11.15, -58.85, 2, 0)
  38. MovementLoopAddLocation(NPC, 50.03, -10.53, -56.1, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 48.88, -11.59, -68.55, 2, 0)
  40. MovementLoopAddLocation(NPC, 42.91, -11.36, -72.92, 2, math.random(10, 20))
  41. end