arazortoothshark428434.lua 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428434.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428434.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:40
  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, -12.06, -11.64, -47.5, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -7.04, -11.42, -47.22, 2, 0)
  19. MovementLoopAddLocation(NPC, 4.45, -11.44, -45.05, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -13.73, -12.11, -45.32, 2, 0)
  21. MovementLoopAddLocation(NPC, -19.83, -12.44, -44.11, 2, 0)
  22. MovementLoopAddLocation(NPC, -26.76, -12.28, -41.47, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -21.35, -12.08, -39.7, 2, 0)
  24. MovementLoopAddLocation(NPC, -11.33, -11.58, -34.74, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -17.07, -11.12, -32.05, 2, 0)
  26. MovementLoopAddLocation(NPC, -23.27, -11.03, -28.54, 2, 0)
  27. MovementLoopAddLocation(NPC, -36.22, -10.7, -23.92, 2, 0)
  28. MovementLoopAddLocation(NPC, -70.32, -10.7, -5.03, 2, 0)
  29. MovementLoopAddLocation(NPC, -78.86, -10.7, 0.37, 2, 0)
  30. MovementLoopAddLocation(NPC, -91.86, -11.64, 7.78, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -92.13, -11.71, -11.44, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -92.61, -11.37, -4.2, 2, 0)
  33. MovementLoopAddLocation(NPC, -94.45, -10.7, 4.4, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -94.05, -11, 11.5, 2, 0)
  35. MovementLoopAddLocation(NPC, -92.85, -10.99, 17.54, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -85.95, -10.7, 11.94, 2, 0)
  37. MovementLoopAddLocation(NPC, -71.83, -10.7, -3.88, 2, 0)
  38. MovementLoopAddLocation(NPC, -67.2, -10.7, -8.81, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -63.78, -10.7, -11.48, 2, 0)
  40. MovementLoopAddLocation(NPC, -60.67, -10.7, -12.08, 2, 0)
  41. MovementLoopAddLocation(NPC, -55.35, -10.7, -17.27, 2, 0)
  42. MovementLoopAddLocation(NPC, -31.36, -10.7, -42.61, 2, 0)
  43. MovementLoopAddLocation(NPC, -18.56, -10.72, -52.45, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -10.84, -11.26, -58.08, 2, 0)
  45. MovementLoopAddLocation(NPC, -6.34, -11.7, -62.09, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -3.29, -11.43, -62.92, 2, 0)
  47. MovementLoopAddLocation(NPC, 2.23, -11.5, -63.61, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, -3.55, -10.7, -58.75, 2, 0)
  49. MovementLoopAddLocation(NPC, -7.72, -10.7, -51.06, 2, 0)
  50. end