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
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
Casey Dixon
2024-11-07 03:39:11 +0000 UTCHow 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'
E
2023-11-12 11:41:51 +0000 UTChave to set the color in the plugins on noms runelite, confusing, but it works...
Matthew Smith
2023-01-24 22:05:07 +0000 UTCListen 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
Henkipanki
2023-01-24 19:23:17 +0000 UTCAnyone notice for the Nom Runlite script the PowerChopMineFish stops dropping inventory after a little while? Anyone know of a fix for this?
John
2023-01-24 01:05:32 +0000 UTCMike
2023-01-23 19:04:52 +0000 UTCAwesome. Thank you 🙏🏼
John
2023-01-23 12:23:32 +0000 UTCwill be added next update
Jack Smith
2023-01-23 05:37:31 +0000 UTCHey 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?
John
2023-01-22 22:15:48 +0000 UTCEdit the colors in the script
Jack Smith
2023-01-17 01:23:12 +0000 UTCHi 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.
Henkipanki
2023-01-16 16:31:47 +0000 UTCMake sure you download AHK v1.1
Jack Smith
2023-01-09 04:46:51 +0000 UTCI 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
Tom
2023-01-04 03:09:19 +0000 UTC