asawtoothshark427373.lua 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427373.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427373.lua
  4. Script Author : Rylec
  5. Script Date : 11-15-2019 06:25:49
  6. Script Notes : Dummy script until they fix these sharks on 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, -147.97, -11.89, 15.21, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -149.11, -12.44, 40.66, 2, 0)
  19. MovementLoopAddLocation(NPC, -151.94, -12.73, 55.17, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -139.84, -12.56, 68.89, 2, 0)
  21. MovementLoopAddLocation(NPC, -129.15, -12.07, 76.56, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -110.25, -11.32, 84.75, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -106.18, -11.24, 76.87, 2, 0)
  24. MovementLoopAddLocation(NPC, -103.5, -11.25, 55.77, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -121.48, -11.24, 59.61, 2, 0)
  26. MovementLoopAddLocation(NPC, -147.49, -13.63, 72.1, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -146.23, -13.3, 57.35, 2, 0)
  28. MovementLoopAddLocation(NPC, -136.14, -12.07, 39.32, 2, 0)
  29. MovementLoopAddLocation(NPC, -129.22, -11.53, 21.86, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -125.88, -10.32, 33.72, 2, 0)
  31. MovementLoopAddLocation(NPC, -114.91, -10.36, 54.24, 2, 0)
  32. MovementLoopAddLocation(NPC, -115.03, -10.25, 70.83, 2, 0)
  33. MovementLoopAddLocation(NPC, -132.56, -10.25, 84.68, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -139.17, -11.31, 27.12, 2, 0)
  35. end