adiseasedratonga391870.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/adiseasedratonga391870.lua
  3. Script Purpose : Waypoint Path for adiseasedratonga391870.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 04:43:12
  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, -182.32, 0.00, 119.62, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -182.80, 0.00, 112.18, 2, math.random(12, 22))
  19. MovementLoopAddLocation(NPC, -182.10, 0.00, 119.15, 2, 0)
  20. MovementLoopAddLocation(NPC, -182.94, 0.00, 126.29, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -182.23, 0.00, 124.97, 2, 0)
  22. MovementLoopAddLocation(NPC, -181.55, 0.00, 119.12, 2, 0)
  23. MovementLoopAddLocation(NPC, -182.87, 0.00, 111.23, 2, math.random(12, 22))
  24. MovementLoopAddLocation(NPC, -181.45, 0.01, 108.63, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -182.23, 0.00, 122.05, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -181.73, 0.00, 126.59, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -182.64, 0.24, 117.11, 2, 0)
  28. MovementLoopAddLocation(NPC, -182.34, 0.00, 111.92, 2, math.random(12, 22))
  29. MovementLoopAddLocation(NPC, -181.93, 0.00, 121.43, 2, 0)
  30. MovementLoopAddLocation(NPC, -182.28, 0.00, 123.02, 2, math.random(12, 22))
  31. MovementLoopAddLocation(NPC, -182.01, 0.00, 120.46, 2, 0)
  32. MovementLoopAddLocation(NPC, -182.55, 0.24, 117.20, 2, math.random(12, 22))
  33. end