Everything posted by Joseph
-
Free 24+ hours script trial
want a trial? sorry i took so long to notices
-
Local Scripts?
is it your own local script? if it is it needs a manifest so it can show up is it your own local script? if it is it needs a manifest so it can show up
- 71 Hunter Skiller - [GP] [PayPal]
-
too hard
im looking for uncut gems. ill trade you 2 cuts / uncut
-
too hard
i work too hard for your guys _-_ http://prntscr.com/5on2q5 http://prntscr.com/5on363 and im still working on my crafter i wont stop until its done.
-
Incentive to quit smoking
Let me be the first to say I don't smoke cigs but the alternative herbs. Is that any better?
-
Down Down Down Down Down
Why crash the market?
-
Tanning Hide Bot
Check my crafter lite script it's free I just pushed an update for the tanner script mode and the armour script mode has been done long time ago I have the paid version which is great but I also have the lite version too which is good but not better then the paid one ofc you didn't see this coming
-
Please Fix That! Auto Fletcher script free From novak
Report it on his thread it's his script he's an active scripter so if you tell him the problem with a great discription he'll fix it
- Tanning Hide Bot
-
Herbifier Script Broken?
http://osbot.org/forum/topic/56928-herbifier/page-2
-
OSBot 2.3.10 - Default accounts, Windows 8 Patch, Regions
it orks now ty alek
-
Free 24+ hours script trial
done 30 hours have fun
-
Free 24+ hours script trial
done 40 hours
-
OSBot 2.3.9 - First of the year
alek add in canifis bank and port ph to banks. if you need account that can reach those location let me know
-
Banking Util
My task interface is a simple node interface everybody uses. Contains three methods: String: status() int: run() boolean: activate(); you could remove dsAPI its my own api but i did release some of the methods some where in this section il give you links. containsAll This is an abstract class which is meant to be extended. You can override activate if it doesnt suit your needs. package util; import java.util.ArrayList; import java.util.List; import org.osbot.rs07.api.util.Utilities; import org.osbot.rs07.script.Script; import osb.setting.Task; import osb.util.DsAPI; import osb.web.WebBank; public abstract class DsBanking implements Task { public List<String> requirements = new ArrayList<String>(); public final Script ctx; private final DsAPI dsAPI; private WebBank webBank; public DsBanking(Script ctx, DsAPI dsAPI) { this.ctx = ctx; this.dsAPI = dsAPI; this.webBank = dsAPI.getWebBank(); } public abstract String status(); public abstract void run() throws InterruptedException; @Override public boolean activate() throws InterruptedException { return this.webBank.insideBank() && !dsAPI.containsAll(true, getList()); } public void clearList() { requirements.clear(); } public void setupList(String...items) { for (String item: items) { requirements.add(item); } } public String[] getList() { return Utilities.convertStrings(requirements); } public boolean openBank() { return webBank.openBank(); } public boolean depositAll() { if (ctx.inventory.contains(getList())) return ctx.bank.depositAllExcept(getList()); else return ctx.bank.depositAll(); } public void withdraw(String name, int amount) throws InterruptedException { if (dsAPI.containsAll(false, name)) { boolean all = (amount == -2) ? true: false; boolean allButOne = (amount == -1) ? true: false; if (all) ctx.bank.withdrawAll(name); else if (allButOne) ctx.bank.withdrawAllButOne(name); else ctx.bank.withdraw(name, amount); dsAPI.conSleep(dsAPI.containsAll(true, name), 7000).sleep(); }else{ ctx.log("doesnt have " +name); ctx.bot.getScriptExecutor().stop(); } } }
-
Error in script onStart()
Good shit I do the same thing when shit like that happens to me
-
Error in script onStart()
keep working on it and fix the problem
-
How to click the same bank booth that it originally found?
it doesnt work all the times but more of the time its does the boolean is the real distance.
-
for scripters
did nobody notice this? http://prntscr.com/5n3tai
-
How to click the same bank booth that it originally found?
try: objects.closest(true, "Bank booth");
-
eSmithing
id rather take the data so i could make my own
-
Error in script onStart()
you can remove everything from on start. Closely add in each line and see which line give you the error.
-
Account with fairy rings, npc contact, and cave horrors
osb supports lunar, it also has the interface value in Magic.LUNAR_INTERFACE check the magic class
-
Account with fairy rings, npc contact, and cave horrors
i got you with the cave horror (if thats the light house north form barbarian assault then yes i got you, if not your fucked). i got fairy ring but not lunar magic sorry