adiseasedratonga393712.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga393712.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga393712.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:45:56
  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, -148.28, -0.66, 167.61, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -138.31, -0.56, 176.08, 2, 0)
  19. MovementLoopAddLocation(NPC, -133.15, -0.80, 187.95, 2, math.random(12, 22))
  20. MovementLoopAddLocation(NPC, -138.31, -0.56, 180.97, 2, 0)
  21. MovementLoopAddLocation(NPC, -142.80, -0.56, 180.97, 2, 0)
  22. MovementLoopAddLocation(NPC, -145.73, -0.56, 177.83, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -146.68, -0.56, 188.64, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -143.08, -0.56, 190.74, 2, 0)
  25. MovementLoopAddLocation(NPC, -130.17, -0.56, 192.02, 2, 0)
  26. MovementLoopAddLocation(NPC, -130.26, -0.56, 192.03, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -131.43, -0.56, 191.87, 2, 0)
  28. MovementLoopAddLocation(NPC, -134.03, -0.81, 189.38, 2, 0)
  29. MovementLoopAddLocation(NPC, -138.31, -0.56, 174.00, 2, math.random(12, 22))
  30. MovementLoopAddLocation(NPC, -138.31, -0.56, 180.97, 2, 0)
  31. MovementLoopAddLocation(NPC, -145.12, -0.56, 187.54, 2, math.random(12, 22))
  32. MovementLoopAddLocation(NPC, -142.70, -0.56, 175.62, 2, 0)
  33. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  34. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  35. MovementLoopAddLocation(NPC, -125.83, -0.56, 176.08, 2, math.random(12, 22))
  36. MovementLoopAddLocation(NPC, -128.00, -1.94, 182.54, 2, 0)
  37. MovementLoopAddLocation(NPC, -132.41, -0.56, 186.09, 2, 0)
  38. MovementLoopAddLocation(NPC, -135.32, -0.56, 192.47, 2, math.random(12, 22))
  39. MovementLoopAddLocation(NPC, -137.39, -1.87, 184.89, 2, 0)
  40. MovementLoopAddLocation(NPC, -142.61, -0.61, 181.03, 2, 0)
  41. MovementLoopAddLocation(NPC, -148.00, -0.58, 176.21, 2, math.random(12, 22))
  42. MovementLoopAddLocation(NPC, -146.27, -0.56, 188.07, 2, math.random(12, 22))
  43. MovementLoopAddLocation(NPC, -145.83, -0.56, 177.85, 2, 0)
  44. end