ASewerSlime392063.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392063.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392063.lua
  4. Script Author : Rylec
  5. Script Date : 09-25-2019 07:03:14
  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, -137.87, 0.01, 218.09, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -133.59, 0.00, 218.01, 2, 0)
  19. MovementLoopAddLocation(NPC, -130.62, 0.29, 217.04, 2, 0)
  20. MovementLoopAddLocation(NPC, -130.60, 0.29, 217.13, 2, math.random(10, 22))
  21. MovementLoopAddLocation(NPC, -131.98, 0.19, 218.93, 2, 0)
  22. MovementLoopAddLocation(NPC, -133.54, 0.22, 219.67, 2, math.random(10, 22))
  23. MovementLoopAddLocation(NPC, -138.10, 0.08, 214.84, 2, math.random(10, 22))
  24. MovementLoopAddLocation(NPC, -141.44, 0.27, 214.27, 2, 0)
  25. MovementLoopAddLocation(NPC, -144.74, 0.34, 214.08, 2, 0)
  26. MovementLoopAddLocation(NPC, -146.01, 0.09, 215.28, 2, 0)
  27. MovementLoopAddLocation(NPC, -146.82, 0.00, 216.89, 2, math.random(10, 22))
  28. MovementLoopAddLocation(NPC, -143.85, 0.00, 217.72, 2, 0)
  29. MovementLoopAddLocation(NPC, -137.24, 0.08, 218.80, 2, 0)
  30. MovementLoopAddLocation(NPC, -134.41, 0.00, 217.91, 2, 0)
  31. MovementLoopAddLocation(NPC, -134.39, 0.00, 218.04, 2, math.random(10, 22))
  32. MovementLoopAddLocation(NPC, -138.85, 0.02, 218.21, 2, 0)
  33. MovementLoopAddLocation(NPC, -148.92, 0.24, 217.61, 2, 0)
  34. MovementLoopAddLocation(NPC, -148.93, 0.24, 217.59, 2, math.random(10, 22))
  35. MovementLoopAddLocation(NPC, -149.26, 0.30, 215.52, 2, math.random(10, 22))
  36. MovementLoopAddLocation(NPC, -146.10, 0.00, 216.62, 2, 0)
  37. MovementLoopAddLocation(NPC, -145.14, 0.00, 217.88, 2, 0)
  38. MovementLoopAddLocation(NPC, -145.23, 0.00, 217.91, 2, math.random(10, 22))
  39. MovementLoopAddLocation(NPC, -137.64, 0.01, 218.15, 2, 0)
  40. end