Jump to content

Salty as fuck

Trade With Caution
  • Posts

    631
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Salty as fuck

  1. 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
  2. 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
  3. 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..
  4. 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(); } }
  5. This is terrible. Please don't suggest anymore horrible ideas.
  6. I lost my vip too, cough cough
  7. I usually just have one other account making gold, lol. 30 is a really good goal.
  8. we need a @Solution to this stupid shit..
  9. 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.
  10. 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!
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. you were better off without that ugly avatar tbh
  16. I only worked part time during my gym life, so I would sleep around 10-12 hours every night. That cardio was also my warmup, lol. I'm hyper-aware about my body. I wasn't fatigued doing cardio, surprisingly enough. At 21, the heart is pretty healthy :p I'd also have no issues with it giving out.
  17. 10-15 minutes at a time, 5 days a week momma didn't raise a bitch 220 - age is all I care about tbh if it's in range, it's whatever
×
×
  • Create New...