Everything posted by Salty as fuck
-
[combat]NPC filtering pls halp
yes
-
[combat]NPC filtering pls halp
already imported java.util.list alone and it fixed it for the most part. the 'n' variable has been having issues the whole time lol
-
[combat]NPC filtering pls halp
didn't even import the list lol, will import manually and see if it helps imported manually, fixed that error, but other errors occurred ; -; will import both kek importing java.util.list fixed the npc filter, but broke my paint :'( that didn't help lol also - had to re-import everything in the paint, just gotta get variable n figured out
-
[combat]NPC filtering pls halp
the collectors import isn't what got me lol
-
What scripts does osbot need ?
this is why i'm going to have your kids thx for the help, fam gonna go with token's method tho cause we're having babies soon
-
[combat]NPC filtering pls halp
been fixed, pls close
-
Starter pure with 99 fletching
realistically, 10-15m is all i'd pay
-
What scripts does osbot need ?
If I bothered to learn npc filtering for npcs that aren't in combat, I'd start on a free AIO GWD hint hint @@Token
-
If you like EDM check it out
It's okay, not all that great. I can't really party to that. It'd just irritate my ears. This, on the other hand..
-
Herb Cleaning
Stupid ass arrogant grey name.. First of all, if he were to use that poor code of yours, it would only work so long as he has either 28, or over 28 grimy herbs in the bank. Which is stupid. On-top of that, it doesn't check whether or not the inventory is even empty. Oh and I don't understand? Weird how I have a scripter rank and you don't. Pleb. if (bank.isOpen() && inventory.isEmpty()) { Item herby = bank.getItem("grimyHerb"); if (bank.contains("grimyHerb")) { if (herby.getAmount() >= 28) { bank.withdraw("grimyHerb", 28); } else if (herby.getAmount() < 28 && herby.getAmount() > 0) { bank.withdraw("grimyHerb", herby.getAmount()); } else { stop(); } new ConditionalSleep(5000) { @[member=Override] public boolean condition() throws InterruptedException { return inventory.contains("grimyHerb"); } }.sleep(); } }
-
Herb Cleaning
This is terrible. Please don't suggest anymore horrible ideas.
-
hey
I lost my vip too, cough cough
-
Bot Farm Goal
I usually just have one other account making gold, lol. 30 is a really good goal.
-
OCEAN MAN
we need a @Solution to this stupid shit..
-
Mald please.
I remember you also giving me advice when I had pushed an altar script for prayer. I completely forgot about the script, but I was genuinely surprised you went through everything and pointed out the flaws. That was beyond appreciated.
-
Dat moment when dey close up ur spam thread
it was the @Solution to your spam
-
Is it worth bonding a low lvl account to make planks?
Could've fooled me, grey name.
-
Plague Doctor's - Chocolate Grinder
Yes, I remember suggesting against it in the chatbox. Conditional sleeps are your best friend when making scripts. Best to learn great methods while just starting out. Practicing poor code will make it hard to switch over to better/cleaner code later on. Trust me on that one, I'm speaking from personal experience lol. Congrats on the release btw!
- Mald please.
-
Mald please.
Your immaturity and impatience are beyond noticeable. You should work on that. It really doesn't matter who applies for the rank. Everyone should be able to wait for the process to be completed, whether it takes a day or a month. There's a difference between messaging someone on facebook and demanding the devs do something about your application immediately. You don't repeatedly message/e-mail people to reply to you, right? The point is that your own patience is lacking. The developers have a lot more important stuff to deal with than deal with applications. Would you rather one person bitch about how long it's taking for their app to get reviewed, or a whole community bitch about why the bot is still down? They're called priorities. Learn to accept that you are not one here.
-
Mald please.
Nobody wants to wait for anything anymore. Patience is a long lost art.. I'm not alright with it, but I entirely understand the reason behind it. Scripts get pushed to the SDN within a week. Every line is read through by the devs to make sure it's all good and hopefully error free. Scripts get priority over people trying to apply for the rank. Ontop of that, it just means you have more time to create additional scripts. One rank won't change your whole life. Learn to have patience, amigo. You really don't wanna get on the dev's nerves.
-
Mald please.
Really bad idea to make a thread on this.. Alek don't like dis shit. It took me several weeks to get SDN access. I'm sure you can wait a bit longer. Honestly, a thread like this can completely ruin your chances.
-
Plague Doctor's - Chocolate Grinder
You should really look into conditional sleeps.. Also, why is it restricted to one bank? private Area varrockWestBank = new Area(3180, 3447, 3190, 3433); You could just do - if (map.isWithinRange(objects.closest("Grand Exchange booth"), 10) && !bank.isOpen()) { bank.open(); //attempts to open the bank new ConditionalSleep(10000) { //how many ms to wait for condition @[member=Override] public boolean condition() throws InterruptedException { //method goes here return bank.isOpen(); //ends conditional sleep if bank is open } }.sleep(); } //now it proceeds to the next method if (bank.isOpen()) { new ConditionalSleep(10000) { @[member=Override] public boolean condition() throws InterruptedException { //add your methods here return inventory.contains("Knife") && inventory.contains("Chocolate bar"); //ends conditional sleep if you have the knife and chocolate bar } }.sleep(); } There's a lot that can be improved in your script. I suggest going through other open source scripts and releasing the source to your scripts for suggestions on improvements.
-
Is it worth bonding a low lvl account to make planks?
who are you again?
-
Uploading an avatar.
you were better off without that ugly avatar tbh