asawtoothshark427420.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427420.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427420.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:53:04
  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, -79.32, -10.6, -12.31, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -75.45, -10.5, -16.23, 2, 0)
  19. MovementLoopAddLocation(NPC, -62.31, -10.5, -22.04, 2, 0)
  20. MovementLoopAddLocation(NPC, -43.91, -10.6, -40.16, 2, 0)
  21. MovementLoopAddLocation(NPC, -37.31, -11.23, -43.71, 2, 0)
  22. MovementLoopAddLocation(NPC, -35.67, -11.65, -47.92, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -28.11, -11.36, -28.09, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -36.17, -10.6, -25.22, 2, 0)
  25. MovementLoopAddLocation(NPC, -40.15, -10.6, -15.61, 2, 0)
  26. MovementLoopAddLocation(NPC, -46.16, -10.6, -9.6, 2, 0)
  27. MovementLoopAddLocation(NPC, -54.02, -10.6, -2.22, 2, 0)
  28. MovementLoopAddLocation(NPC, -66.99, -10.6, 8.2, 2, 0)
  29. MovementLoopAddLocation(NPC, -72.05, -10.6, 14, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -63.06, -10.6, 13.32, 2, 0)
  31. MovementLoopAddLocation(NPC, -33.72, -10.6, 6.68, 2, 0)
  32. MovementLoopAddLocation(NPC, -17.74, -12.7, 4.04, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -21.01, -11.65, -0.48, 2, 0)
  34. MovementLoopAddLocation(NPC, -27.11, -11.29, -2.3, 2, 0)
  35. MovementLoopAddLocation(NPC, -30.65, -10.62, -2.42, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -27.78, -10.6, -13.21, 2, 0)
  37. MovementLoopAddLocation(NPC, -25.94, -11.08, -35.87, 2, 0)
  38. MovementLoopAddLocation(NPC, -22.65, -12.8, -45.21, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -21.37, -11.8, -47.93, 2, 0)
  40. MovementLoopAddLocation(NPC, -18.82, -11.15, -50.05, 2, 0)
  41. MovementLoopAddLocation(NPC, -16.15, -10.6, -55.69, 2, 0)
  42. MovementLoopAddLocation(NPC, -10.44, -10.6, -63.79, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -19.39, -10.6, -54.2, 2, 0)
  44. MovementLoopAddLocation(NPC, -46.68, -10.6, -32.03, 2, 0)
  45. MovementLoopAddLocation(NPC, -53.04, -10.6, -24.31, 2, 0)
  46. MovementLoopAddLocation(NPC, -63.84, -10.6, -14.64, 2, 0)
  47. MovementLoopAddLocation(NPC, -67.69, -10.6, -8.27, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, -72.94, -10.6, -3.83, 2, 0)
  49. MovementLoopAddLocation(NPC, -82.62, -11.05, 2.69, 2, math.random(10, 20))
  50. end