adiseasedratonga393468.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga393468.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga393468.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:45:49
  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, -150.22, -0.56, 164.83, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -152.91, -0.56, 166.09, 2, 0)
  19. MovementLoopAddLocation(NPC, -152.91, -0.56, 170.97, 2, 0)
  20. MovementLoopAddLocation(NPC, -145.88, -1.94, 170.97, 2, 0)
  21. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  22. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  23. MovementLoopAddLocation(NPC, -133.07, -1.68, 182.28, 2, 0)
  24. MovementLoopAddLocation(NPC, -133.77, -1.69, 184.01, 2, 0)
  25. MovementLoopAddLocation(NPC, -134.11, -0.83, 188.09, 2, 0)
  26. MovementLoopAddLocation(NPC, -138.33, -0.56, 190.75, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -138.31, -0.56, 186.03, 2, 0)
  28. MovementLoopAddLocation(NPC, -138.31, -0.56, 176.08, 2, 0)
  29. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  30. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  31. MovementLoopAddLocation(NPC, -132.89, -0.56, 166.09, 2, 0)
  32. MovementLoopAddLocation(NPC, -131.95, -0.56, 165.03, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -132.89, -0.56, 166.09, 2, 0)
  34. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  35. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  36. MovementLoopAddLocation(NPC, -135.34, -0.56, 174.04, 2, math.random(12, 22))
  37. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  38. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  39. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  40. MovementLoopAddLocation(NPC, -128.53, -0.56, 186.28, 2, 0)
  41. MovementLoopAddLocation(NPC, -128.21, -0.56, 190.41, 2, math.random(12, 22))
  42. MovementLoopAddLocation(NPC, -128.53, -0.56, 186.28, 2, 0)
  43. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  44. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  45. MovementLoopAddLocation(NPC, -136.79, -0.56, 173.52, 2, 0)
  46. MovementLoopAddLocation(NPC, -142.38, -0.56, 171.05, 2, 0)
  47. MovementLoopAddLocation(NPC, -145.78, -1.94, 170.58, 2, 0)
  48. MovementLoopAddLocation(NPC, -147.48, -1.20, 165.81, 2, 0)
  49. MovementLoopAddLocation(NPC, -148.47, -0.82, 165.05, 2, 0)
  50. end