not really known
Go to file
illumineawake 3eb98128bb boostrap powerfighter: isTradeable is currently returning everything as untradeable, rolling back until time to check/fix. added some common untradeable to alch blacklist 2020-12-15 22:16:52 +11:00
archive iUtils: major update of doAction functions. Now has functions for each object type which will check the relevant click bounds of the object, create the menu entry and add to actionQueue. 2020-11-24 18:50:48 +11:00
botutils bootstrap version bump 2020-11-24 22:05:07 +11:00
buildSrc iUtils: major update of doAction functions. Now has functions for each object type which will check the relevant click bounds of the object, create the menu entry and add to actionQueue. 2020-11-24 18:50:48 +11:00
gradle/wrapper Initial commit 2020-05-22 01:40:28 +10:00
iblackjack doaction int to long bug fix 2020-11-24 22:34:21 +11:00
icombinationrunecrafter icombinationrunecrafter: fix to equipping item at bank which broke due to jagex interface update 2020-12-08 21:43:15 +11:00
iherbcleaner doaction int to long bug fix 2020-11-24 22:34:21 +11:00
imagiccaster bootstrap version bump 2020-11-24 22:05:07 +11:00
imenudebugger bootstrap version bump 2020-11-24 22:05:07 +11:00
ipowerfighter iPowerFighter: rollback isTradeable check, hard-coded some common untradables 2020-12-15 13:19:45 +11:00
ipowerskiller bootstrap version bump 2020-11-24 22:05:07 +11:00
iquickeater quickeater: adds xeric aids (untested) 2020-12-08 21:11:30 +11:00
irandomhandler bootstrap version bump 2020-11-24 22:05:07 +11:00
irooftopagility bootstrap version bump 2020-11-24 22:05:07 +11:00
itasktemplate bootstrap version bump 2020-11-24 22:05:07 +11:00
iutils iutils: doItemAction now uses "true" for the menu entry to allow it to work with equipping items on bank screen 2020-12-08 20:05:59 +11:00
iworldwalker worldwalker: added destination message toggle 2020-12-07 21:52:58 +11:00
release boostrap powerfighter: isTradeable is currently returning everything as untradeable, rolling back until time to check/fix. added some common untradeable to alch blacklist 2020-12-15 22:16:52 +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 Merge pull request #50 from Owain94/gradle-deps-3009 2020-10-01 12:05:49 +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 boostrap powerfighter: isTradeable is currently returning everything as untradeable, rolling back until time to check/fix. added some common untradeable to alch blacklist 2020-12-15 22:16:52 +11:00
settings.gradle.kts iherbcleaner: cleans herbs and deposits/withdraws from the bank. 2020-11-14 02:03:01 +11: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!.