- Thread Author
- #1
Changelog
Planned for next release
- Fixed interface scrolling in OSRS (Fixes banking issues)
- Added Magic.Book.getCurrent()
- Added Lunar API to both the Powers (RS3) and Magic (OSRS) classes
- Fixed activate method in all power enums
- Added support for local states in NpcDefinition (def.getLocalState)
- Improved Npc.getName using the new local state information (familiars
- Added comprehensive summoning API (Summoning, Familiars, SummonedFamiliar, Player#getFamiliar())
- Renamed Actor.getSpeed() to getTraversalSpeed() to clarify
- InterfaceComponent.getInteractionPoint() is now better distributed
- Added NpcVertex
- Added Web.isValid() which validates that all nodes are reachable via BFS (must return true to build a path)
- WebPaths will now walk to the exact target instead of the nearest vertex.
- Drastically updated cache library to provide access to all ItemDefinitions in OSRS. There are still a couple parsing issues with it so please don't be surprised if there's a couple issues with the data or if you see this message:
Code:
Unable to load item definition for 2589: Opcode '230' is unsupported!
Planned for next release
- Access to all ObjectDefinitions
- Java 8 compatibility