- Joined
- Oct 12, 2015
- Messages
- 3,760
- Thread Author
- #1
Client
Account filtering
Hybrid
Skills
RS3
WorldHop
ItemDefinition
Account filtering
- Fixed a bug where the new account filtering would cause bot instances to crash with a NoSuchElementException on start.
Hybrid
Skills
- Added the elite-skill experience table (thanks to @Derk).
- The algorithm for determining the experience needed to reach a certain skill level has been added.
- Skills.getExperienceAt(Skill, int) will now correctly return the experience needed for the specified level.
- Fixed an issue where Skills.getExperienceAt(Skill, int) would throw an ArrayIndexOutOfBoundsException.
- Added Skill#isEliteSkill()
- Fixed an issue where the max level of the Divination skill was incorrectly specified as 120.
- Developers can now pass a custom delay between key press/release via Keyboard.type(String, boolean, int) and Keyboard.typeKey(String|Char|Key, int).
- Added a missing opcode.
RS3
WorldHop
- WorldHop can now also open the World Select menu via the world map right-click option.
- This is determined by PlayerSense, a new PlayerSense.Key has been added for this, OPEN_WORLDHOP_WITH_MAP.
- Fixed an issue where worlds marked a favorites would cause WorldHop to occasionally break.
ItemDefinition
- Added ItemDefinition#getShiftClickAction(), enabling authors to determine the action performed when an item is shift-clicked.
- Hooked InterfaceComponent#getProjectedEntityAnimationId() for OSRS.