ASewerSlime392032.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392032.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392032.lua
  4. Script Author : Rylec
  5. Script Date : 09-11-2019 08:43:31
  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, -134.44, 1.26, 0.65, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -136.20, 1.27, 1.02, 2, 0)
  19. MovementLoopAddLocation(NPC, -142.34, 1.26, 0.99, 2, 0)
  20. MovementLoopAddLocation(NPC, -147.43, 1.26, 0.41, 2, math.random(10, 22))
  21. MovementLoopAddLocation(NPC, -148.31, 1.34, -0.10, 2, 0)
  22. MovementLoopAddLocation(NPC, -154.15, 1.26, -0.03, 2, 0)
  23. MovementLoopAddLocation(NPC, -159.40, 1.26, -0.47, 2, math.random(10, 22))
  24. MovementLoopAddLocation(NPC, -160.10, 1.26, -0.52, 2, math.random(10, 22))
  25. MovementLoopAddLocation(NPC, -146.87, 1.26, 0.17, 2, 0)
  26. MovementLoopAddLocation(NPC, -145.32, 1.26, 0.73, 2, math.random(10, 22))
  27. MovementLoopAddLocation(NPC, -146.11, 1.26, 0.52, 2, 0)
  28. MovementLoopAddLocation(NPC, -147.47, 1.26, 0.95, 2, 0)
  29. MovementLoopAddLocation(NPC, -154.66, 1.26, 0.87, 2, 0)
  30. MovementLoopAddLocation(NPC, -157.26, 1.26, 0.59, 2, math.random(10, 22))
  31. MovementLoopAddLocation(NPC, -158.66, 1.26, 0.58, 2, 0)
  32. MovementLoopAddLocation(NPC, -160.03, 1.27, 1.00, 2, 0)
  33. MovementLoopAddLocation(NPC, -161.67, 1.58, 0.45, 2, 0)
  34. MovementLoopAddLocation(NPC, -161.37, 1.58, 0.67, 2, math.random(10, 22))
  35. MovementLoopAddLocation(NPC, -160.13, 1.30, 1.35, 2, 0)
  36. MovementLoopAddLocation(NPC, -155.80, 1.26, 0.48, 2, math.random(10, 22))
  37. MovementLoopAddLocation(NPC, -153.67, 1.26, 0.08, 2, 0)
  38. MovementLoopAddLocation(NPC, -135.57, 1.26, 0.13, 2, 0)
  39. end