Jump to content

Hel

Lifetime Sponsor
  • Posts

    520
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hel

  1. Alright hungover has worn off -- go back to my code and set currentExp to skills.whatever for mining XP. The maths is all good then & checks out, will count upward. I would quote & fix it up but on my phone.
  2. Of course that method would not reset the clay variable, are you stupid? You're literally setting it to 0 then on the onPaint setting it BACK to what it was, you need to use my method of resetting an exp variable so that within the onPaint it's setting to the correct variable. if clay is 4xp per mine then my method works completely fine, but I'm done trying to assist you, you're just an arrogant prick with nothing to show for yourself.
  3. 1-85 fishing, 24/7 running, 6 hours on 1 hour off breaks.
  4. [INFO][Bot #1][03/25 07:44:11 PM]: You've gained 4 XP, you've mined 1 clay since you last muled. [INFO][Bot #1][03/25 07:44:13 PM]: You've gained 4 XP, you've mined 1 clay since you last muled. [INFO][Bot #1][03/25 07:44:18 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. [INFO][Bot #1][03/25 07:44:19 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. [INFO][Bot #1][03/25 07:44:20 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. Just tried the code myself and it works fine. You seriously can't even get spoon-fed code. GO LEARN JAVA.
  5. I hate to see people struggling so I'll give my 2 cents. I don't see why this wouldn't work. public void onPaint(Graphics2D g) { currentExp = skills.getExperience(org.osbot.rs07.api.ui.Skill.MINING); expGained = (currentExp - startExp); claycount = ((currentExp - expOnReset) / 4); int x = getMousegetPositionx; int y = getMousegetPositiony; g.drawLine(0, y, 765, y); g.drawLine(x, 0, x, 503); DrawUpdate(g); } //New integer called expOnReset, in your onStart. int expOnReset = *cbf getting it but your current mining xp.*; if (trade.isSecondInterfaceOpen()) { RandomSleep(); trade.acceptTrade();sleep(150, 300); while ((isTrading()) && (!trade.didOtherAcceptTrade())) {} expOnReset = *cbf getting it but your current mining xp.*; }
  6. I think the funniest thing about this post is that you claimed to have this script "completely finished apart from muling" on another thread, where you were trying to get source code for muling lol. You can't even reset a variable like oml
  7. i hate myself. thanks for your help.
  8. I swear if that's it I'm going to cry. Trying now.
  9. I'm absolutely stumped. I literally can't reach the lever in the grid room. **This is facing south so the lever is top right
  10. I understand there are many more variables and it could even be considered random, but think of it this way -- someone recommends you a restaurant, you don't know whether or not you want to try it, but due to their recommendation, you think it's worth trying out. I'm simply trying to figure out from other people's experiences if I want to invest my time/money into trying to bot Zulrah
  11. @Juggles & Tanged, no need to be cunts lol, I was simply asking what people's experiences have been like. No need to drool shit from your mouth
  12. Hi, I was just wondering what everyone's experience was with botting Zulrah, how long do you guys bot a day & how often do your accounts get banned? Thanks :- )
  13. @Mumble not trying to criticize, just merely wondering you do this sleep(random(180000,1080000)); //3 minutes to 18 minutes return 100; //The amount of time in milliseconds before the loop starts over why not simply return random(180000,1080000);
  14. Hel

    Stealth Quester

    http://prntscr.com/elrc60 @Token
  15. No, first one was a slave I had botting for 48 hours straight during week days, second one was an account I only botted combat on for 8-12 hours a day, 5 days a week.
  16. Hi, I've gotten two different types of bans, and I was wondering what the difference between the two is? And Is only one type of ban able to be quashed? Thanks
  17. People generally get banned for macro major.
  18. Feel free to use my script, it's in the downloadable section, running it 15 hours a day I survived to 82 fishing.
  19. Bank booths are an RS2Object, not an Entity, also you might want to do a != null check.
  20. Hel

    Gui errors

    I'm not entirely sure on the name, but I do believe this is a lambda expression, your java is too outdated to use it, either update your java or turn them into voids.
×
×
  • Create New...