ASewerSlime392093.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime392093.lua
  3. Script Purpose : Waypoint Path for ASewerSlime392093.lua
  4. Script Author : Rylec
  5. Script Date : 09-25-2019 07:02:58
  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, -120.97, 0.17, 214.80, 2, math.random(12, 22))
  18. MovementLoopAddLocation(NPC, -125.26, 0.05, 215.69, 2, math.random(12, 22))
  19. MovementLoopAddLocation(NPC, -123.91, 0.00, 216.99, 2, 0)
  20. MovementLoopAddLocation(NPC, -122.71, 0.00, 217.54, 2, 0)
  21. MovementLoopAddLocation(NPC, -122.71, 0.00, 217.43, 2, math.random(12, 22))
  22. MovementLoopAddLocation(NPC, -124.16, 0.00, 217.66, 2, math.random(12, 22))
  23. MovementLoopAddLocation(NPC, -125.05, 0.00, 217.53, 2, 0)
  24. MovementLoopAddLocation(NPC, -125.65, 0.00, 216.76, 2, math.random(12, 22))
  25. MovementLoopAddLocation(NPC, -123.58, 0.00, 218.36, 2, 0)
  26. MovementLoopAddLocation(NPC, -122.68, 0.00, 219.53, 2, math.random(12, 22))
  27. MovementLoopAddLocation(NPC, -122.51, 0.00, 220.29, 2, math.random(12, 22))
  28. MovementLoopAddLocation(NPC, -118.53, 0.00, 220.30, 2, 0)
  29. MovementLoopAddLocation(NPC, -116.34, 0.00, 219.18, 2, math.random(12, 22))
  30. MovementLoopAddLocation(NPC, -117.30, 0.00, 220.67, 2, 0)
  31. MovementLoopAddLocation(NPC, -118.52, 0.00, 221.95, 2, 0)
  32. MovementLoopAddLocation(NPC, -119.90, 0.09, 223.41, 2, math.random(12, 22))
  33. MovementLoopAddLocation(NPC, -119.97, 0.00, 220.13, 2, 0)
  34. MovementLoopAddLocation(NPC, -120.45, 0.03, 215.88, 2, 0)
  35. MovementLoopAddLocation(NPC, -123.48, 0.00, 218.98, 2, 0)
  36. MovementLoopAddLocation(NPC, -124.31, 0.00, 219.60, 2, 0)
  37. MovementLoopAddLocation(NPC, -124.31, 0.00, 219.57, 2, math.random(12, 22))
  38. MovementLoopAddLocation(NPC, -124.17, 0.00, 219.88, 2, 0)
  39. -- MovementLoopAddLocation(NPC, -120.15, 0.00, 221.99, 2, 0)
  40. MovementLoopAddLocation(NPC, -119.48, 0.00, 222.47, 2, math.random(12, 22))
  41. MovementLoopAddLocation(NPC, -116.54, 0.00, 220.41, 2, 0)
  42. MovementLoopAddLocation(NPC, -114.57, 0.00, 217.73, 2, math.random(12, 22))
  43. MovementLoopAddLocation(NPC, -113.68, 0.00, 216.77, 2, 0)
  44. MovementLoopAddLocation(NPC, -113.67, 0.00, 216.79, 2, math.random(12, 22))
  45. MovementLoopAddLocation(NPC, -117.97, 0.00, 217.26, 2, 0)
  46. end