adiseasedratonga393388.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga393388.lua
  3. Script Purpose : Waypoint Path for ratonga22b003.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:13
  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, -125.46, -0.56, 170.29, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -128.42, -0.56, 170.97, 2, 0)
  19. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  20. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  21. MovementLoopAddLocation(NPC, -144.06, -0.68, 176.67, 2, 0)
  22. MovementLoopAddLocation(NPC, -147.23, -0.56, 176.91, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -142.80, -0.56, 180.97, 2, 0)
  24. MovementLoopAddLocation(NPC, -140.54, -0.56, 180.97, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -138.00, -0.56, 187.00, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -138.24, -0.56, 175.84, 2, 0)
  27. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  28. MovementLoopAddLocation(NPC, -142.80, -0.56, 166.90, 2, math.random(12, 22))
  29. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  30. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  31. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  32. MovementLoopAddLocation(NPC, -132.89, -0.56, 180.97, 2, 0)
  33. MovementLoopAddLocation(NPC, -128.42, -0.56, 180.97, 2, 0)
  34. MovementLoopAddLocation(NPC, -128.26, -0.56, 179.88, 2, math.random(12, 22))
  35. end