ASewerSlime392089.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392089.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392089.lua
  4. Script Author : Rylec
  5. Script Date : 09-25-2019 07:02:50
  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, -113.12, 0.08, 215.32, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -115.95, 0.00, 220.87, 2, 0)
  19. MovementLoopAddLocation(NPC, -117.40, 0.02, 222.56, 2, 0)
  20. MovementLoopAddLocation(NPC, -117.41, 0.02, 222.53, 2, math.random(12, 22))
  21. MovementLoopAddLocation(NPC, -119.77, 0.00, 222.17, 2, 0)
  22. MovementLoopAddLocation(NPC, -122.30, 0.00, 221.84, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -119.87, 0.00, 220.34, 2, 0)
  24. MovementLoopAddLocation(NPC, -114.76, 0.00, 217.87, 2, 0)
  25. MovementLoopAddLocation(NPC, -113.75, 0.00, 217.59, 2, math.random(12, 22))
  26. MovementLoopAddLocation(NPC, -121.89, 0.00, 218.92, 2, 0)
  27. MovementLoopAddLocation(NPC, -123.25, 0.00, 218.64, 2, 0)
  28. MovementLoopAddLocation(NPC, -123.24, 0.00, 218.67, 2, math.random(12, 22))
  29. MovementLoopAddLocation(NPC, -115.69, 0.00, 219.28, 2, 0)
  30. MovementLoopAddLocation(NPC, -114.04, 0.01, 219.68, 2, math.random(12, 22))
  31. MovementLoopAddLocation(NPC, -114.20, 0.00, 219.51, 2, 0)
  32. MovementLoopAddLocation(NPC, -121.38, 0.00, 218.17, 2, 0)
  33. MovementLoopAddLocation(NPC, -124.23, 0.00, 217.01, 2, 0)
  34. MovementLoopAddLocation(NPC, -125.40, 0.00, 216.84, 2, math.random(12, 22))
  35. MovementLoopAddLocation(NPC, -125.12, 0.00, 218.28, 2, 0)
  36. MovementLoopAddLocation(NPC, -120.18, 0.15, 223.69, 2, 0)
  37. MovementLoopAddLocation(NPC, -115.09, 0.11, 222.15, 2, 0)
  38. MovementLoopAddLocation(NPC, -113.88, 0.01, 219.56, 2, 0)
  39. end