arazortoothshark428554.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428554.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428554.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:52:03
  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, 63.12, -12.05, 27.26, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 60.59, -12.15, 22.08, 2, 0)
  19. MovementLoopAddLocation(NPC, 55.66, -12.52, 17.38, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 64.81, -12.69, 17.97, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 57.16, -11.69, 20.69, 2, 0)
  22. MovementLoopAddLocation(NPC, 52.29, -11.24, 23.86, 2, 0)
  23. MovementLoopAddLocation(NPC, 47.57, -11.37, 27.62, 2, 0)
  24. MovementLoopAddLocation(NPC, 33.09, -12.3, 40.39, 2, 0)
  25. MovementLoopAddLocation(NPC, 26.32, -12.26, 44.24, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 39.3, -12.68, 26.31, 2, 0)
  27. MovementLoopAddLocation(NPC, 43.38, -12.6, 21.87, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 46.96, -12.25, 22.32, 2, 0)
  29. MovementLoopAddLocation(NPC, 54.01, -11.35, 25.07, 2, 0)
  30. MovementLoopAddLocation(NPC, 58.07, -11.31, 30.64, 2, 0)
  31. MovementLoopAddLocation(NPC, 60.06, -11.65, 34.06, 2, 0)
  32. MovementLoopAddLocation(NPC, 62.67, -12.73, 39.96, 2, 0)
  33. MovementLoopAddLocation(NPC, 64.84, -12.99, 44.51, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 69.11, -12.71, 42.52, 2, 0)
  35. MovementLoopAddLocation(NPC, 79.32, -11.32, 40.13, 2, 0)
  36. MovementLoopAddLocation(NPC, 97.53, -11.22, 32.49, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 88.19, -11.38, 27.33, 2, 0)
  38. MovementLoopAddLocation(NPC, 79.34, -11.81, 25.69, 2, 0)
  39. MovementLoopAddLocation(NPC, 73.35, -12.17, 25.19, 2, math.random(10, 20))
  40. end