Everything posted by TheScrub
-
Scrubs Super Herb Script
ughh forgot to say it's released already lol
-
Notori-Fighter[Project Diary]
i would suggest using two j lists and having one monsters in area and monsters we will fight like mine...
-
Global Moderator nominees
Gh0st (great guy fun and always talk-active and helpful)
-
Scrub's Trader
the first sentence is true while you have had months to develop yours so far I've spent about 3hrs working on mine
-
Scrub's Trader
well it's my way to give back and will increase osbot's popularity
-
Scrub's Trader
it will be free GUI more stuff coming soon working on it hard!
-
Twitch View Bot?
http://osbot.org/forum/topic/16704-simple-irc-bot/ not really a view bot but something i wrote awhile ago
-
Trade API
Except my script has been complete for almost a week now, before this post was made. It's been pending in SDN upload requests for 5 days. Please no Trolling/Flaming on thread both of you two idc about this crap i'm here to code and to improve my java knowledge! (I know stark your defending yourself but just don't reply to him look at his name...)
-
Trade API
if you read the terms and conditions you may not use my code for any premium scripts.. do not be talking smack mr asshole Problem is that you won't know if anyone uses it or not xd Anyway, some notes: public static int mytradescreen = 48; use correct java naming conventions, if you are coding for yourself I wuldn't give a fuck, but if you are trying to write modular code api/library you need to use conventions or people will have a hard time understanding the code. private Script script = Context.script; Don't use static for the sake of god. You are supposed to use oop with osbot, if you use static the vars will be "shared" to all tabs withing the client. You should init this class with a Script argument instead. public Item[] getItems(int screen) throws InterruptedException { ArrayList<Item> array = new ArrayList<Item>(); if (tradeScreenOpen()) { Item[] itemArray = Context.script.client.getInterface(335) .getItems(screen); for (Item i : itemArray) { if (i != null) array.add(i); } } return array.toArray(new Item[array.size()]); } ????? getFirstScreenItemByInteger *ById maybe public static int ourSecondScreen = 37; public static int otherPersonSecondScreen = 40; There are 4 more childs for second screen messages Only good thing worth mnetioning is the getItemsSecondaryScreen method that seems very clever thanks for the constructive feedback instead of the usual nice good work or i might use this
- Trade API
- Trade API
- Trade API
- Trade API
-
Simple path finding
Agreed. I got excited when I saw this title but I'm still on the lookout for a path finder I guess i have this but not that good http://osbot.org/forum/topic/20077-generating-straight-line-path/ will work on a path finder on thursday
-
How Australians pay fines.
Fuck the adelaide city council dicks..
-
DunkPathMaker - Create your paths with ease!
Can you give me an example of a proper area variable? Area(int x1, int y1, int x2, int y2) The boundaries to initialize this area with. Area(java.awt.Point[] locations) The locations to initialize this area with. Area(Position[] positions) The Position objects to initialize this area with. from the osbot api
-
Ground floor Bank areas + some paths
use an enum???? please :P
-
Creating A Scripting Group
I'm keen to join a skype group to help people with problems knowledge is key willing to share mine with others!
-
[FLAWLESS] BGDK - Kills Green Dragons For Profit [250k+/HR]
well script went to drags i put to hop if 1 person at spot to hop the bot logged in and out for 40 min LOL idk if this is the client but since it didnt even attempt to hop im guessing on your'e end not sure. The count includes yourself what?? If you set it at 1 then of course it will keep hopping - you are 1 person. If you mean to set it at one other person including yourself, slide the counter to 2. http://pastebin.com/ByRYkx18 warp the getPlayerPositions as you see i've removed my own player you could warp it quite easily thank me later..
-
Scrubs Super Herb Script
Done the script waiting for it to be put onto the SDN put a local thread in the local section http://osbot.org/forum/topic/25389-scrubs-herblore/?p=287472
-
Give Gold Glow To Verified Members
Support it seems like a hard rank to achieve so they deserve something special
-
Player-owned house doors
I can confirm Door id's inside house's have not changed
-
How to make money from thieving?
http://osbot.org/forum/store/product/128-scrubs-wall-safes/ http://osbot.org/forum/topic/18972-scrubs-wall-safer-125khr/
-
Scrubs Super Herb Script
not them... unfinished potion id's
-
Scrubs Super Herb Script
you helped me when i was worse than you now i help you