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

    Bug Menu.isOpen() returns false if Menu is open with only one option.

    Using `Bank.withdraw()` on OSRS can cause a missclick: a rightclick menu opens with only 1 option ("Cancel") . The following message is logged: 00:12:30 WARN [Bank] Action not found in [Cancel] But `Menu.isOpen()` returns false while the log shows a menu is open.
  2. silencep44

    Bug DepositBox.isOpen() always returns false.

    OSRS, tested on the blast furnace minigame depositbox next to the bank.
  3. silencep44

    Suggestion add .getRunes(); to Power.Magic enums

    Would be nice if we could get the amount of runes a spell uses.
  4. silencep44

    Bug WorldHop.hopTo(...) doesn't work as intended on OSRS

    Gamemode: OSRS WorldHop.hopTo(...) doesn't delay/wait until the map is loaded. The bot just continues after clicking on the new world which causes all sorts of nasty stuff. @Party
  5. silencep44

    Bug Login Handler fails to clear username

    Bot fails to clear the username when switching between accounts. Game: Osrs The typing cursor is in the empty password field and fails to press tab to go to the username field. Log: ... 00:05:17 TRACE [Login handler] Clearing username 00:05:17 TRACE [Login handler] Clearing username...
  6. silencep44

    Resolved Quests.get("Cook's Assistant").getStatus() not working properly.

    Quests.get("Cook's Assistant").getStatus(); Takes about 300 - 400 ms and returns the wrong Quest.Status (IN_PROGRESS instead of COMPLETE) on OSRS even with the quest tab open. Plz fix. While I'm complaining :p, can we also get the quests as Enums? Don't know who is in charge of this so I'll...
  7. silencep44

    Silence's Fishing Trawler [Deleted]

    SilenceP44 submitted a new resource: Silence's Fishing Trawler - Gets you the angler's outfit in no time! Read more about this resource...
  8. silencep44

    Silence's Blast Furnace [Deleted]

    SilenceP44 submitted a new resource: Silence's Blast Furnace - Forging your smithing level to 99! Read more about this resource...
  9. 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...
  10. 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...
  11. silencep44

    Silence's Cooking bot [Deleted]

    SilenceP44 submitted a new resource: Silence's Cooking bot - Cooks your raw food! Read more about this resource...
  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

    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...
  14. 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...
  15. silencep44

    Silence's Willow Bot [Deleted]

    SilenceP44 submitted a new resource: Silence's Willow Bot - Chops your wood! Read more about this resource...
  16. 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 -...
  17. silencep44

    Resolved Why do I get this error?

    When I try to push my bot, I always get the following error. Been trying to solve this for a while now. Locally my bot works fine, so I tried to find the cause in the manifest without succes. Whats the problem here? I created my bot using mostly 'Snufalufugus' Tree bot guide.
Top