ASewerSlime392061.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : ASewerSlime392061.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392061.lua
  4. Script Author : Rylec
  5. Script Date : 09-12-2019 04:13:40
  6. Script Notes : Locations collected on 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, -135.28, 1.26, -0.52, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -136.03, 1.26, -0.01, 2, 0)
  19. MovementLoopAddLocation(NPC, -153.81, 1.26, -0.01, 2, 0)
  20. MovementLoopAddLocation(NPC, -157.29, 1.26, -0.66, 2, math.random(10, 22))
  21. MovementLoopAddLocation(NPC, -155.37, 1.26, -0.20, 2, 0)
  22. MovementLoopAddLocation(NPC, -153.93, 1.26, 0.08, 2, 0)
  23. MovementLoopAddLocation(NPC, -153.06, 1.35, 1.34, 2, 0)
  24. MovementLoopAddLocation(NPC, -152.16, 1.64, 1.02, 2, 0)
  25. MovementLoopAddLocation(NPC, -152.38, 1.60, 0.58, 2, math.random(10, 22))
  26. MovementLoopAddLocation(NPC, -149.86, 1.67, 1.00, 2, 0)
  27. MovementLoopAddLocation(NPC, -146.82, 1.31, 1.50, 2, 0)
  28. MovementLoopAddLocation(NPC, -144.58, 1.26, 0.64, 2, 0)
  29. MovementLoopAddLocation(NPC, -141.66, 1.26, 0.13, 2, 0)
  30. MovementLoopAddLocation(NPC, -142.09, 1.26, -0.46, 2, math.random(10, 22))
  31. MovementLoopAddLocation(NPC, -141.02, 1.26, 0.03, 2, 0)
  32. MovementLoopAddLocation(NPC, -138.66, 1.82, 0.32, 2, 0)
  33. MovementLoopAddLocation(NPC, -137.98, 1.70, -0.39, 2, math.random(10, 22))
  34. MovementLoopAddLocation(NPC, -139.34, 1.66, -0.28, 2, 0)
  35. MovementLoopAddLocation(NPC, -141.21, 1.26, 0.12, 2, 0)
  36. MovementLoopAddLocation(NPC, -149.40, 1.62, -0.09, 2, 0)
  37. MovementLoopAddLocation(NPC, -150.34, 1.81, 0.27, 2, 0)
  38. MovementLoopAddLocation(NPC, -150.61, 2.12, 1.17, 2, 0)
  39. MovementLoopAddLocation(NPC, -151.78, 1.62, 0.27, 2, math.random(10, 22))
  40. MovementLoopAddLocation(NPC, -152.47, 1.59, 0.81, 2, 0)
  41. MovementLoopAddLocation(NPC, -158.00, 1.26, 0.79, 2, 0)
  42. MovementLoopAddLocation(NPC, -160.24, 1.26, 0.99, 2, 0)
  43. MovementLoopAddLocation(NPC, -162.84, 1.34, 0.80, 2, 0)
  44. MovementLoopAddLocation(NPC, -162.43, 1.48, 0.59, 2, math.random(10, 22))
  45. MovementLoopAddLocation(NPC, -160.80, 1.53, -0.03, 2, 0)
  46. MovementLoopAddLocation(NPC, -135.86, 1.26, 0.18, 2, 0)
  47. end