atrashhopper393149.lua 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/atrashhopper393149.lua
  3. Script Purpose : Waypoint Path for atrashhopper393149.lua
  4. Script Author : Rylec
  5. Script Date : 09-22-2019 08:31: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, -157.31, 1.34, 60.92, 2, math.random(8, 18))
  18. MovementLoopAddLocation(NPC, -160.95, 1.25, 59.94, 2, 0)
  19. MovementLoopAddLocation(NPC, -160.65, 1.25, 59.95, 2, math.random(8, 18))
  20. MovementLoopAddLocation(NPC, -156.75, 1.34, 61.96, 2, 0)
  21. MovementLoopAddLocation(NPC, -156.48, 1.34, 61.88, 2, math.random(8, 18))
  22. MovementLoopAddLocation(NPC, -152.51, 1.34, 61.90, 2, 0)
  23. MovementLoopAddLocation(NPC, -152.09, 1.34, 61.66, 2, math.random(8, 18))
  24. MovementLoopAddLocation(NPC, -156.04, 1.34, 62.18, 2, 0)
  25. MovementLoopAddLocation(NPC, -156.38, 1.34, 62.00, 2, math.random(8, 18))
  26. MovementLoopAddLocation(NPC, -158.98, 1.58, 60.94, 2, math.random(8, 18))
  27. MovementLoopAddLocation(NPC, -153.60, 1.34, 60.84, 2, 0)
  28. MovementLoopAddLocation(NPC, -153.15, 1.34, 61.08, 2, math.random(8, 18))
  29. MovementLoopAddLocation(NPC, -154.25, 1.34, 61.45, 2, 0)
  30. MovementLoopAddLocation(NPC, -154.57, 1.34, 61.64, 2, 0)
  31. MovementLoopAddLocation(NPC, -154.57, 1.34, 61.64, 2, math.random(8, 18))
  32. end