arazortoothshark428475.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428475.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428475.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:13:44
  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, 99.3, -11.09, -19.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 93.35, -11.51, -21.14, 2, 0)
  19. MovementLoopAddLocation(NPC, 89.6, -11.9, -21.64, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 90.3, -12.78, -33.95, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 95.14, -12.68, -41.24, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 95.06, -12.6, -19.59, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 99.36, -11.96, -27.21, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 94.66, -12.1, -29.28, 2, 0)
  25. MovementLoopAddLocation(NPC, 87.6, -12.28, -33.75, 2, 0)
  26. MovementLoopAddLocation(NPC, 82.61, -12.68, -36.17, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 80.16, -12.66, -39.67, 2, 0)
  28. MovementLoopAddLocation(NPC, 77.96, -12.46, -42.49, 2, 0)
  29. MovementLoopAddLocation(NPC, 75.94, -12.33, -45.33, 2, 0)
  30. MovementLoopAddLocation(NPC, 54.48, -11.98, -69.38, 2, 0)
  31. MovementLoopAddLocation(NPC, 48.97, -11.81, -76.52, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 43.42, -11.29, -81.55, 2, 0)
  33. MovementLoopAddLocation(NPC, 39.91, -11.28, -84.93, 2, 0)
  34. MovementLoopAddLocation(NPC, 37.34, -10.99, -86.13, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 49.04, -10.73, -70.33, 2, 0)
  36. MovementLoopAddLocation(NPC, 88.18, -11.4, -31.74, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 92.57, -10.64, -27.14, 2, 0)
  38. end