adiseasedratonga1586598.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586598.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586598.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:46:52
  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, -143.77, -0.56, 191.35, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -143.94, -0.68, 180.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -143.03, -0.58, 176.41, 2, 0)
  20. MovementLoopAddLocation(NPC, -135.42, -0.56, 173.69, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -142.77, -0.68, 175.98, 2, 0)
  22. MovementLoopAddLocation(NPC, -147.30, -0.67, 180.55, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -148.43, -0.56, 187.85, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -148.26, -0.90, 171.15, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -138.31, -0.56, 170.97, 2, 0)
  26. MovementLoopAddLocation(NPC, -138.31, -0.56, 166.09, 2, 0)
  27. MovementLoopAddLocation(NPC, -135.70, -0.55, 162.53, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -141.56, -0.56, 164.14, 2, 0)
  29. MovementLoopAddLocation(NPC, -142.80, -0.56, 166.09, 2, 0)
  30. MovementLoopAddLocation(NPC, -142.80, -0.56, 170.97, 2, 0)
  31. MovementLoopAddLocation(NPC, -138.31, -0.56, 174.60, 2, 0)
  32. MovementLoopAddLocation(NPC, -138.31, -0.56, 180.15, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -143.21, -1.00, 185.42, 2, 0)
  34. end