arazortoothshark428489.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428489.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428489.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:13
  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, 70.5, -11.72, -64.37, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 62.22, -11.73, -71.31, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 58, -11.58, -77.52, 2, 0)
  20. MovementLoopAddLocation(NPC, 52.6, -11.4, -82.03, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 48.08, -11.49, -80.96, 2, 0)
  22. MovementLoopAddLocation(NPC, 39.87, -11.88, -80.62, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 34.8, -11.81, -84.62, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 40.67, -11.96, -78.34, 2, 0)
  25. MovementLoopAddLocation(NPC, 49.43, -11.86, -71.94, 2, 0)
  26. MovementLoopAddLocation(NPC, 55.93, -11.62, -63.38, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 57.02, -11.29, -59.75, 2, 0)
  28. MovementLoopAddLocation(NPC, 59.03, -10.7, -42.04, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 55.38, -10.94, -61.75, 2, 0)
  30. MovementLoopAddLocation(NPC, 49.54, -10.7, -70.96, 2, 0)
  31. MovementLoopAddLocation(NPC, 44.46, -11.04, -76.41, 2, 0)
  32. MovementLoopAddLocation(NPC, 37.27, -11.63, -83.32, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 31.33, -11.42, -85.66, 2, 0)
  34. MovementLoopAddLocation(NPC, 27.04, -10.7, -87.78, 2, 0)
  35. MovementLoopAddLocation(NPC, 19.35, -11.55, -92.72, 2, 0)
  36. MovementLoopAddLocation(NPC, 14.73, -11.95, -94.96, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 20.51, -11.86, -90.35, 2, 0)
  38. MovementLoopAddLocation(NPC, 55.36, -11.81, -68.37, 2, 0)
  39. end