arazortoothshark428491.lua 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428491.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428491.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:19:04
  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, 89.76, -12.75, -41.16, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 83.54, -12.79, -27.19, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 93.37, -12.09, -16.9, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 83.07, -12.17, -28, 2, 0)
  21. MovementLoopAddLocation(NPC, 80.44, -12, -31.41, 2, 0)
  22. MovementLoopAddLocation(NPC, 74.67, -11.79, -47.1, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 80.52, -12.01, -42.54, 2, 0)
  24. MovementLoopAddLocation(NPC, 97.07, -12.71, -32.96, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 95.99, -12.85, -21.53, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 80.56, -11.02, -36.49, 2, 0)
  27. MovementLoopAddLocation(NPC, 70.29, -10.59, -43.37, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 72.79, -11.28, -59.36, 2, 0)
  29. MovementLoopAddLocation(NPC, 72.95, -11.77, -68.94, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 75.76, -10.7, -57.53, 2, 0)
  31. MovementLoopAddLocation(NPC, 76.1, -10.7, -51.01, 2, 0)
  32. MovementLoopAddLocation(NPC, 79.05, -10.94, -44.82, 2, 0)
  33. MovementLoopAddLocation(NPC, 89.08, -12.35, -37.46, 2, 0)
  34. MovementLoopAddLocation(NPC, 96.01, -12.45, -33.03, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 87.85, -12.68, -24.64, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 81.26, -12.54, -37.8, 2, 0)
  37. MovementLoopAddLocation(NPC, 78.23, -12.33, -42.08, 2, 0)
  38. MovementLoopAddLocation(NPC, 75.8, -12.07, -46.82, 2, 0)
  39. MovementLoopAddLocation(NPC, 74.08, -12.19, -49.82, 2, 0)
  40. MovementLoopAddLocation(NPC, 72.94, -11.83, -60.31, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 73.86, -10.7, -54.65, 2, 0)
  42. MovementLoopAddLocation(NPC, 75.65, -10.67, -49.82, 2, 0)
  43. MovementLoopAddLocation(NPC, 78.88, -11.04, -45.91, 2, 0)
  44. MovementLoopAddLocation(NPC, 85.2, -12.27, -42.43, 2, 0)
  45. MovementLoopAddLocation(NPC, 92.71, -12.78, -40.8, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 79.51, -11.95, -17.98, 2, math.random(10, 20))
  47. end