- Joined
- Mar 30, 2015
- Messages
- 2,410
- Thread Author
- #1
All for OSRS. Tried searching the forums and plenty of time searching through the jdocs testing random things out.
How to get through the welcome screen?
How to make quicker camera turns?
Edit: was gonna remove it but I'll leave this one here in case anyone else is wondering
How to get through the welcome screen?
- By default, if I'm logged out in OSRS the bot will log in fine but won't click through the welcome screen.
- Tried using interfaces to search for "Click here to play" but the interaction never works.
- Tried using GameEvents.OSRS.LobbyHandler.enable() (not sure what this is for) on start but didn't work.
- Looking for something to mimic the scroll wheel and turn a bit faster than the turnTo() functions work. Possibly scrollTurnTo() / wheelTurnTo();
- Tried loops of pressing the mouse wheel, dragging the mouse and then releasing the wheel but doesn't work well at all. Nowhere near the same way turnTo() functions work where I can specify a target and the viewpoint turns exactly towards.
- How to check if local player is poisoned? (Solved.. sort of)
- Cloud mentioned adding it to the API here: Poison?
- (Solution?) - Could check using interfaces or varps. Would be nice if there was a Player.isPoisoned() or Actor.isPoisoned()?