adiseasedratonga393410.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga393410.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga393410.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:45:59
  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, -156.76, -0.51, 174.24, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -152.91, -0.56, 176.08, 2, 0)
  19. MovementLoopAddLocation(NPC, -148.43, -0.56, 176.08, 2, 0)
  20. MovementLoopAddLocation(NPC, -146.65, -0.56, 177.49, 2, 0)
  21. MovementLoopAddLocation(NPC, -144.59, -0.56, 177.49, 2, 0)
  22. MovementLoopAddLocation(NPC, -142.80, -0.56, 176.08, 2, 0)
  23. MovementLoopAddLocation(NPC, -137.06, -0.56, 172.68, 2, 0)
  24. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  25. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  26. MovementLoopAddLocation(NPC, -128.42, -0.56, 170.97, 2, 0)
  27. MovementLoopAddLocation(NPC, -128.42, -0.56, 166.09, 2, 0)
  28. MovementLoopAddLocation(NPC, -132.03, -0.56, 165.16, 2, 0)
  29. MovementLoopAddLocation(NPC, -139.29, -0.55, 162.54, 2, 0)
  30. MovementLoopAddLocation(NPC, -141.25, -0.56, 164.13, 2, math.random(12, 22))
  31. MovementLoopAddLocation(NPC, -148.43, -0.56, 170.97, 2, 0)
  32. MovementLoopAddLocation(NPC, -152.91, -0.56, 170.97, 2, 0)
  33. MovementLoopAddLocation(NPC, -153.90, -0.56, 166.48, 2, math.random(12, 22))
  34. MovementLoopAddLocation(NPC, -152.91, -0.56, 170.97, 2, 0)
  35. MovementLoopAddLocation(NPC, -148.92, -0.83, 171.28, 2, math.random(12, 22))
  36. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  37. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  38. MovementLoopAddLocation(NPC, -133.39, -0.94, 181.26, 2, math.random(12, 22))
  39. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  40. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  41. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  42. MovementLoopAddLocation(NPC, -142.80, -0.56, 166.09, 2, 0)
  43. MovementLoopAddLocation(NPC, -139.67, -0.56, 165.52, 2, math.random(12, 22))
  44. MovementLoopAddLocation(NPC, -138.31, -0.56, 166.09, 2, 0)
  45. MovementLoopAddLocation(NPC, -138.31, -0.56, 170.97, 2, 0)
  46. MovementLoopAddLocation(NPC, -141.09, -0.56, 173.35, 2, math.random(12, 22))
  47. MovementLoopAddLocation(NPC, -148.43, -0.56, 170.97, 2, 0)
  48. MovementLoopAddLocation(NPC, -152.91, -0.56, 170.97, 2, 0)
  49. end