ASewerSlime392057.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392057.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392057.lua
  4. Script Author : Rylec
  5. Script Date : 09-25-2019 07:03:06
  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, -138.85, 0.00, 217.99, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -142.06, 0.03, 218.83, 2, 0)
  19. MovementLoopAddLocation(NPC, -147.53, 0.01, 218.14, 2, 0)
  20. MovementLoopAddLocation(NPC, -149.08, 0.24, 217.12, 2, 0)
  21. MovementLoopAddLocation(NPC, -149.05, 0.24, 217.17, 2, math.random(10, 22))
  22. MovementLoopAddLocation(NPC, -146.19, 0.00, 216.37, 2, math.random(10, 22))
  23. MovementLoopAddLocation(NPC, -140.18, 0.02, 215.94, 2, 0)
  24. MovementLoopAddLocation(NPC, -137.46, 0.08, 215.19, 2, 0)
  25. MovementLoopAddLocation(NPC, -136.12, 0.12, 215.95, 2, 0)
  26. MovementLoopAddLocation(NPC, -134.40, 0.00, 216.45, 2, math.random(10, 22))
  27. MovementLoopAddLocation(NPC, -140.16, 0.00, 217.59, 2, 0)
  28. MovementLoopAddLocation(NPC, -144.70, 0.00, 217.96, 2, 0)
  29. MovementLoopAddLocation(NPC, -144.64, 0.00, 218.04, 2, math.random(10, 22))
  30. MovementLoopAddLocation(NPC, -143.38, 0.18, 219.46, 2, math.random(10, 22))
  31. MovementLoopAddLocation(NPC, -147.35, 0.01, 218.13, 2, math.random(10, 22))
  32. MovementLoopAddLocation(NPC, -141.89, 0.03, 218.61, 2, 0)
  33. MovementLoopAddLocation(NPC, -139.90, 0.05, 218.50, 2, 0)
  34. MovementLoopAddLocation(NPC, -138.75, 0.00, 217.74, 2, math.random(10, 22))
  35. MovementLoopAddLocation(NPC, -143.82, 0.02, 218.18, 2, 0)
  36. MovementLoopAddLocation(NPC, -148.94, 0.36, 219.17, 2, math.random(10, 22))
  37. end