adiseasedratonga1586522.lua 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586522.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586522.lua
  4. Script Author : Rylec
  5. Script Date : 09-27-2019 05:45:27
  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.38, 0.05, 215.65, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -152.17, 0.00, 217.02, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -153.26, 0.00, 217.16, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -158.91, 0.24, 217.70, 2, 0)
  21. MovementLoopAddLocation(NPC, -161.18, 0.00, 217.18, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -156.78, 0.01, 218.08, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -160.39, 0.00, 217.20, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -164.62, 0.00, 217.55, 2, 0)
  25. MovementLoopAddLocation(NPC, -152.51, 0.01, 218.10, 2, 0)
  26. MovementLoopAddLocation(NPC, -152.45, 0.00, 218.01, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -151.22, 0.00, 217.07, 2, math.random(10, 20))
  28. end