Jump to content

Czar

Global Moderator
  • Posts

    22252
  • Joined

  • Last visited

  • Days Won

    1983
  • Feedback

    100%

Everything posted by Czar

  1. Started botting because some skills are so painful to train
  2. Add on discord I will help fix easily. In the meantime lower the mirror client reaction timer from 1000ms to 50ms, you still haven't confirmed that you lowered it yet
  3. YASS MORE ITEM ID METHODS SUCK IT ITEM STRINGERS EDIT: Good job on update ^^
  4. Activated trials good luck guys
  5. @dolando did you enable this button on the client? Make sure to turn that off, please confirm! Alching speed, what's your exp/hr, here's a gif of alching from my side: Tell me if this is: slow / medium / fast I will see what I can do with changing it in the next version
  6. Hmm try changing the filters around so it will be more specific: NameFilter<GroundItem> nameFilter = new NameFilter<>("item name here"); getGroundItems().filter(a -> a.getX() == x && a.getY() == y && nameFilter.match(a)); As for the time, change the conditional sleep so: int expiredAmount = (int) getInventory().getAmount("Item name here"); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return ((int) getInventory().getAmount("Item name here")) != expiredAmount; } }.sleep(); This will make it so the sleep depends on if the amount changed at all, instead of if the amount has been added by 1. If you want the script to not move the camera you must use InteractionEvent and disable the camera, I will try and find a link somewhere to an osbot thread with help.
  7. Will modify the prices for now, and allow the user to enter their own custom price in the next few updates hopefully ^^ Apologies!
  8. Done good luck on trials, post some results
  9. Czar

    Perfect Thiever AIO

    Thank you The rogue's den I am in the process of doing a script to get the rogue's outfit but it is not available just yet sorry. Hopefully as soon as possible As for trials, activated good luck all.
  10. I will improve the buttons and text so it is more readable, it is a bit confusing I admit, update coming up @mikeamesh banking: which area? the bank may not be added to my list of supported banks, but I will add it ASAP!
  11. Activated trials good luck guys, there are a few updates on the way so I activated double trial times
  12. Demonic gorillas not yet - I just finished MM2 to access them so I will be adding a plugin for them in the near future. Thanks for the idea ^^ @Sahin0313 excellent progress, I am very happy to hear this, good luck on all your accounts, amazing 99 str 40 att 1 def EDIT: Forgot to mention; I pushed the new update, it is missing 2 features: cannon looting re-write and amulet re-write. I wanted to get all the other fixes released before I perfect these two, they may take a day or so to re-write and improve. Expect another update shortly. The newest version will now be: v241.3
  13. Holy Almost 99! Please update us when you hit 99 !! Good luck as for trials, activated good luck too!
  14. Done good luck on trials
  15. I really hope to post the new update today or tomorrow, hopefully things go smoothly ^^
  16. Done good luck on trials guys Post some results
  17. Instead of f2p questing script, an actual account builder would be pretty epic, so start the script straight after tutorial, and let the script do a multitude of skills and quests until any desired point. e.g. dragon slayer from scratch just by botting. Aside from that, you have castle wars which is f2p, runecrafting, collecting items (picking potatoes, garlic, etc). And if none of these sound good, you can always re-invent the wheel and make the wheel better + faster, something which nobody is doing; e.g. mining, there is still no 3 tick mining script out there. Good luck!
  18. Czar

    Hey, I'm Peaj

    Welcome to OSBot, nice to see that you're giving back to the community
  19. Make sure to bot carefully guys, don't bot 6 hours non-stop, make sure to babysit if botting in high population areas (if you absolutely must bot in high pop. areas - try not to), and you should have moderate to great success depending on how well you look after your accounts and how carefully you bot.
  20. Hmm I thought you get the pet automatically, how does the process look like? I can add it perhaps.
  21. okay will be posting the alch speed update asap. Use at your own risk (fast=more botlike) personally I would use the normal option instead of the fast option, and I highly recommend not botting on an account that had a 2 day ban, you are so lucky you aren’t banned yet
  22. the mirror client is essentially copying the osrs client so it uses up 2x resources as normal, if it is too laggy for you try the normal stealth client instead, mirror mode’s benefits arent that great for bank skills, they are low enough ban rate as it is
  23. Which sand crab area? It should reset aggro if you have loaded the default settings. Activity: default, aggression: default
×
×
  • Create New...