- OSBot client username.
-
OSBot client username.
i used OSBot client username to keep the progress of each botter is that aloud?
-
getmessage from chatbox
my whole bot crashes when getting messages is there a way to get the last message only so not the whole array im using this. else if(api.chatbox.contains(MessageType.ALL, "Welcome to runescape.")) and then i get nulled when someone types a message or when i typ somthing
-
Check if user is in clan.
Does someone have this to check if your bot is in a clan and if not it will join a clan.
-
FTP Karajama Lobster Fisher and Banker
C:\Users\<username>\OSBot\Scripts Then with Eclipse export it if you dont know i uploaded the jar file for you so you can put it in the folder. http://s000.tinyupload.com/index.php?file_id=87681524579547191526
-
stuck on getInventory.....
how do i call it from the main class it wont let me do it... getting NUlled or error i did Inventory inventory = new Inventory(); or Inventory inventory = new Inventory(null);
-
OsBot wont load?
cannot connect to osbot! What i get in osbot I think server is down
-
stuck on getInventory.....
Thank you il try that its so weird you cant like call methode from that class objects are working for me now but i want to make classes im using public voids now in main class....
-
get itemid by item name.
Oke Thanks anyway its a start
-
get itemid by item name.
do i need to have that item in my inventory?
-
get itemid by item name.
this gives me the amount in my inventory : this.getInventory().getAmount("Cowhide"); i want the ID if i do "CowHide"
- get itemid by item name.
-
stuck on getInventory.....
man im really stuck here im trying my best to understand it just wont work just getting nulled... and im trying to code in objectoriented and in classes ... if i put everything in main class it works fine.... but then its not objectoriented...
-
stuck on getInventory.....
i have no clue how this works.... Inv invent = new Inv(); Inv.this.exchangeContext(bot); invent.compareItems(); banked = invent.getWillowsCut(); private MethodProvider api; public void onStart() { api = new Inv(); api.exchangeContext(getBot()); } did it in my class still null class called Inv en main class called main
-
stuck on getInventory.....
where do i put it inside my class or main?