arazortoothshark428486.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428486.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428486.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:09
  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.66, -12.71, -25.92, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 80.22, -12.36, -31.19, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 78.02, -11.64, -36.36, 2, 0)
  20. MovementLoopAddLocation(NPC, 74.21, -11.12, -43.47, 2, 0)
  21. MovementLoopAddLocation(NPC, 70.87, -11.23, -50.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 67.27, -12, -61.65, 2, 0)
  23. MovementLoopAddLocation(NPC, 66.68, -11.78, -72.76, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 71.91, -11.5, -63.72, 2, 0)
  25. MovementLoopAddLocation(NPC, 74.95, -11.1, -60.4, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 59.19, -11.67, -60.82, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 49.76, -11.69, -69.62, 2, 0)
  28. MovementLoopAddLocation(NPC, 35.61, -11.74, -81.84, 2, 0)
  29. MovementLoopAddLocation(NPC, 30.01, -11.89, -85.07, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 46.99, -11.97, -79.85, 2, 0)
  31. MovementLoopAddLocation(NPC, 58.61, -11.62, -74.81, 2, 0)
  32. MovementLoopAddLocation(NPC, 64.47, -11.73, -73.33, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 55.66, -11.78, -78.65, 2, 0)
  34. MovementLoopAddLocation(NPC, 48.42, -11.88, -80.79, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 55.72, -11.26, -81.96, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 46.91, -11.32, -76.86, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 62.23, -10.7, -65.81, 2, 0)
  38. MovementLoopAddLocation(NPC, 70.9, -10.7, -56.32, 2, 0)
  39. MovementLoopAddLocation(NPC, 78.41, -11.34, -39.19, 2, 0)
  40. MovementLoopAddLocation(NPC, 85.77, -12.65, -27.29, 2, 0)
  41. end