adiseasedratonga1586603.lua 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga1586603.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga1586603.lua
  4. Script Author : Rylec
  5. Script Date : 10-06-2019 09:47:05
  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, -147.63, -0.83, 181.04, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -142.80, -0.56, 176.08, 2, 0)
  19. MovementLoopAddLocation(NPC, -139.02, -0.56, 175.86, 2, 0)
  20. MovementLoopAddLocation(NPC, -139.04, -0.56, 175.82, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -148.77, -0.56, 165.71, 2, 0)
  22. MovementLoopAddLocation(NPC, -152.47, -0.56, 165.78, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -148.49, -0.60, 165.87, 2, 0)
  24. MovementLoopAddLocation(NPC, -142.89, -0.92, 171.91, 2, 0)
  25. MovementLoopAddLocation(NPC, -134.58, -0.56, 174.60, 2, 0)
  26. MovementLoopAddLocation(NPC, -132.89, -0.56, 176.08, 2, 0)
  27. MovementLoopAddLocation(NPC, -128.77, -0.64, 175.80, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -134.55, -1.16, 176.10, 2, 0)
  29. MovementLoopAddLocation(NPC, -141.56, -0.72, 185.66, 2, 0)
  30. MovementLoopAddLocation(NPC, -145.25, -0.56, 187.06, 2, math.random(12, 22))
  31. MovementLoopAddLocation(NPC, -143.04, -0.80, 185.67, 2, 0)
  32. MovementLoopAddLocation(NPC, -137.79, -1.94, 181.95, 2, 0)
  33. MovementLoopAddLocation(NPC, -137.78, -0.84, 177.59, 2, 0)
  34. MovementLoopAddLocation(NPC, -134.75, -0.56, 174.03, 2, math.random(12, 22))
  35. MovementLoopAddLocation(NPC, -141.11, -0.56, 175.31, 2, 0)
  36. end