ASewerSlime391990.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/ASewerSlime391990.lua
  3. Script Purpose : Waypoint Path for ASewerSlime391990.lua
  4. Script Author : Rylec
  5. Script Date : 09-15-2019 04:26:38
  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, -178.41, 1.22, 25.00, 2, math.random(10, 22))
  18. MovementLoopAddLocation(NPC, -180.94, 1.22, 30.20, 2, math.random(10, 22))
  19. MovementLoopAddLocation(NPC, -180.92, 1.22, 31.53, 2, 0)
  20. MovementLoopAddLocation(NPC, -180.45, 1.22, 32.92, 2, 0)
  21. MovementLoopAddLocation(NPC, -182.07, 1.34, 31.53, 2, math.random(10, 22))
  22. MovementLoopAddLocation(NPC, -181.05, 1.23, 30.94, 2, math.random(10, 22))
  23. -- MovementLoopAddLocation(NPC, -178.81, 1.22, 25.54, 2, 0)
  24. MovementLoopAddLocation(NPC, -178.40, 1.22, 23.99, 2, math.random(10, 22))
  25. -- MovementLoopAddLocation(NPC, -179.26, 1.22, 27.82, 2, 0)
  26. MovementLoopAddLocation(NPC, -179.90, 1.22, 31.48, 2, 0)
  27. -- MovementLoopAddLocation(NPC, -180.09, 1.22, 33.76, 2, 0)
  28. MovementLoopAddLocation(NPC, -181.36, 1.26, 35.51, 2, 0)
  29. MovementLoopAddLocation(NPC, -180.92, 1.22, 33.62, 2, math.random(10, 22))
  30. MovementLoopAddLocation(NPC, -180.47, 1.22, 22.80, 2, math.random(10, 22))
  31. -- MovementLoopAddLocation(NPC, -180.12, 1.22, 25.13, 2, math.random(10, 22))
  32. MovementLoopAddLocation(NPC, -179.75, 1.22, 27.69, 2, 0)
  33. MovementLoopAddLocation(NPC, -179.47, 1.22, 28.42, 2, 0)
  34. MovementLoopAddLocation(NPC, -180.54, 1.22, 34.81, 2, math.random(10, 22))
  35. MovementLoopAddLocation(NPC, -180.10, 1.22, 33.31, 2, math.random(10, 22))
  36. MovementLoopAddLocation(NPC, -180.38, 1.22, 31.91, 2, 0)
  37. MovementLoopAddLocation(NPC, -180.50, 1.22, 29.73, 2, math.random(10, 22))
  38. MovementLoopAddLocation(NPC, -180.02, 1.22, 28.25, 2, 0)
  39. MovementLoopAddLocation(NPC, -177.66, 1.22, 26.69, 2, math.random(10, 22))
  40. MovementLoopAddLocation(NPC, -178.37, 1.22, 35.73, 2, math.random(10, 22))
  41. end