Everything posted by FrostBug
-
How do I make a Jad botter?
- Fruity Barrows (Frost Barrows)
24 hours, like everyone else- Fruity Barrows (Frost Barrows)
Shouldn't be. Please check the standard troubleshooting such as setting camera zoom and hotkeys to default. Also please post some client console output if it happens again, the reason is typically written there. _______________ Version 1.4.6 - Added some checks when teleporting out using a duel ring- Fruity Barrows (Frost Barrows)
Please read my previous post. I already added yours.- Fruity Barrows (Frost Barrows)
I haven't added any trials in the past week since I've been away on vacation. Will add the most recent requests now, but other than that, you'll have to request it again now if yours wasn't added. Sorry about that- Fruity Barrows (Frost Barrows)
What spell might you be using? And did you try setting a proper value for minimum casts? (eg. 100). Please provide client console output and/or screenshots where possible, otherwise I can't really do anything- Fruity Barrows (Frost Barrows)
There should be a right click option "Reset to default", all the way left is not the default- item interaction
Try something along these lines (assumes that a knife is present) if(getInventory().contains("Chocolate bar")) { if("Knife".equals(getInventory().getSelectedItemName())) { int slot = getInventory().getSlot("Chocolate bar"); getMouse().click(new InventorySlotDestination(getBot(), slot)); } else { int slot = getInventory().getSlot("Knife"); getMouse().click(new InventorySlotDestination(getBot(), slot)); } }- Dynamic Signature Tutorial - WITH PICTURES
URLConnection con = submit.openConnection(); instance.log("Submitting statistics..."); con.setDoInput(true); con.setDoOutput(true); con.setUseCaches(false); final BufferedReader rd = new BufferedReader(new InputStreamReader(con.getInputStream())); rd.close(); You 'could' just.. submit.openStream().close();- Draw Rectangle surrounding item in inventory.
EDIT: nvm, Flamezzz posted it- PP, SKRILL. $$Igors123 and Bellic gold buying shop$$ | BEST PRICES | FAST DELIVERY |
Sold him another 100m Good stuff- Fruity Barrows (Frost Barrows)
Sounds like you might not have your camera zoom set at the default level. Please check it- hey
- Scripter Ranks?
Read the stickies here http://osbot.org/forum/forum/181-sdn-upload-requests/ You can apply for Scripter II from the Scripter private forum once you're Scripter I- Ground items to list?
List<Item> junk = getInventory().filter(itm -> itm.getName().equals("Junk")); List<Item> trimmed = (junk.size() > 3) ? junk.subList(0, 3) : junk;- Fruity Barrows (Frost Barrows)
It's alright, I found the problem. Client version 2.3.120 changed the default way of finding objects with the client; I've gone ahead and changed it back to the old way. It will be up and running again as soon as the SDN manager reviews the script changes- Fruity Barrows (Frost Barrows)
I think this was an issue with 2.3.119. Have you tried 2.3.120+? Also, for future reference, please include at least some client console output with bug reports, or better yet, fill in the bug report template.- Help me please
That exception has nothing to do with trading. Seems to just fail when attempting to stop the script- Inventory interaction questions
You're right, mb- Inventory interaction questions
if(getInventory().contains("Peach")) { if(getInventory().contains("Bones")) { getInventory().interact("Break", "Bones to peaches"); } else { stop(true); } }- Fruity Barrows (Frost Barrows)
Does it say that on Paypal, or in your OSBot Client Area? I haven't really heard of a case like that before. Perhaps asking @Maldesto would be the best approach. He's the one who deals with this stuff. I'll give you a trial type auth for now, so you can use that until the payment issues are cleared. I personally always use the standard client; but that's entirely up to you- Fruity Barrows (Frost Barrows)
If there's any approval required, it's probably from Paypals side. Neither me or the Admins/SDN Managers can "approve" payments AFAIK. Did you pay by eCheck or something through paypal?- Fruity Barrows (Frost Barrows)
Please send it to me in a PM thanks Damn, that sucks Sorry for your loss- Fruity Barrows (Frost Barrows)
Started a trial I pray that I may be of assistance in curing said disgruntledness- Fruity Barrows (Frost Barrows)
Well, normally I would do 6 or 12 hours for users with such recent join dates; but since I wasn't able to add it right away (Auths were down) I set it to 24 hours instead. - Fruity Barrows (Frost Barrows)