January update
🕑 Added 2023-01-03 08:00:02 +0000 UTCAdded scripts
Lunar spin flax
Lunar String Jewellery
Minnows and Agility plugin now have option to start script inside plugin
Comments
Casey Dixon
Runelite needs to be updated. I cant use the client. I tried to do it myself with intellij and git, but im not smart enough to do it haha
E
How do you stop the agility script? I know you can turn off Nom Agility, but in certain cases, it will still look for that color. For instance, if I were to open up the plug in settings, it still clicks the purple square in 'Overlay Color'
Matthew Smith
have to set the color in the plugins on noms runelite, confusing, but it works...
Henkipanki
Listen man it doesn't make sense, in the outline script i change the "color := 0x16768C" I am pretty sure I need to change some coordinates. Which of those do i need to change? I would love to buy a bigger plan in the future but it doesn't make sense to me.. Any chance you could give another hint? ClickOutlineSingle(color) { MyPixelSearch(startX1, startY1, color, 1) MyPixelSearch(startX2, startY2, color, 3) Random, randY ,startY1, startY2 MyPixelSearch(startX3, startY3, color, 1) MyPixelSearch(startX4, startY4, color, 3) Random, randX ,startX3, startX4 Tooltip MoveMouse(randX, randY, 1.5) Click, %randX%, %randY% 0 Sleep, 25 Click, %randX%, %randY% } MyPixelSearch(ByRef x, ByRef y, color, mode := 1, vari:= 10) { tooltip Switch mode { Case 1: PixelSearch, x, y, c, b, a, d, color , vari, Fast RGB Case 2: PixelSearch, x, y, c, b, a, d, color , vari, Fast RGB Case 3: PixelSearch, x, y, c, d, a, b, color , vari, Fast RGB Case 4: PixelSearch, x, y, a, d, c, b, color , vari, Fast RGB } if (!x || !y) { return False } return True
John
Anyone notice for the Nom Runlite script the PowerChopMineFish stops dropping inventory after a little while? Anyone know of a fix for this?
Mike
John
Awesome. Thank you 🙏🏼
Jack Smith
will be added next update
John
Hey Nom, I just purchased the automation tier and I'm enjoying the agility plugin so far... Is there an option to use my teleport at the seers village course?
Jack Smith
Edit the colors in the script
Henkipanki
Hi Nom, I bought the first tier. The ClickOutline.ahk, is that the same on gumroad "Click Inside Outline AHK Script"? Because Clickoutline.ahk doesn't do anything.
Jack Smith
Make sure you download AHK v1.1
Tom
I got your patreon for OSRS AHK, I used the guide to set up the Agility script. But Whenever I try to run it I'm getting error messages