Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Luxe

    VIP
    • Posts

      81
    • Joined

    • Last visited

    • Days Won

      1

    Everything posted by Luxe

    1. No, my accounts are far from there. Currently just making bots to progress the accounts. will probably release some of them soon
    2. it isnt that hard, but its too specific to push a script to the store for imo
    3. Hey, i've been doing some research regarding varp id's/varbits in slayer I know you have slayermaster: https://oldschool.runescape.wiki/w/RuneScape:Varbit/4067 slayer task kill count: https://oldschool.runescape.wiki/w/RuneScape:Varplayer/394 but I feel like some varbits are missing such as: - Farming contracts - Hunter rumors - Slayer task (monster) Are these variables not varbits? If so, where can I find them?
    4. https://support.microsoft.com/en-us/windows/change-your-screen-resolution-in-windows-5effefe3-2eac-e306-0b5d-2073b765876b#ID0EBD=Windows_11
    5. Said it many times before, but dreamy scripts are not that great in general. i have the same issue with many of his/their scripts (along other scripts they/he have) The only way to fix it is to change your screen resolution if you want to see full gui
    6. Not saying i disagree, but what would you think is a fair price? I'd also like to note: that Hashtag's scripts are some of the most expensive ones on Dreambot, but for good reason. The code is great, the script is almost always flawless. Compare dreamy wintertodt to hashtags, hashtags is I think 5-10x the price. but also works 100x better.
    7. I use it 100% of the time. but I mostly use private scripts as well. never been banned from it. Only been banned once for using Dreamy bots (which are awful btw)
    8. When the sack has +- 24 free slots I want to empty the sack completely. Similar to what my solution is; I needed a way of entering the leaf while using a conditional for exiting the leaf.
    9. curious about banrate too, seems very sus, but a nice feature
    10. Think i figured it out: boolean shouldPersist = false; @Override public boolean isValid() { return (GetSackCapacity() < Calculations.random(28,34) && !Inventory.isFull())|| shouldPersist || InventoryHasMlmReward(); } @Override public int onLoop() { if(GetSackCapacity() <= 105) { shouldPersist = true; } }
    11. How would i be able to persist a leaf or even branch in treescript? Say i want leaf A to take place once criteria X is met. I want leaf A to keep running until criteria Y is met. Examples of this logic is emptying the sack in motherlode mine
    12. No way.. and you manually found the coordinates for all rectangles and text?
    13. from my personal scripts i use this: OnStart method if (Client.isLoggedIn()) { SkillTracker.start(Skill.THIEVING); startingThievingExp = SkillTracker.getStartExperience(Skill.THIEVING); } Loop method @Override public int onLoop() { if (timer != null && timer.isPaused()) { timer.resume(); } if (!SkillTracker.hasStarted(Skill.THIEVING)) SkillTracker.start(Skill.THIEVING); if(startingThievingExp == 0) startingThievingExp = SkillTracker.getStartExperience(Skill.THIEVING); if(getSettings().shouldLoop) { return this.getRoot().onLoop(); } return 200; }
    14. when you open the launcher you can click "patch into launcher" then select runelite, then go into jagex launcher, choose account and choose runelite
    15. weird, doesnt do so for me. and i am assuming you are launching dreambot from your jagex launcher?
    16. No you dont, but you do have to do that whenever you want to log in on the website
    17. For botting it shouldnt make any difference
    18. As title states, looking for gfx!
    19. Ahh thanks, i had a sneaking suspicion that people just added an image and manually placed only the text. Thanks, appreciate it!
    20. I have been looking around for an online Java paint maker but haven't found any that can convert a picture into Java2dGraphics(?) But I continuously see great scripters with great paints in their scripts as shown here: There is no way that all this is created by calculating pixels and manually setting coordinates or am I wrong?
    21. I personally skipped taskscript and went straight to treescript. Regardless i would suggest you look at open source repos on github. just search "dreambot" with java as language and sort by newest
    22. Great script! Works for uim. Unfortunately always laggs out here https://screenrec.com/share/HF5UGBXDVW and here: https://screenrec.com/share/qyUibSRl78
    23. Made one now, let me know if you're still looking
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.