not really known
Go to file
illumineawake 45a3ead09a iutils: Bank deposit function fixes 2021-12-14 13:17:17 +11:00
archive iutils rework: ready for master 2021-06-07 15:13:35 +10:00
botutils Changed bank contained ID to getter rather than static int 2021-10-06 14:33:08 +01:00
buildSrc iutils: banking caching bug fix, add distanceTo checks for Area 2021-07-28 18:23:55 +10:00
disablerendering bootstrap 2021-08-17 09:20:11 +10:00
gradle/wrapper Initial commit 2020-05-22 01:40:28 +10:00
iblackjack iutils: fix chat widgets (4real) 2021-06-17 21:09:52 +10:00
icombinationrunecrafter iutils: fix chat widgets (4real) 2021-06-17 21:09:52 +10:00
iherbcleaner iutils: fix chat widgets (4real) 2021-06-17 21:09:52 +10:00
iitemcombiner iItemCombiner: new plugin that combines 2 items together in inventory. Left click use on the first item, right click on the second item and select iCombine. 2021-09-07 00:43:26 +10:00
imagiccaster iutils: fix chat widgets (4real) 2021-06-17 21:09:52 +10:00
imenudebugger imenudebugger: now supports varbit and varplayer value printing to chat 2021-08-11 17:03:19 +10:00
ipowerfighter ipowerfighter: if safespot is configured it will return to safespot after running out of food/ammo or completion of slayer task 2021-09-10 15:44:29 +10:00
ipowerskiller iUtils/iQuickEater/iPowerFighter/iPowerSkiller: Replaced most occurences of `mouse.delayMouseClick` with `utils.doActionMsTime` to avoid conflicts between other plugins or user clicks. 2021-08-26 23:11:39 -04:00
iquestassistant iquestassistant: potential fix for faster load times on startup 2021-08-17 11:52:34 +10:00
iquesterfree iutils: banking caching bug fix, add distanceTo checks for Area 2021-07-28 18:23:55 +10:00
iquickeater iUtils/iQuickEater/iPowerFighter/iPowerSkiller: Replaced most occurences of `mouse.delayMouseClick` with `utils.doActionMsTime` to avoid conflicts between other plugins or user clicks. 2021-08-26 23:11:39 -04:00
irandomhandler irandomhandler: update continue chat widget 2021-06-17 01:47:56 +10:00
irooftopagility irooftopagility: stops if configured to use summer pies and there's none in inventory 2021-07-30 12:48:50 +10:00
itasktemplate irandomhandler: update continue chat widget 2021-06-17 01:47:56 +10:00
iutils iutils: Bank deposit function fixes 2021-12-14 13:17:17 +11:00
iworldwalker iutils: revert hidden check on bankOpen() as it causes assertion errors for some methods off thread 2021-09-08 00:19:52 +10:00
release iutils: Bank deposit function fixes 2021-12-14 13:17:17 +11:00
.gitignore gitignore:add archive 2020-07-01 22:34:27 +10:00
LICENSE Initial commit 2020-05-22 01:40:28 +10:00
README.md Update README.md 2020-10-17 14:29:25 +11:00
build.gradle.kts iutils: banking is now much more efficient 2021-06-12 18:26:00 +10:00
gradle.properties Initial commit 2020-05-22 01:40:28 +10:00
gradlew Initial commit 2020-05-22 01:40:28 +10:00
gradlew.bat Initial commit 2020-05-22 01:40:28 +10:00
plugins.json iutils: Bank deposit function fixes 2021-12-14 13:17:17 +11:00
settings.gradle.kts iItemCombiner: new plugin that combines 2 items together in inventory. Left click use on the first item, right click on the second item and select iCombine. 2021-09-07 00:43:26 +10:00

README.md

Illumine Plugins

External plugins for OpenOSRS that focus on automation, this is a seperate entity, not OpenOSRS.

The purpose of this repository is primarily for my own learning but also to provide open-source examples of automation using plugins.

My development skills are novice at best so please take all of this with a grain of salt, feel free to join the discord: https://discord.com/invite/9fGzEDR or message me illumine#0083 to provide feedback or talk OSRS automation.

Use

Supported plugins:

You will need to add two repositories. Mine and Owain's which is used for break handling.

Mine:

Github Repository owner: illumineawake

Github Repository name: illu-plugins

Owain's:

Github Repository owner: Owain94

Github Repository name: OpenOSRS-external-plugins-hosting

Unsupported plugins:

Install manually from the archive folder within this repo. Download (or compile) the jar and add it to your .runelite/externalmanager folder. Note that these plugins are unsupported and I won't be fixing any bugs for the meantime.

Credits

The majority of functionality is available thanks to Ganom's ExtUtils. He makes great plugins and has been very generous with open-sourcing. Support him by subscribing to his patreon @https://www.patreon.com/ganom and checking out his repo: https://github.com/Ganom/ExternalPlugin

Additional credit to the likes of: Owain94, Tom C, kyle, swaz and many others!.