asewagerat392424.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asewagerat392424.lua
  3. Script Purpose : Waypoint Path for asewagerat392424.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:46:40
  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, -151.27, 0.00, 217.03, 2, math.random(10, 18))
  18. MovementLoopAddLocation(NPC, -153.09, 0.00, 216.82, 2, 0)
  19. MovementLoopAddLocation(NPC, -153.17, 0.00, 216.88, 2, math.random(10, 18))
  20. MovementLoopAddLocation(NPC, -153.51, 0.00, 217.80, 2, 0)
  21. MovementLoopAddLocation(NPC, -153.72, 0.00, 217.71, 2, math.random(10, 18))
  22. MovementLoopAddLocation(NPC, -155.20, 0.00, 217.34, 2, math.random(10, 18))
  23. MovementLoopAddLocation(NPC, -151.52, 0.01, 218.14, 2, math.random(10, 18))
  24. MovementLoopAddLocation(NPC, -161.90, 0.00, 217.26, 2, math.random(10, 18))
  25. MovementLoopAddLocation(NPC, -159.27, 0.24, 216.75, 2, 0)
  26. MovementLoopAddLocation(NPC, -152.31, 0.00, 217.55, 2, math.random(10, 18))
  27. end