ASewerSlime392054.lua 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392054.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392054.lua
  4. Script Author : Rylec
  5. Script Date : 09-25-2019 07:03:11
  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, -147.55, 0.06, 218.59, 2, math.random(10, 22))
  18. -- MovementLoopAddLocation(NPC, -141.85, 0.00, 217.12, 2, 0)
  19. MovementLoopAddLocation(NPC, -138.02, 0.00, 217.22, 2, 0)
  20. MovementLoopAddLocation(NPC, -137.99, 0.00, 217.34, 2, math.random(10, 22))
  21. MovementLoopAddLocation(NPC, -144.01, 0.00, 218.03, 2, 0)
  22. MovementLoopAddLocation(NPC, -144.99, 0.01, 218.14, 2, math.random(10, 22))
  23. -- MovementLoopAddLocation(NPC, -145.12, 0.00, 217.57, 2, 0)
  24. MovementLoopAddLocation(NPC, -144.89, 0.00, 217.16, 2, math.random(10, 22))
  25. MovementLoopAddLocation(NPC, -137.88, 0.00, 216.74, 2, math.random(10, 22))
  26. MovementLoopAddLocation(NPC, -138.13, 0.13, 214.45, 2, math.random(10, 22))
  27. MovementLoopAddLocation(NPC, -141.70, 0.05, 215.64, 2, 0)
  28. MovementLoopAddLocation(NPC, -142.84, 0.00, 216.86, 2, math.random(10, 22))
  29. MovementLoopAddLocation(NPC, -134.90, 0.01, 218.09, 2, 0)
  30. MovementLoopAddLocation(NPC, -130.86, 0.28, 217.27, 2, 0)
  31. MovementLoopAddLocation(NPC, -133.59, 0.01, 216.03, 2, 0)
  32. MovementLoopAddLocation(NPC, -133.58, 0.02, 215.94, 2, math.random(10, 22))
  33. MovementLoopAddLocation(NPC, -133.93, 0.10, 213.73, 2, math.random(10, 22))
  34. MovementLoopAddLocation(NPC, -134.65, 0.10, 215.07, 2, 0)
  35. MovementLoopAddLocation(NPC, -145.74, 0.02, 218.21, 2, 0)
  36. end