Jump to content

Wolk

Members
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Wolk

  1. Just a scenario: Let's say you are fletching logs. You implement a conditional sleep to check if your inventory doesn't contain anymore logs, or you're not animating anymore. When the conditional sleep has been met, you add a random sleep because it's not human-like to instantly bank for new logs, all the time. This is because humans tend to AFK fletching and it can be a couple of seconds before the human notices the inventory with logs has been fully fletched.
  2. I have never used a while loop, ever. Never saw/had the need of using them.
  3. Wait 4-5 years and appeal; you will get your account back. In all seriousness, it sucks but that's the risk you took.
  4. I don't get people that would flip a coin to double or lose all their money; talking about the duel arena.
  5. Is this what you need?
  6. Hi, Is it possible to change the order of options so the mouse doesn't have to right click, move and left click? Instead it would only have to (shift) left click.
  7. The option isn't visible when you have the banking interface open. Otherwise it's always visible.
  8. Thanks @Lol_marcus and @BravoTaco! Sadly neither of those work since they use the same logic that I used/tried. Item.hasAction("Fill") always returns true for runecrafting pouches even when the option isn't available.
  9. Thanks for your reply. I actually read that post and tried to implement a varbits method, but I couldn't get it to work. After that I remembered runelite having a plugin to count the essence so I went looking on their GitHub and there they mentioned that the varbits that track the amount of essence in a pouch were removed. Which explains why the varbits method I used always returned 0. So far no luck. Any other creative ideas?
  10. Hi! Wondering if anyone else ran into this problem before. I thought of a way to check if a runecrafting pouch is empty or not (during banking). If the banking interface is open the rune pouch has either the option "Fill" or "Empty". I wanted to create a check to see if the item has the action (when the banking interface is open). I thought I could do it like underneath, but that provides you with all the items that would normally have that action (with the banking interface closed). getInventory().filter(item -> item.hasAction("Fill") How would I go on to read the (current) actions of an object? Or if anyone knows of a better way to check/know if the pouch is filled or not, please let me know since old strategies don't work anymore.
  11. This. Thanks for the fix!
  12. @Patrick This is happening in 2.5.82 This is what the logger is saying without running any script. java.lang.AbstractMethodError: client.LrRY.getVisibleOnMinimap()Z at org.osbot.rs07.api.def.NPCDefinition.<init>(xe:200) at org.osbot.rs07.api.def.NPCDefinition.add(xe:107) at org.osbot.rD.IiiiIiiiIiIi(bz:222) at org.osbot.BotCallback.m2(ez:74) at client.TiE.xn(Unknown Source) at client.TiE.run(Unknown Source)
  13. That's kind of the sad reality right now. You can always get detected, even if you run the best possible script. Everyone would love to know the answer on how to beat the ban-hammer while still being able to bot for reasonable times.
  14. A 15 year old maxed (on RS3 and nearly maxed OSRS) account just got unbanned after 5 years of being permanently banned, by macroing on OSRS. Are permanent bans not actually permanent? The offence penalty says that the offence has been expired. It just seemd weird to me because an appeal to fight the ban was never made. Also, the account holds a bank value of ~5B on RS3 and ~140M on OSRS.
  15. I made this simple Pest Control script because there aren't any free at the moment and I want to improve on writing scripts. This script isn't optimized to run Pest Control the best way possible. On arrival or when it can't find a NPC it will always run south, either to the middle or between the two portals. It currently doesn't attack portals or open gates. However, it won't attack NPC's that are unreachable. Script does seem to run nearly flawless, it will only do nothing if it can't find any NPC's south or near the middle. I ran the script for a couple of hours without any problems other than the one mentioned above. I got around 500 points using the script so far. Baby-sit is recommended if you feel like using the script (if you do, feedback is more than welcome). Script is a work in progress. Features: Supports intermediate boat Random position inside boat Quick Prayer (13+ prayer required) Searches for NPC's to attack Attacks Brawlers, Defilers, Ravagers, Shifters, Spinners and Torchers Strength XP Tracker Learn when to open gates (so pathing can be made better, more human-like, instead of just South) Attack portals Prioritize Spinners XP tracker for whatever combat skill you are using Pest control points tracker Potion support Special attack support Support for all boats How to start: Setup Quick Prayer Start the script near the intermediate boat (or else it won't work) Changelog Download (latest version) Removed for now
  16. Wolk

    Night Wintertodt

    This would be amazing. Great script anyway! I've set the points to 800, it seems like that's the sweet spot.
  17. I would love a trial Khaleesi. Will definitely buy if it runs well.
  18. What if I only want to load the closest entities in a specific area? public Area ARDOUGNE = new Area(xxxx, xxxx, xxxx, xxxx); Normally, I would do it like this: Entity rocks = getObjects().closest(ARDOUGNE, "Rocks");
  19. I have also ran into that issue. It's especially happening in the slayer tower. Crawling Hands are the worst because the bot does it all the time. P.S. not saying it as a complaint, but as feedback. The bot is great ?
×
×
  • Create New...