Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. silencep44

    Resolved GrandExchange.placeSellOffer() is broken

    I'm trying to sell 10 Runite bars with GrandExchange.placeSellOffer() but this seems broken. It opens the sell menu, selects to correct item, but then the problems begin. The quantity of the item is automatically 10, but it still tries to input 10 as a value (not needed). After this...
  2. silencep44

    Bug Bank.depositAllExcept() occasionally gets stuck with item right-clicked

    True but it all comes down to that the bot thinks something is visible when not. I really don't know how hard it is to check or how much resources it would take to fix this. But indeed we shouldn't have to deal with this.
  3. silencep44

    Bug Bank.depositAllExcept() occasionally gets stuck with item right-clicked

    I have the same problem but I just solve it like this: GameObject rndObject = GameObjects.newQuery().results().random(); if (rndObject != null) { if (rndObject.isVisible()) { Mouse.move(rndObject); Execution.delay(50, 2000, 150); } } The same happens allot when...
  4. silencep44

    Silence's Willow Bot [Deleted]

    SilenceP44 updated Silence's Willow Bot with a new update entry: Silence's Willow Bot v1.0.3 Released! Read the rest of this update entry...
  5. silencep44

    Silence's Cooking bot [Deleted]

    SilenceP44 updated Silence's Cooking bot with a new update entry: Silence's Cooking bot v1.0.2 Released! Read the rest of this update entry...
  6. silencep44

    Resolved Get the text displayed from interface components

    Thanks, looked into varbits for the first time and this was indeed what I needed!
  7. silencep44

    Resolved Get the text displayed from interface components

    Thats what I've been doing now but I was just wondering if there was any way to do this, for example you made a motherlode bot right? The sack in the top left also displays a number. It's kinda the same problem. But you probably just work around it instead of using that number?
  8. silencep44

    Resolved Get the text displayed from interface components

    I know but I pretty much went through all the components / childeren / parents and found nothing.
  9. silencep44

    Resolved Get the text displayed from interface components

    I'm trying to read a string from the blast furnace bar dispenser interface ("Coal in furnace: 130"), this is in the interfacecomponent [27,107] I suspect. But when I try to use .getText() it returns "Coal to add: %2". This is a really annoying problem that I run into all the time. Is there any...
  10. silencep44

    Silence's Cooking bot [Deleted]

    SilenceP44 submitted a new resource: Silence's Cooking bot - Cooks your raw food! Read more about this resource...
  11. silencep44

    Question Bot making tutoral help

    Try going 1 folder back, (so your last folder is Login)
  12. silencep44

    OSRS Blast furnace Testers needed

    I just about finished my blast furnace bot for osrs. I fixed all the major errors/bugs so it should be pretty safe (already trained my acc from 30 to 85 smithing while developing & play testing without ban). Just looking for some people who want to test my bot and send all the errors/bugs or...
  13. silencep44

    Resolved Failed interaction with Interactble behind mini map

    Thanks for the responses! This was my first idea but it seemed a bit messy to solve it that way, will try to solve it now .
  14. silencep44

    Resolved Failed interaction with Interactble behind mini map

    Bug & Question: I use a lot of code that looks somewhat like this: if (!BankChest.isVisible()) { Camera.turnTo(BankChest); Execution.delayUntil(BankChest::isVisible, 100, 5000); } This works great most of the time but I have run into a problem: When not playing on fixed modus the bot...
  15. silencep44

    Bug Failing Interactions

    Yeah but how do I fix it :( Found this post Resolved - Clouse inaccuracy for menu options , I think this is the same problem but here it looks to be resolved @Cloud bump Anyone ?
  16. silencep44

    Bug Failing Interactions

    Pretty sure I need to because InterfaceComponent[28, 108 - 115] are all the '(all)' containers. But even if this was the case that doesnt explain why it fails to complete basic tasks like withdrawing.
  17. silencep44

    Bug Failing Interactions

    Whenever I try to interact with a spriteitem, Interface (ex. Pressing 'Take' in blast furnace dispenser, Withdrawing anything from the bank, Equiping Items, ...) It fails +- 50 % of the time. The mouse just hovers over or right clicks the item and then just stops half way. First I thought that...
  18. silencep44

    Question Trouble trying to publish my first bot.

    Hey! Thanks for the reply, I didn't understand fully what you were saying but I got the general idea of the problem and I managed to fix the problem. I fixed the problem by uploading the empty folders/ packages in which the bot was located (because my manifest needed them which I didn't think...
  19. silencep44

    Silence's Willow Bot [Deleted]

    SilenceP44 submitted a new resource: Silence's Willow Bot - Chops your wood! Read more about this resource...
  20. silencep44

    Question Trouble trying to publish my first bot.

    Trying to publish/make my first bot ( a basic draynor willow woodcutter). But I have some troubles, when trying to run my script locally I get the following error (50 % of the time) : Found this from 2015 whitch is the pretty much the same problem but I didn't find a solution there: Bug -...
Top