asawtoothshark427390.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427390.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427390.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:13:59
  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, 68.54, -11.79, -61.98, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 72.39, -10.7, -56.32, 2, 0)
  19. MovementLoopAddLocation(NPC, 75.47, -10.7, -50.48, 2, 0)
  20. MovementLoopAddLocation(NPC, 79.7, -10.7, -45.72, 2, 0)
  21. MovementLoopAddLocation(NPC, 83.17, -10.7, -44.17, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 94.91, -12.44, -37.54, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 97.34, -12.48, -35.58, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 74.14, -11.55, -43.95, 2, 0)
  25. MovementLoopAddLocation(NPC, 70.68, -11.27, -46.24, 2, 0)
  26. MovementLoopAddLocation(NPC, 61.76, -10.78, -47.55, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 69.88, -11.16, -43.44, 2, 0)
  28. MovementLoopAddLocation(NPC, 78.37, -11.66, -39.85, 2, 0)
  29. MovementLoopAddLocation(NPC, 85.1, -11.68, -35.83, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 83.26, -11.67, -39.54, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 101.57, -12.68, -29.81, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 100.05, -11.53, -24.66, 2, 0)
  33. MovementLoopAddLocation(NPC, 99.28, -11.11, -19.18, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 78.11, -11.55, -36.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 74.2, -11.65, -42.52, 2, 0)
  36. MovementLoopAddLocation(NPC, 53.1, -10.7, -60.97, 2, 0)
  37. MovementLoopAddLocation(NPC, 44.47, -10.7, -69.4, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 44.41, -10.6, -64.91, 2, math.random(10, 20))
  39. end