adiseasedratonga391921.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga391921.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga391921.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:45:38
  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, -163.52, 0.00, 217.04, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -156.95, 0.02, 218.22, 2, 0)
  19. MovementLoopAddLocation(NPC, -153.28, 0.03, 218.39, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -152.07, 0.00, 217.15, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -155.76, 0.00, 216.35, 2, 0)
  22. MovementLoopAddLocation(NPC, -158.92, 0.28, 215.71, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -156.58, 0.02, 215.90, 2, 0)
  24. MovementLoopAddLocation(NPC, -152.62, 0.00, 217.13, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -152.05, 0.00, 217.65, 2, 0)
  26. MovementLoopAddLocation(NPC, -150.79, 0.05, 218.52, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -160.59, 0.01, 218.09, 2, 0)
  28. MovementLoopAddLocation(NPC, -163.75, 0.00, 217.04, 2, 0)
  29. MovementLoopAddLocation(NPC, -161.03, 0.00, 216.78, 2, 0)
  30. MovementLoopAddLocation(NPC, -154.83, 0.01, 218.10, 2, 0)
  31. MovementLoopAddLocation(NPC, -154.81, 0.01, 218.09, 2, math.random(12, 22))
  32. MovementLoopAddLocation(NPC, -158.93, 0.24, 217.23, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -151.64, 0.01, 218.08, 2, math.random(12, 22))
  34. MovementLoopAddLocation(NPC, -160.49, 0.00, 216.63, 2, 0)
  35. end