Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. liquid

    Chatbox message type "14"

    Concerning OSRS, after seeing this in my debugger: I'm pretty certain it was in response to this chatbot message:
  2. liquid

    Mouse Hopping

    Making the mouse hop, e.g. 40 px down, is useful in cases such as replicating mouse key support - a feature endorsed by both RS3 and OSRS developers. I know mouse hopping used to be in the API, but now it seems unnecessarily difficult to implement. The following code shows the only way that I...
  3. liquid

    Resolved CombatGauge not functioning correctly

    Players.getLocal().getHealthGauge().getPercent() throws a NPE if the over-head adrenaline bar (example) is not visible. If it is visible, it'll return the player's adrenaline percent. Likely caused by the recent game-updates surrounding combat (legacy mode, graphical changes, etc.)
  4. liquid

    Resolved Frame gets stuck under taskbar

    The window can be dragged under the taskbar, and then get stuck: Ideally it should act like this:
Top