ASewerSlime392064.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : ASewerSlime392064.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392064.lua
  4. Script Author : Rylec
  5. Script Date : 09-12-2019 07:46:22
  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, -134.21, 1.26, -0.36, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -134.19, 1.26, -0.04, 2, 0)
  19. MovementLoopAddLocation(NPC, -141.56, 1.26, 0.17, 2, 0)
  20. MovementLoopAddLocation(NPC, -142.52, 1.26, 0.76, 2, math.random(10, 22))
  21. MovementLoopAddLocation(NPC, -141.57, 1.26, 0.52, 2, 0)
  22. MovementLoopAddLocation(NPC, -146.49, 1.26, 0.27, 2, 0)
  23. MovementLoopAddLocation(NPC, -148.12, 1.26, -0.08, 2, 0)
  24. MovementLoopAddLocation(NPC, -154.55, 1.26, -0.05, 2, 0)
  25. MovementLoopAddLocation(NPC, -156.07, 1.26, -0.36, 2, math.random(10, 22))
  26. MovementLoopAddLocation(NPC, -153.89, 1.26, 0.03, 2, 0)
  27. MovementLoopAddLocation(NPC, -139.62, 1.63, -0.05, 2, 0)
  28. MovementLoopAddLocation(NPC, -138.45, 1.82, 0.53, 2, 0)
  29. MovementLoopAddLocation(NPC, -138.33, 1.81, 0.86, 2, math.random(10, 22))
  30. MovementLoopAddLocation(NPC, -137.75, 1.64, 1.39, 2, 0)
  31. MovementLoopAddLocation(NPC, -144.21, 1.26, 0.60, 2, 0)
  32. MovementLoopAddLocation(NPC, -146.17, 1.26, 0.56, 2, math.random(10, 22))
  33. MovementLoopAddLocation(NPC, -145.28, 1.26, 0.43, 2, 0)
  34. MovementLoopAddLocation(NPC, -154.11, 1.26, -0.05, 2, 0)
  35. MovementLoopAddLocation(NPC, -154.87, 1.26, -0.39, 2, math.random(10, 22))
  36. MovementLoopAddLocation(NPC, -156.55, 1.36, 0.17, 2, 0)
  37. MovementLoopAddLocation(NPC, -158.73, 1.26, 0.24, 2, 0)
  38. MovementLoopAddLocation(NPC, -159.03, 1.26, 0.46, 2, math.random(10, 22))
  39. MovementLoopAddLocation(NPC, -153.57, 1.26, 0.16, 2, 0)
  40. MovementLoopAddLocation(NPC, -152.35, 1.58, 0.03, 2, 0)
  41. MovementLoopAddLocation(NPC, -147.10, 1.26, -0.08, 2, 0)
  42. MovementLoopAddLocation(NPC, -142.59, 1.26, -0.33, 2, 0)
  43. MovementLoopAddLocation(NPC, -143.35, 1.26, -0.25, 2, math.random(10, 22))
  44. MovementLoopAddLocation(NPC, -141.42, 1.26, 0.02, 2, 0)
  45. MovementLoopAddLocation(NPC, -135.83, 1.26, 0.22, 2, 0)
  46. MovementLoopAddLocation(NPC, -133.90, 1.26, -0.24, 2, 0)
  47. end