arazortoothshark428548.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428548.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428548.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:48:47
  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, 29.67, -12.33, 38.84, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 32.97, -12.14, 30.53, 2, 0)
  19. MovementLoopAddLocation(NPC, 36.73, -12.08, 23.97, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 31.38, -12.97, 12.01, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 40.16, -12.89, 12.05, 2, 0)
  22. MovementLoopAddLocation(NPC, 59.87, -12.27, 8.8, 2, 0)
  23. MovementLoopAddLocation(NPC, 64, -12.33, 8.03, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 71.24, -12.61, 8.08, 2, 0)
  25. MovementLoopAddLocation(NPC, 74.92, -12.72, 9.52, 2, 0)
  26. MovementLoopAddLocation(NPC, 86.58, -12.68, 20.8, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 87.29, -12.55, 12, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 84.51, -11.64, 25.06, 2, 0)
  29. MovementLoopAddLocation(NPC, 84.36, -11.36, 39.44, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 74.43, -12.41, 40.03, 2, 0)
  31. MovementLoopAddLocation(NPC, 67.52, -12.81, 37.14, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 70.81, -12.41, 30.54, 2, 0)
  33. MovementLoopAddLocation(NPC, 73.42, -12.76, 27.92, 2, 0)
  34. MovementLoopAddLocation(NPC, 77.98, -12.83, 26.03, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 69.3, -11.74, 26.53, 2, 0)
  36. MovementLoopAddLocation(NPC, 63.4, -11.1, 28.83, 2, 0)
  37. MovementLoopAddLocation(NPC, 54.09, -11.04, 31.71, 2, 0)
  38. MovementLoopAddLocation(NPC, 39.55, -11.32, 35.18, 2, 0)
  39. end