arazortoothshark428488.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428488.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428488.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:55
  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, 78.11, -11.97, -34.44, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 76.81, -11.51, -38.62, 2, 0)
  19. MovementLoopAddLocation(NPC, 73.65, -11.08, -44.6, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 68.55, -11.49, -70.27, 2, 0)
  21. MovementLoopAddLocation(NPC, 67.17, -11.8, -77.53, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 46.87, -11.37, -82.58, 2, 0)
  23. MovementLoopAddLocation(NPC, 38.16, -10.7, -86.36, 2, 0)
  24. MovementLoopAddLocation(NPC, 25.28, -10.7, -89.97, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 33.2, -10.52, -87.96, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 38.89, -11.37, -83.55, 2, 0)
  27. MovementLoopAddLocation(NPC, 43.92, -11.65, -75.23, 2, 0)
  28. MovementLoopAddLocation(NPC, 45.54, -11.17, -67.96, 2, 0)
  29. MovementLoopAddLocation(NPC, 44.58, -11.09, -63.53, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 57.67, -10.7, -50.87, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 68.88, -10.79, -45.23, 2, 0)
  32. MovementLoopAddLocation(NPC, 77.98, -11.69, -38.94, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 75.25, -11.26, -50.42, 2, 0)
  34. MovementLoopAddLocation(NPC, 74.7, -11.26, -53.64, 2, 0)
  35. MovementLoopAddLocation(NPC, 74.61, -11.33, -58.96, 2, 0)
  36. MovementLoopAddLocation(NPC, 76.35, -11.97, -72.09, 2, 0)
  37. MovementLoopAddLocation(NPC, 76.98, -11.82, -76.36, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 63.11, -11.81, -62.84, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 72.84, -11.91, -48.15, 2, 0)
  40. MovementLoopAddLocation(NPC, 76.48, -12.16, -40.97, 2, 0)
  41. MovementLoopAddLocation(NPC, 77.46, -12.23, -37.66, 2, 0)
  42. end