adiseasedratonga1586604.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586604.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586604.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:47:03
  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.31, -0.56, 180.22, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -142.80, -0.56, 166.09, 2, 0)
  19. MovementLoopAddLocation(NPC, -141.17, -0.56, 165.99, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -138.31, -0.56, 166.09, 2, 0)
  21. MovementLoopAddLocation(NPC, -137.70, -0.61, 171.26, 2, 0)
  22. MovementLoopAddLocation(NPC, -132.91, -0.59, 176.30, 2, 0)
  23. MovementLoopAddLocation(NPC, -133.28, -0.81, 185.61, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -141.05, -0.56, 186.03, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -143.95, -0.56, 177.76, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -142.80, -0.56, 176.08, 2, 0)
  27. MovementLoopAddLocation(NPC, -134.58, -0.56, 172.44, 2, 0)
  28. MovementLoopAddLocation(NPC, -132.89, -0.56, 170.97, 2, 0)
  29. MovementLoopAddLocation(NPC, -130.15, -0.56, 170.97, 2, 0)
  30. MovementLoopAddLocation(NPC, -126.77, -0.56, 173.32, 2, 0)
  31. MovementLoopAddLocation(NPC, -128.42, -0.56, 176.08, 2, 0)
  32. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  33. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  34. MovementLoopAddLocation(NPC, -141.58, -0.56, 174.22, 2, 0)
  35. MovementLoopAddLocation(NPC, -147.74, -0.56, 178.55, 2, math.random(12, 22))
  36. end