asewagerat392423.lua 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asewagerat392423.lua
  3. Script Purpose : Waypoint Path for asewagerat392423.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:46:43
  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, -155.35, 0.00, 217.21, 2, math.random(10, 18))
  18. MovementLoopAddLocation(NPC, -158.89, 0.24, 217.10, 2, 0)
  19. MovementLoopAddLocation(NPC, -155.54, 0.01, 218.15, 2, math.random(10, 18))
  20. MovementLoopAddLocation(NPC, -165.03, 0.00, 217.15, 2, 0)
  21. MovementLoopAddLocation(NPC, -164.99, 0.00, 217.16, 2, math.random(10, 18))
  22. MovementLoopAddLocation(NPC, -163.27, 0.00, 216.17, 2, math.random(10, 18))
  23. MovementLoopAddLocation(NPC, -159.23, 0.31, 215.37, 2, 0)
  24. MovementLoopAddLocation(NPC, -153.51, 0.00, 217.60, 2, 0)
  25. MovementLoopAddLocation(NPC, -151.29, 0.00, 216.95, 2, math.random(10, 18))
  26. MovementLoopAddLocation(NPC, -155.83, 0.00, 218.06, 2, 0)
  27. MovementLoopAddLocation(NPC, -161.42, 0.00, 217.81, 2, 0)
  28. MovementLoopAddLocation(NPC, -163.13, 0.00, 217.17, 2, 0)
  29. MovementLoopAddLocation(NPC, -163.12, 0.00, 217.15, 2, math.random(10, 18))
  30. MovementLoopAddLocation(NPC, -159.36, 0.24, 217.56, 2, 0)
  31. MovementLoopAddLocation(NPC, -152.77, 0.00, 216.25, 2, math.random(10, 18))
  32. MovementLoopAddLocation(NPC, -158.91, 0.24, 217.89, 2, math.random(10, 18))
  33. end