adiseasedratonga1586600.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586600.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586600.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:46
  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, -147.67, -0.56, 188.26, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -147.96, -0.85, 167.19, 2, 0)
  19. MovementLoopAddLocation(NPC, -148.57, -0.56, 166.09, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -146.56, -0.79, 163.10, 2, 0)
  21. MovementLoopAddLocation(NPC, -139.79, -0.56, 163.61, 2, math.random(12, 22))
  22. MovementLoopAddLocation(NPC, -146.53, -0.74, 163.01, 2, 0)
  23. MovementLoopAddLocation(NPC, -149.74, -0.56, 165.59, 2, 0)
  24. MovementLoopAddLocation(NPC, -153.01, -0.56, 166.04, 2, 0)
  25. MovementLoopAddLocation(NPC, -154.25, -0.56, 169.09, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -150.73, -0.76, 175.81, 2, 0)
  27. MovementLoopAddLocation(NPC, -148.31, -0.56, 176.30, 2, 0)
  28. MovementLoopAddLocation(NPC, -143.27, -0.70, 180.93, 2, 0)
  29. MovementLoopAddLocation(NPC, -140.56, -0.64, 181.01, 2, 0)
  30. MovementLoopAddLocation(NPC, -136.61, -0.86, 189.83, 2, 0)
  31. MovementLoopAddLocation(NPC, -134.18, -0.70, 190.80, 2, math.random(12, 22))
  32. MovementLoopAddLocation(NPC, -133.01, -0.57, 186.43, 2, 0)
  33. MovementLoopAddLocation(NPC, -131.49, -0.57, 186.03, 2, math.random(12, 22))
  34. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  35. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  36. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  37. MovementLoopAddLocation(NPC, -137.47, -0.56, 173.80, 2, math.random(12, 22))
  38. MovementLoopAddLocation(NPC, -150.39, -0.82, 171.23, 2, math.random(12, 22))
  39. MovementLoopAddLocation(NPC, -137.02, -0.56, 172.44, 2, 0)
  40. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  41. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  42. MovementLoopAddLocation(NPC, -128.42, -0.56, 170.97, 2, 0)
  43. MovementLoopAddLocation(NPC, -127.09, -0.56, 170.23, 2, math.random(12, 22))
  44. MovementLoopAddLocation(NPC, -128.42, -0.56, 170.97, 2, 0)
  45. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  46. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  47. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  48. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  49. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  50. MovementLoopAddLocation(NPC, -133.47, -0.81, 185.84, 2, math.random(12, 22))
  51. MovementLoopAddLocation(NPC, -145.33, -0.56, 179.57, 2, math.random(12, 22))
  52. end