asawtoothshark427368.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427368.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427368.lua
  4. Script Author : Rylec
  5. Script Date : 11-11-2019 06:43: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, -139.22, -13.48, 172.08, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -128.58, -12.54, 179.6, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -143.13, -12.46, 208.95, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -143.83, -13.28, 183.37, 2, 0)
  21. MovementLoopAddLocation(NPC, -141.12, -13.57, 175.67, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -135.63, -14.24, 171.72, 2, 0)
  23. MovementLoopAddLocation(NPC, -124, -12.28, 166.37, 2, 0)
  24. MovementLoopAddLocation(NPC, -112.57, -11.77, 157.31, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -115.46, -12.27, 172.28, 2, 0)
  26. MovementLoopAddLocation(NPC, -117.43, -13.53, 179.88, 2, 0)
  27. MovementLoopAddLocation(NPC, -125.36, -14.81, 194.52, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -142.7, -14.76, 212.37, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -128.17, -13.34, 192.35, 2, 0)
  30. MovementLoopAddLocation(NPC, -123.46, -12.44, 183.31, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -128.02, -13.1, 187.94, 2, 0)
  32. MovementLoopAddLocation(NPC, -132.86, -14.74, 199.32, 2, 0)
  33. MovementLoopAddLocation(NPC, -138.2, -14.75, 214.99, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -126.36, -14.18, 196.51, 2, 0)
  35. MovementLoopAddLocation(NPC, -113.29, -13.37, 187.49, 2, 0)
  36. MovementLoopAddLocation(NPC, -111.3, -13.01, 184.37, 2, 0)
  37. MovementLoopAddLocation(NPC, -106.64, -12.31, 181.83, 2, 0)
  38. MovementLoopAddLocation(NPC, -102.58, -12.06, 178.63, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -103.95, -12.24, 167.47, 2, 0)
  40. MovementLoopAddLocation(NPC, -108.91, -11.76, 152.76, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -118.02, -11.35, 161.11, 2, 0)
  42. MovementLoopAddLocation(NPC, -124.42, -11.42, 165.52, 2, 0)
  43. MovementLoopAddLocation(NPC, -127.38, -12.01, 167.85, 2, 0)
  44. MovementLoopAddLocation(NPC, -132.06, -12.6, 168.87, 2, 0)
  45. MovementLoopAddLocation(NPC, -137.58, -13.34, 167.56, 2, 0)
  46. MovementLoopAddLocation(NPC, -151.92, -14.12, 172.83, 2, math.random(10, 20))
  47. end