atrashhopper393145.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/atrashhopper393145.lua
  3. Script Purpose : Waypoint Path for atrashhopper393145.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:45:08
  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.64, 0.00, 217.96, 2, math.random(8, 18))
  18. MovementLoopAddLocation(NPC, -152.14, 0.00, 217.94, 2, 0)
  19. MovementLoopAddLocation(NPC, -155.47, 0.01, 218.08, 2, math.random(8, 18))
  20. MovementLoopAddLocation(NPC, -153.32, 0.00, 216.99, 2, math.random(8, 18))
  21. MovementLoopAddLocation(NPC, -162.66, 0.00, 217.14, 2, 0)
  22. MovementLoopAddLocation(NPC, -162.62, 0.00, 217.14, 2, math.random(8, 18))
  23. MovementLoopAddLocation(NPC, -159.31, 0.24, 217.95, 2, 0)
  24. MovementLoopAddLocation(NPC, -157.46, 0.00, 217.65, 2, 0)
  25. MovementLoopAddLocation(NPC, -155.80, 0.00, 216.71, 2, 0)
  26. MovementLoopAddLocation(NPC, -152.22, 0.01, 218.13, 2, 0)
  27. MovementLoopAddLocation(NPC, -154.78, 0.00, 217.28, 2, 0)
  28. MovementLoopAddLocation(NPC, -160.82, 0.00, 217.64, 2, 0)
  29. MovementLoopAddLocation(NPC, -162.14, 0.06, 218.69, 2, 0)
  30. MovementLoopAddLocation(NPC, -163.59, 0.06, 218.66, 2, math.random(8, 18))
  31. MovementLoopAddLocation(NPC, -160.98, 0.00, 217.68, 2, 0)
  32. MovementLoopAddLocation(NPC, -157.08, 0.00, 217.92, 2, 0)
  33. MovementLoopAddLocation(NPC, -154.37, 0.03, 218.29, 2, 0)
  34. MovementLoopAddLocation(NPC, -151.40, 0.00, 218.04, 2, math.random(8, 18))
  35. MovementLoopAddLocation(NPC, -152.49, 0.00, 217.42, 2, 0)
  36. MovementLoopAddLocation(NPC, -157.28, 0.05, 215.61, 2, 0)
  37. MovementLoopAddLocation(NPC, -158.91, 0.34, 215.20, 2, 0)
  38. MovementLoopAddLocation(NPC, -161.00, 0.00, 216.15, 2, 0)
  39. MovementLoopAddLocation(NPC, -161.18, 0.00, 217.09, 2, math.random(8, 18))
  40. MovementLoopAddLocation(NPC, -157.47, 0.00, 216.66, 2, 0)
  41. MovementLoopAddLocation(NPC, -155.15, 0.00, 217.22, 2, math.random(8, 18))
  42. end