f8363b9c23a35a03687c8fa6ace0b6b4d2363d89
* add a skull timer * fix the feature and check edge cases * Add config option and a check for deadman worlds * add support for NPE * Add reskulling on players and the BH shop skull option * Add skull notifier plugin * move to idle notification plugin * remove old plugin * fix plugin and change default config option to false * fix to try and fix travis * should fix travis * indentation fix and adds a method for the logic * fix config * fix config #2 * Stop a NPE from happening on log in * actually fix NPE * fix notifications on first tick * Remove raids timer infobox and add tooltip to points widget * Add get widget overlay * client: add custom arrow API Currently supports: Minimap Arbitrary World Point NPCs (by ID, and multiple per arrow) Objects (by ID, and multiple per arrow) TODO: Add world map point support * Add quest helper * Add Npc Talk Step to quest helper * Add Cooks Assistant quest helper * Add Imp Catcher to quest helper * Add Dig Step to quest helper * Add X Marks The Spot to quest helper * Adds back skull timer
RuneLitePlus is a fork of RuneLite that provides more functionality and less restrictions while staying open source. This is meant to directly compete with 3rd party RL clients that are trying to sell their code.
Notable Features:
Auto patch-time Bytecode patcher
What a mouthful right? it's great though.
The heart of the auto patching system is ByteCodePatcher. Adding a new patch would go as follows.
- Find unique identifier for class so it can be found after rev update, Add check to ByteCodePatcher.
- Create Transformer for rsClass and call it when class is identified.
A fully functional example is included at ActorTransform:
transformGetAnimation removes filtering
transformAnimationChanged removes filtering
Description
Languages
Java
98.9%
GLSL
0.7%
C
0.3%
