arazortoothshark428479.lua 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428479.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428479.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:06
  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, 30.35, -11.71, -84.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 43.84, -11.87, -80.94, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 24.22, -11.08, -89.78, 2, 0)
  20. MovementLoopAddLocation(NPC, 19.2, -11.33, -92.4, 2, 0)
  21. MovementLoopAddLocation(NPC, 14.03, -11.61, -94.39, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 30.12, -10.97, -87.88, 2, 0)
  23. MovementLoopAddLocation(NPC, 38.79, -11.04, -85.76, 2, 0)
  24. MovementLoopAddLocation(NPC, 41.63, -11.22, -84.85, 2, 0)
  25. MovementLoopAddLocation(NPC, 44.77, -11.63, -84.11, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 48.63, -11.28, -77.92, 2, 0)
  27. MovementLoopAddLocation(NPC, 61.58, -10.7, -53.63, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 73.4, -10.7, -46.98, 2, 0)
  29. MovementLoopAddLocation(NPC, 78.67, -10.59, -43.02, 2, 0)
  30. MovementLoopAddLocation(NPC, 88.34, -11.36, -37.98, 2, 0)
  31. MovementLoopAddLocation(NPC, 94.61, -11.75, -33.3, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 95.92, -11.98, -26.41, 2, 0)
  33. MovementLoopAddLocation(NPC, 99.46, -11.38, -18.83, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 101.94, -11.69, -27.35, 2, 0)
  35. MovementLoopAddLocation(NPC, 101.94, -11.46, -35.26, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 95.59, -11.32, -40.23, 2, 0)
  37. MovementLoopAddLocation(NPC, 79.19, -10.7, -47.87, 2, 0)
  38. MovementLoopAddLocation(NPC, 75.3, -10.7, -51.17, 2, 0)
  39. MovementLoopAddLocation(NPC, 59.46, -11.54, -79.8, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 69.9, -11.97, -68.06, 2, 0)
  41. MovementLoopAddLocation(NPC, 73.03, -11.79, -61.79, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 65.73, -11.28, -48.76, 2, 0)
  43. MovementLoopAddLocation(NPC, 63.63, -10.99, -45.92, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 64.25, -11.16, -48.35, 2, 0)
  45. MovementLoopAddLocation(NPC, 66.22, -11.25, -52.02, 2, 0)
  46. MovementLoopAddLocation(NPC, 75.52, -11.27, -62.39, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 71.41, -11.14, -65.16, 2, 0)
  48. MovementLoopAddLocation(NPC, 42.68, -10.79, -77.21, 2, 0)
  49. MovementLoopAddLocation(NPC, 37.34, -11.65, -80.98, 2, 0)
  50. end