Everything posted by Joseph
- MagicTracker
-
Project Mod Tracker
i would like to be apart of this
- Investor
- OSBot 1.8.8 and 2.1.3
-
OSBot 1.8.8 and 2.1.3
where the download link for obsot 2
-
OSBot 1.8.8 and 2.1.3
So whats new on OSbot 2? Thanks for the new update
-
What's an Enum [Part-One]
lol alright, ill probably just leave the number enum. but add in a runescape section.
-
What is your MOST HATED quest you have ever done in RS
Underground passage -.-
-
MagicTracker
Currently supports: Most staffs Standard spell book Ancient spell book Lunar spell book When i have a chance i want to implement the new magic class and stuff osbot has. On my todo list MagicManager class Change log: 10/30: Renamed it, extends MethodProvider, so i dont have to create a script instance, re-orded rune supply constructor, made it easier to read. 8/15 (check second page for more details): rename spell variables, rename staff variable, add in new staffs, add in two new methods, 8/13: rename MagicSupply into RuneSupply change RuneSupply constuctor, into (int, Rune) removed staff type class, shorten down staff enum, revamped up my methods, removed acient and lunar until i actually add them in. 6/15: Did some renaming of classes and enums Remove the element enum <-- redundant Add in a new ItemSupply class which isnt fully supported. Example: Teleport to ape toll, you need bananas. 5/15: initial release
-
Update OSRS #46
did you update osbot 2 ?
-
Anybody with Lunar / Ancient
Does anybody have an account i could borrow, that has access to Lunar / Ancient spell book. I want to collect data. I have a rank so im some what trust worthy. I also dont need to access your bank or nothing. If you think you could lend me the account you could pm or reply by on this thread. bump
-
Bank tabs
maybe if you add the supplies you need in one tab, and have that tab open, it wouldnt bug out so much
-
[News] Massive Script Sweep + More
i don't know I just wanted a confirmation
-
[News] Massive Script Sweep + More
woot woot, @Alek are you still accepting script updates? if a script is already in the SDN
-
using bank tabs
the height of the bank interface changes 305 == without bank tabs 331 == with bank tabs OSBot 2: public boolean usingBankTabs() { if (interfaces.get(12).isValid()) return interfaces.get(12).getChild(0).getHeight() == 331; return false; } OSBot 1: public boolean usingBankTabs() { if (client.getInterface(12).isValid()) return client.getInterface(12).getChild(0).getHeight() == 331; return false; }
-
OSBot 2.1.2 - Banking fix, randoms, etc.
Why is it when i open the osbot 2, and press laugh without change any setting on the loader. The client doesn't want to load up. It doesn't even pop up
-
What's an Enum [Part-One]
Let me know how it looks
-
What's an Enum [Part-One]
Started working on this again. I removed the picture and added in the code. Easier for me to edit, rather then having to retype, edit, and upload the picture. Which was a hassle.
-
High School Track
i use to do track and field, but i never ran, i only did like long jump, triple jump. But it was fun . Great times
-
OSBot BETA 2.1.1 - Proxy Support, CPU Enhancements, and More!
is it safe enough to start scripting for osbot 2
-
OSBot BETA 2.1.1 - Proxy Support, CPU Enhancements, and More!
you get an error on trying to use a script on the SDN, but works when using a local script
-
OSBot BETA 2.1.1 - Proxy Support, CPU Enhancements, and More!
congrats on release
-
OSBot 2.1.X Being Released This Weekend!
Was the Cpu fixed for osbot 2
-
What the min and max?
ill probably do it tomorrow, im working on other thing. This isnt such a big issue just wanted to know
-
What the min and max?
Does anybody know?