Everything posted by Joseph
-
selecting menu action
the stuggle lol, so far i have this, it works fine for the right clicking. Now i just need to add in menu slecetion public boolean menuContains(RS2Object object) { if (object != null && client.isMenuOpen()) { for (Option menu: client.getMenu()) { if (menu!=null && menu.action.equalsIgnoreCase(object.getDefinition().getActions()[0])) return true; } } return false; } public boolean rightClick(RS2Object object) throws InterruptedException { if (object != null && this.canReach(object)) { if (!client.isMenuOpen()) { client.moveMouseTo(object.getMouseDestination(), false, true, true); }else return this.menuContains(object); } return false; } public boolean interactWithRightClick(RS2Object object) throws InterruptedException{ return false; }
-
selecting menu action
im not too sure of, how to select the first index off a open menu (off of right clicking). i know there, but i wouldnt know what to put for the destination selectOptionpublic boolean selectOption(java.lang.Object e, MouseDestination dest, java.lang.String action) throws java.lang.InterruptedExceptionSelects an option in a menu. Parameters: e - The entity object (Can be an instance of Entity or Item) dest - The destination of the destination. action - The action of the option, For example: 'Use' or 'Chop down' Returns: Throws: java.lang.InterruptedException
- I'm back
-
how to get the rotation
wow legit, i went down the list of client methods and couldnt find it lol. Thank you client.getCameraYawAngle(); is the answer i was looking for
- how to get the rotation
-
how to get the rotation
How would i go about getting the rotation of my minimap?
-
Get arrow head messages
you can fuck around with this. But i have no telling what will happen getHeadMessagespublic java.util.List<HeadMessage> getHeadMessages(Character<?> c)Internal usage only! Parameters: c - Returns:
-
Psuedo Ranging Guild broken
it most likey has to do because of the reset update. OSBot equipment tab is broken. It doesnt allow us to see if wearing something without have that tab open
- OSBot 1.8.11 and 2.1.7
-
Mobile version search is messed up.
I stay using website Version on my phone
-
Mod Edit: [Script Removed] Archon
Name of script: Archon Agility Link to topic: http://osbot.org/forum/topic/20638-archon-agility/ Local or SDN: SDN (not any more) Premium or Free: prem Date the script was last updated: december-ish Description of the problem: hasn't been updated, still has rank but has been inactive for some time now
-
Mod Edit: [Please use the Mandatory Forms] SXForce Scripts
His agility script doesn't work too good either, and his been inactive for over a month now
-
New osbot release?
There is one for osbot 2
-
OSBot 2.1.6 - Improved interactions
Dam laz and these crazy updates
-
goodnight
Peace out :P. Don't come back now fucker. Take care I'll talk to your tomorrow
-
@Nitrousek @Dashboard
wtf did i just read
- [Suggestion] OSD
- using bank tabs
-
MagicTracker
Opps lol, well it's deprecated so no one can really use it, but I'll fix that later thank you
-
Come see my sexy new script and hear my sexy voice!
it looks like a great script. And i feel you, i have to port over my construction script. Not too happy about it. But im a bit glad, because now i get to organize it more. Plus the fun of using a new api
-
Come see my sexy new script and hear my sexy voice!
the struggle to port over to OSbot 2
-
[OSBot 2] BitterAIOFarmer -In Development-
nice to hear that, good luck on your script
-
i can't believe this fukin happened..
you really should get some pussy, might help you relax. But thats crazy, dont feel bad though, its kinda his fault. He wanted to try it out. You didnt focus him to do it. Luckly you were there to save him
-
exp until level up
Can you give me the array
-
exp until level up
How would i go about finding how much exp i need until next level up. I remember seeing a snippet before. i dont feel like typing it up my self. I really appreciate it