asawtoothshark427442.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427442.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427442.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:21:08
  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, 39.02, -12.22, 15.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 32.33, -12.56, 24.33, 2, 0)
  19. MovementLoopAddLocation(NPC, 17.22, -13.22, 46.3, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 4.65, -13.42, 38.4, 2, 0)
  21. MovementLoopAddLocation(NPC, -21.73, -13.19, 29.78, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -9.31, -12.3, 38.68, 2, 0)
  23. MovementLoopAddLocation(NPC, -0.22, -12.69, 51.6, 2, 0)
  24. MovementLoopAddLocation(NPC, 8.43, -12.64, 62.03, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 3.88, -12.26, 55.13, 2, 0)
  26. MovementLoopAddLocation(NPC, -5.4, -13.11, 41.78, 2, 0)
  27. MovementLoopAddLocation(NPC, -10.04, -13.79, 38.02, 2, 0)
  28. MovementLoopAddLocation(NPC, -15.35, -13.89, 36.82, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -0.92, -13.37, 35.65, 2, 0)
  30. MovementLoopAddLocation(NPC, 28.63, -12.52, 18.84, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 12.02, -12.78, 18.94, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 34.13, -12.64, 19.06, 2, 0)
  33. MovementLoopAddLocation(NPC, 75.79, -11.15, 25.13, 2, 0)
  34. MovementLoopAddLocation(NPC, 87.34, -10.94, 27.48, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 75.85, -12.04, 20.84, 2, 0)
  36. MovementLoopAddLocation(NPC, 59.34, -11, 18.5, 2, 0)
  37. MovementLoopAddLocation(NPC, 22.63, -12.18, 12.26, 2, math.random(10, 20))
  38. end