ASewerSlime391963.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime391963.lua
  3. Script Purpose : Waypoint Path for ASewerSlime391963.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:29:14
  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, -181.34, 0.02, 114.04, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -181.76, 0.00, 119.25, 2, 0)
  19. MovementLoopAddLocation(NPC, -181.68, 0.00, 121.75, 2, 0)
  20. MovementLoopAddLocation(NPC, -182.23, 0.00, 123.68, 2, 0)
  21. MovementLoopAddLocation(NPC, -182.23, 0.00, 123.67, 2, math.random(10, 22))
  22. MovementLoopAddLocation(NPC, -182.03, 0.00, 122.09, 2, 0)
  23. MovementLoopAddLocation(NPC, -181.38, 0.01, 110.18, 2, 0)
  24. MovementLoopAddLocation(NPC, -181.19, 0.03, 109.21, 2, math.random(10, 22))
  25. MovementLoopAddLocation(NPC, -182.25, 0.00, 121.02, 2, 0)
  26. MovementLoopAddLocation(NPC, -182.11, 0.00, 121.35, 2, math.random(10, 22))
  27. MovementLoopAddLocation(NPC, -182.25, 0.00, 122.14, 2, 0)
  28. MovementLoopAddLocation(NPC, -182.12, 0.00, 123.54, 2, math.random(10, 22))
  29. MovementLoopAddLocation(NPC, -182.26, 0.00, 125.75, 2, 0)
  30. MovementLoopAddLocation(NPC, -182.30, 0.00, 126.30, 2, math.random(10, 22))
  31. MovementLoopAddLocation(NPC, -181.95, 0.00, 125.92, 2, 0)
  32. MovementLoopAddLocation(NPC, -181.89, 0.00, 121.36, 2, 0)
  33. MovementLoopAddLocation(NPC, -181.22, 0.27, 117.05, 2, 0)
  34. MovementLoopAddLocation(NPC, -181.45, 0.01, 115.39, 2, math.random(10, 22))
  35. MovementLoopAddLocation(NPC, -181.30, 0.02, 115.08, 2, 0)
  36. MovementLoopAddLocation(NPC, -183.40, 0.00, 109.33, 2, math.random(10, 22))
  37. end