Commit Graph
35 Commits
Author SHA1 Message Date
vanniandOwain van Brakel cca17bf93e zalcano: add plugin (#1177)
* Zalcano plugin

Shows AOE for bosses and when to run from the glowing rocks and more.

Still have to improve the step system telling users to mine/smelt so it's a hidden option for now.

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoUtil.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/Step.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoUtil.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoUtil.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Requested changes

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Did not know you can make events private! Will do this from now on.

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoPlugin.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoStepsOverlay.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoStepsOverlay.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoStepsOverlay.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoStepsOverlay.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* slight changes

* various

region checks and null checks
moved most of the heavy weight from overlay into util

* checkstyle (oops!)

* Update runelite-client/src/main/java/net/runelite/client/plugins/zalcano/ZalcanoUtil.java

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Owain van Brakel <owain.vanbrakel@gmail.com>

* access fix
2019-08-01 11:31:31 +01:00
vanni 818a92bcc9 Ignore comment lines on custom menu entry swapper (#721)
Any line that starts with // will be ignored, giving you the ability to categorize your swaps.

![alt text](https://i.gyazo.com/09fe3443ac466ddbc7f7e691aae18bdf.png)
2019-06-24 01:12:56 -07:00
vanni 6b5863d363 Blackjack update (#656)
* (More) efficient blackjacking

isKnockedOut is no longer being used to swap menu entrys. So it was removed

Added other message to trigger knockout tick. This pickpockets the bandit when he aggros you preventing trading damage and better xp/h

* Pickpocket toggle and changes

Toggleable pickpocket on aggro to save food which means less trips
Made both strings static and global
2019-06-19 18:53:00 -04:00
vanni f3199d4728 Added more untradeables to the swapper and gave them their own category (#498)
Also added the ability to hide "drop" on runecrafting pouches

![alt text](https://i.gyazo.com/0d2b52a536099d0a94105117e3c21262.png)
2019-06-04 16:59:15 +01:00
vanni 6820e0fcb8 Hide "Destroy" options for Rune pouch and Coal bag (#496)
* Hide "Destroy" options for Rune pouch and Coal bag

Would've made a global destroy but some things are not as important as these two items

* Added herb sack and grouped it all up
2019-06-04 15:24:59 +01:00
vanni fde38f0126 Pile Indicators plugin (#452)
* Pile Indicators plugin

Ability to highlight players, NPCS, and both that are stacked on each other. (PvP, chinning, etc.)

https://gyazo.com/8461d5188887a476aede1e4471ed7366

* Number only render, and fixed up some method names

* Update PileIndicatorsOverlay.java

checkstyle fix
2019-05-31 09:17:10 +01:00
vanni 1c9ff3510d Banlist plugin update (#435)
* Banlist plugin update

Uses enum instead of int to check list type

Added ability (and config) to highlight scammers name red
![alt text](https://i.gyazo.com/0d21af62a1f697fb994ebd2a957576e7.png)
![alt text](https://i.gyazo.com/a2bef037dc891b88ddb58d8419a7e1d1.png)

* config checkstyle
2019-05-29 12:23:49 +01:00
vanni 309a3dcafc Update ClanChatPlugin.java 2019-05-22 04:19:59 -04:00
vanni 4a94c2fecb Emojis (#232)
* client: add BufferedImage -> IndexedSprite converter to ImageUtil

* client: change ClanManager to use ImageUtil image converter

* emojis: add emoji images

* client: add emoji plugin

Replaces various emoticons entered in public/friends/private chats with their corresponding emoji images.

* added plugin type to emojiplugin
2019-05-13 01:33:06 +01:00
vanni 921ec3e0db Runedoku plugin (check https://github.com/gazivodag/runedoku) (#167) 2019-05-02 11:04:49 +01:00
gazivodag f24b668364 added xarpus to aoe warnings (#136) 2019-04-26 15:51:22 +01:00
gazivodag 24d7f431db Merge pull request #134 from gazivodag/fixDraw2010Bytecode
draw2010Menu was calling renamed protected methods so i fixed it
2019-04-26 09:00:58 -04:00
gazivodag cec8394ead Merge pull request #114 from farhan1666/olm-cripple-timer
Added olm cripple timer overlay
2019-04-25 09:48:34 -04:00
gazivodag a1b710e578 Update OlmCrippleTimerPlugin.java 2019-04-25 09:42:02 -04:00
gazivodag 50b70d519f Merge pull request #111 from Lucwousin/bank_shit
Add options for hiding placeholders and seperators in tag tabs
2019-04-25 09:16:14 -04:00
gazivodag e7ffd51b01 Merge pull request #110 from Lucwousin/merge_update
Merge 1.5.21 update from upstream
2019-04-25 08:41:41 -04:00
gazivodag 410968bc20 Merge pull request #98 from Lucwousin/hydra_sprites
Hydra sprites
2019-04-24 07:52:06 -04:00
gazivodag 5b49570a37 Merge pull request #85 from ShaunDreclin/xp-globes-ttl
Add Time to level to XP Globes tooltip
2019-04-24 05:01:19 -04:00
gazivodag c57f96282f Merge pull request #84 from runelite-extended/update5
Updated added invokeMenuAction to api, removed example plugin
2019-04-24 03:32:32 -04:00
gazivodag 0b74e8dcdd Merge pull request #86 from ShaunDreclin/tarns-lair
Add Tarn's Lair plugin
2019-04-24 01:12:03 -04:00
gazivodag 0bc7acc82e Merge pull request #72 from runelite-extended/revert-71-Kyleeld-patch-1
Revert
2019-04-23 06:03:03 -04:00
gazivodag 31486f6b84 Merge pull request #71 from runelite-extended/Kyleeld-patch-1
1 way PVP Safespots
2019-04-23 05:37:21 -04:00
gazivodag 4462a0c585 Update SafeSpotPlugin.java 2019-04-23 05:31:04 -04:00
gazivodag 805b997464 Merge pull request #65 from sdburns1998/Title
Change main window title to RuneLitePlus
2019-04-23 01:33:58 -04:00
gazivodag cf61f0ef77 Merge pull request #56 from sdburns1998/FightCaves
Merged both fight cave plugins
2019-04-22 17:57:04 -04:00
gazivodag b6ae1683d0 Merge pull request #54 from sdburns1998/PluginType
Plugintype
2019-04-22 17:05:56 -04:00
gazivodag 69c5be4d7e Merge pull request #50 from runelite-extended/update3
Changes 3
2019-04-22 16:56:28 -04:00
gazivodag ad0fdc7154 Merge pull request #52 from Raieverr/master
Plugin organization
2019-04-22 16:52:05 -04:00
gazivodag c6e60d27a9 Merge pull request #48 from runelite-extended/Varbit
Adding overload varbit
2019-04-22 15:50:18 -04:00
gazivodag b5cb052dfc Merge pull request #1 from gazivodag/runelite-extended-master
update
2019-04-22 15:28:59 -04:00
gazivodag ade419f7fe Merge pull request #16 from runelite-extended/pluginOrganizer
Plugin Organizer
2019-04-20 07:38:00 -04:00
gazivodag 612c6494bc Merge pull request #3 from runelite-extended/master
update
2019-04-19 03:27:59 -04:00
gazivodag b5d2700b07 Transform objects now use an interface (#8) 2019-04-18 23:13:31 -04:00
gazivodag a8df0c7c0a Merge pull request #2 from runelite-extended/master
update
2019-04-18 21:51:01 -04:00
gazivodag fd413070e8 Merge pull request #1 from runelite-extended/master
update
2019-04-18 20:06:30 -04:00