asawtoothshark427549.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427549.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427549.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:37
  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, -41.58, -10.98, -26.69, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -35.72, -12.11, -32.3, 2, 0)
  19. MovementLoopAddLocation(NPC, -26.78, -12.64, -36.98, 2, 0)
  20. MovementLoopAddLocation(NPC, -18.35, -12.26, -45.1, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -36.77, -11.11, -20.14, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -36.2, -11.14, -43.07, 2, 0)
  23. MovementLoopAddLocation(NPC, -40.9, -10.62, -55.35, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -37.74, -10.96, -46.5, 2, 0)
  25. MovementLoopAddLocation(NPC, -36.56, -11.39, -21.45, 2, 0)
  26. MovementLoopAddLocation(NPC, -34.32, -10.7, -2.82, 2, 0)
  27. MovementLoopAddLocation(NPC, -34.61, -10.7, 5.1, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -33.69, -10.8, 11.38, 2, 0)
  29. MovementLoopAddLocation(NPC, -30.14, -11.4, 19.83, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -27.15, -11.98, 9.87, 2, 0)
  31. MovementLoopAddLocation(NPC, -25.69, -11.3, 0, 2, 0)
  32. MovementLoopAddLocation(NPC, -24.88, -11.4, -4.75, 2, 0)
  33. MovementLoopAddLocation(NPC, -25.08, -11.77, -9.63, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -17.58, -12.27, -16.72, 2, 0)
  35. MovementLoopAddLocation(NPC, -12.43, -11.51, -18.74, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -19.09, -11.85, -25.75, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -40.04, -10.99, -25.11, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -38.78, -11.59, -38.86, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -37.77, -11.71, -33.41, 2, 0)
  40. end