atrashhopper393148.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/atrashhopper393148.lua
  3. Script Purpose : Waypoint Path for atrashhopper393148.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2019 09:10:30
  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, -152.40, 1.34, 60.89, 2, math.random(8, 18))
  18. MovementLoopAddLocation(NPC, -154.00, 1.34, 61.00, 2, 0)
  19. MovementLoopAddLocation(NPC, -159.10, 1.57, 60.95, 2, 0)
  20. MovementLoopAddLocation(NPC, -159.00, 1.58, 61.00, 2, math.random(8, 18))
  21. MovementLoopAddLocation(NPC, -157.33, 1.34, 61.20, 2, 0)
  22. MovementLoopAddLocation(NPC, -153.11, 1.34, 61.75, 2, 0)
  23. -- MovementLoopAddLocation(NPC, -153.25, 1.34, 61.35, 2, math.random(8, 18))
  24. MovementLoopAddLocation(NPC, -156.73, 1.34, 62.07, 2, 0)
  25. MovementLoopAddLocation(NPC, -156.63, 1.34, 62.24, 2, math.random(4, 6))
  26. MovementLoopAddLocation(NPC, -156.03, 1.34, 61.45, 2, 0)
  27. MovementLoopAddLocation(NPC, -155.29, 1.34, 60.93, 2, 0)
  28. MovementLoopAddLocation(NPC, -155.17, 1.34, 60.98, 2, math.random(8, 18))
  29. MovementLoopAddLocation(NPC, -154.06, 1.34, 61.99, 2, 0)
  30. MovementLoopAddLocation(NPC, -153.93, 1.34, 62.25, 2, math.random(8, 18))
  31. MovementLoopAddLocation(NPC, -155.58, 1.34, 62.01, 2, 0)
  32. MovementLoopAddLocation(NPC, -155.58, 1.34, 61.75, 2, math.random(4, 6))
  33. MovementLoopAddLocation(NPC, -162.74, 1.22, 61.85, 2, math.random(8, 18))
  34. -- MovementLoopAddLocation(NPC, -162.60, 1.22, 61.70, 2, math.random(8, 18))
  35. MovementLoopAddLocation(NPC, -159.02, 1.58, 62.03, 2, 0)
  36. MovementLoopAddLocation(NPC, -158.78, 1.58, 61.98, 2, math.random(8, 18))
  37. MovementLoopAddLocation(NPC, -152.40, 1.34, 60.70, 2, math.random(8, 18))
  38. end