Everything posted by Isolate
-
Power Miner || WWF Miner
Off topic: In my quests everyone is called ROMEO ot: Nice ^_^ this area would be pretty popular now?
-
i love maldesto
Do you have a weekly reminder to make these? http://osbot.org/forum/topic/78201-i-love-maldesto/ http://osbot.org/forum/topic/77547-i-love-maldesto/ http://osbot.org/forum/topic/76940-i-love-maldesto/ http://osbot.org/forum/topic/74256-i-love-maldesto/
-
So empty...did i miss something.
Client must be working well.
-
can someone compile this for me as a .jar
> white was was around accept >still hovered over decline
-
can someone compile this for me as a .jar
my debugger told me 335, 16 0.0
-
can someone compile this for me as a .jar
Started doing this but somehow got the wrong widgets
-
can someone compile this for me as a .jar
Casual Information. I attempted the task from scratch. had a working example, but for no explainable reason it randomly decides to start spazzing over "Decline" when you call .acceptTrade(). No error, No logging error, just fails once then until you reload client persists to fail.
-
Slow/inaccurate banking
case BANK: if(bank.isOpen()){ bank.withdrawAll(1739); //sleep }else{ bank.Open(); //sleep } forgot the break;... eh...
-
Open for request..
got a video of the process?
-
kappa emote
Honestly if we need any emote it's
-
Darkcore ManKiller
no AIO fighters will do the trick..?
-
Darkcore ManKiller
Project was discontinued like a year ago
-
What a decen site that offer E-mails without cellphone #?
Works
-
What a decen site that offer E-mails without cellphone #?
Gmail
-
do people still stake in rs3?
Note: If they have an inventory of polypore staff 99.99% they switched to a yellow/orange kiteshield as you challenged them
-
What style of script is best for new script writers?
Steal 1 Drop 1 Is more efficient. This might never steal tea because it looks like you put all the stuff in !Area contains so when you're in that area nothing'll happen.
-
What style of script is best for new script writers?
I still use logic loops, for everything
-
What style of script is best for new script writers?
If you wan't to keep your sanity for as long as possible I recommend going with the Enum/State skeleton/style Example: public class Enum extends Script { boolean dropping = false; private enum State{ DROP, CHOP } @Override public int onLoop() throws InterruptedException { switch(getState()){ case DROP: drop(); break; case CHOP: chop(); break; } return random(100, 250); } private void drop(){ //do dropping stuff } private void chop(){ //do chopping stuff } State getState(){ if(inventory.isFull() || dropping){ return State.DROP; }else{ return State.CHOP; } } } Sure it has more base framework than the Logic loop style public class LogicLoop extends Script { boolean dropping = false; @Override public int onLoop() throws InterruptedException { if(inventory.isFull() || dropping){ //do dropping stuff }else{ //do chopping stuff } return random(100,250); } } But depending on the length/complexity of your script the logic loop method can get quite messy and the Enum/State method retains neatness and easy readability.
-
Javadoc error
Ooo the more you know 0.0 But still adding the client as an external library should solve your problem?
-
Javadoc error
The client is the documentation. Add it as an external library in your IDE to access the api functions.
-
Script help needed! [What not to do & how I can do it better]
1. The moment you leave monster area you'll stop walking. 2. if(bank.isOpen(){ //do banking }else{ bank.open(); } is prolly more secure should end this if (!inventory.contains("Lobster")&&MONSTER_AREA.contains(myPlayer())){ with an else like if (!inventory.contains("Lobster")){ //bank cheecks //walk to bank //bank ect }else{ //fighting checks //walk to fight //fight ect }
-
If you purchase a script, how long do you have it for?
depends on if it has a renew price. If it doesn't, life time of script. If it does you'll pay the init price then the renew fee monthly
-
What comes to mind when I say...
Well, If i hadn't missread it as "Grim fasply it" maybe I'd have a decent response.
-
Is there a way...
Shotput, but dunno the requirements to get there
- Are you Angry? Depressed? Upset? Listen.