adiseasedratonga1586534.lua 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586534.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586534.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:02
  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, -132.58, -0.56, 170.64, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -138.89, -0.56, 165.92, 2, 0)
  19. MovementLoopAddLocation(NPC, -142.16, -0.56, 165.98, 2, 0)
  20. MovementLoopAddLocation(NPC, -147.02, -0.49, 162.21, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -142.80, -0.56, 166.09, 2, 0)
  22. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  23. MovementLoopAddLocation(NPC, -138.23, -0.56, 173.19, 2, 0)
  24. MovementLoopAddLocation(NPC, -136.29, -0.56, 174.60, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  26. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  27. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  28. MovementLoopAddLocation(NPC, -142.80, -0.56, 180.97, 2, 0)
  29. MovementLoopAddLocation(NPC, -145.42, -0.56, 177.94, 2, 0)
  30. MovementLoopAddLocation(NPC, -148.41, -0.56, 176.30, 2, 0)
  31. MovementLoopAddLocation(NPC, -153.24, -0.56, 170.13, 2, 0)
  32. MovementLoopAddLocation(NPC, -155.27, -0.56, 164.88, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -153.01, -0.56, 168.32, 2, 0)
  34. MovementLoopAddLocation(NPC, -152.74, -1.57, 171.89, 2, 0)
  35. MovementLoopAddLocation(NPC, -150.52, -0.64, 175.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -148.18, -0.56, 176.29, 2, 0)
  37. MovementLoopAddLocation(NPC, -142.78, -0.56, 180.73, 2, 0)
  38. MovementLoopAddLocation(NPC, -138.19, -0.61, 186.53, 2, 0)
  39. MovementLoopAddLocation(NPC, -135.05, -0.74, 190.72, 2, 0)
  40. MovementLoopAddLocation(NPC, -135.11, -0.74, 190.71, 2, math.random(12, 22))
  41. MovementLoopAddLocation(NPC, -137.83, -0.69, 188.15, 2, 0)
  42. MovementLoopAddLocation(NPC, -138.58, -0.56, 186.33, 2, 0)
  43. MovementLoopAddLocation(NPC, -143.16, -1.94, 184.02, 2, 0)
  44. MovementLoopAddLocation(NPC, -145.75, -0.56, 179.07, 2, math.random(12, 22))
  45. MovementLoopAddLocation(NPC, -141.84, -0.56, 174.78, 2, 0)
  46. MovementLoopAddLocation(NPC, -136.18, -0.56, 173.00, 2, 0)
  47. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, math.random(12, 22))
  48. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, math.random(12, 22))
  49. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  50. MovementLoopAddLocation(NPC, -143.90, -0.58, 176.86, 2, 0)
  51. MovementLoopAddLocation(NPC, -147.41, -0.56, 176.81, 2, 0)
  52. MovementLoopAddLocation(NPC, -148.43, -0.56, 176.08, 2, 0)
  53. MovementLoopAddLocation(NPC, -152.41, -0.56, 176.08, 2, 0)
  54. MovementLoopAddLocation(NPC, -153.91, -0.56, 178.62, 2, 0)
  55. MovementLoopAddLocation(NPC, -153.94, -0.56, 178.61, 2, math.random(12, 22))
  56. MovementLoopAddLocation(NPC, -153.76, -0.56, 177.78, 2, 0)
  57. MovementLoopAddLocation(NPC, -151.84, -0.64, 176.06, 2, 0)
  58. MovementLoopAddLocation(NPC, -148.35, -0.56, 176.39, 2, 0)
  59. MovementLoopAddLocation(NPC, -147.23, -0.56, 176.96, 2, 0)
  60. MovementLoopAddLocation(NPC, -143.81, -0.58, 176.83, 2, 0)
  61. MovementLoopAddLocation(NPC, -138.45, -0.56, 173.24, 2, 0)
  62. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  63. end