Jump to content

BananaTown

Lifetime Sponsor
  • Posts

    456
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by BananaTown

  1. as you can see, its displaying in MS, id like it to display 00:52:48 EDIT: realized that's output and am retarded, input is in the first code line, specifically {" + getExperienceTracker().getTimeToLevel(Skill.DEFENCE) + "}
  2. So, I am working on the paint for my NMZ bot, everything works great except for the TTL paint. It is displayed in MS. I have tried multiple time formatters and stringbuilders but my implementation has to be wrong because none of them work. Current code g.drawString(this.getExperienceTracker().getGainedXP(Skill.DEFENCE) + " (" + this.getExperienceTracker().getGainedXPPerHour(Skill.DEFENCE) + ")" + " [" + this.getExperienceTracker().getGainedLevels(Skill.DEFENCE) + "]" + " {" + getExperienceTracker().getTimeToLevel(Skill.DEFENCE) + "}", 223, 443); (yes I know there is nothing currently there to format time, I removed non working snippets.) Current time formatting public final String formatTime(final long ms){ long s = ms / 1000, m = s / 60, h = m / 60, d = h / 24; s %= 60; m %= 60; h %= 24; return d > 0 ? String.format("%02d:%02d:%02d:%02d", d, h, m, s) : h > 0 ? String.format("%02d:%02d:%02d", h, m, s) : String.format("%02d:%02d", m, s); }
  3. Was just providing some feedback, this thread has 888 pages. Maybe learn to communicate better and Ill be able to comprehend what your saying besides that you are mad. Also you do realize paying debuff would total out to 300m? If youd like to sponsor this project, heres a BTC address. bc1qc6xlu0t893qxy743rrytgrzupxark94awd56cr
  4. Thanks for the update, will you be adding plugin support in the future? Or are they getting phased out?
  5. Bot also broke trying to start restless ghost. heres log [INFO][Bot #2][10/28 12:42:13 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:13 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:22 PM]: position: [x=3242, y=3208, z=0]; next: The Restless Ghost; queue: 2; member: true; mirror: false; input: false, resized: false [INFO][Bot #2][10/28 12:42:22 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:22 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:23 PM]: continuing [INFO][Bot #2][10/28 12:42:23 PM]: position: [x=3242, y=3208, z=0]; next: The Restless Ghost; queue: 2; member: true; mirror: false; input: false, resized: false [INFO][Bot #2][10/28 12:42:23 PM]: running quest: The Restless Ghost; current stage: 0 [INFO][Bot #2][10/28 12:42:23 PM]: Talking to Father Aereck [INFO][Bot #2][10/28 12:42:24 PM]: execution interrupted Just looped talking to aereck without starting quest
  6. Yep I used magic, then melee. all 3 times your script tried to kill me, until I walked to the edge
  7. im bankin on rat here, esp if they bypassed ur auth, prolly reverse proxy if not rdp
  8. The issue isn't dealing the damage, you will still take damage while praying, even with sharks my account at 65/65/65 nearly died multiple times. EDIT: It only didnt die because I paused the script and ran to the edge.
  9. Just a suggestion, but wouldnt it make more sense, that during the monkey madness 1 boss fight, it walks to the border til the demon is at 10hp from the gnomes and deals the final blow? Instead of fighting the demon the whole time. Currently it heavily depends on ur cmbt stats, but wirh my method you only need to deal 10 damage yourself
  10. Molly's scripts have worked AMAZINGLY in the past for me, they are fairly specific though
  11. damn this is crazy nice, thanks for the update like always, way better in use than in pics EDIT: removed mouse trail? EDIT 2: I am just slow, its added into mouse position now
  12. BananaTown

    Explv's Walker

    Would just like to preface, not a complain just informing you in case you were unaware. The walker barely works with the new hardware mouse, half the time I get webwalking errors the other half its some other error (I forgot what it is but ill edit next time i get it with log) script works FLAWLESSLY on old mouse mode, but the new mouse pretty much completely breaks it. id think its webwalking but other scripts tht use webwalking work fine, so i dont really know what it could be
  13. so I am trying to detect the end of a NMZ dream to make the account logout, and client stop. I was thinking the best way of doing this would be using Chatbox.MessageType.valueOf("you wakeup feeling refreshed"); If there is a better way of doing this please comment below. I am struggling fairly hard lol EDIT: could also create a area around player ~15 tiles and create a check for players onloop, what do you guys think is best?
  14. google is my friend. Figured it out, apologies for creating. if anyone else is wondering, g.fillRect(15,200, 300, 100); Did what i was trying to do thank you
  15. So i can draw a rectangle, but it's just the outline. Id like to create a solid black rectangle so the paint is easier to read. ss of what it looks like now Code for rectangle I have currently g.setColor(new Color(0,0,0,255)); g.drawRect(15, 200, 300, 100);
  16. Tomato bug fixed, thank you for making such hq scripts
  17. 1 coin, I gave it 1k when paused. shoudlve mentioned that too
  18. bot didn't buy rotten tomato before going to cook on RFD Cook subquest. this caused it to loop in chat dialog with cook.
  19. I have bonded accounts, I do not want to bond this one. hence my question of how they updated the restriction. Might have been helpful to include I havent botted in over a year in f2p
  20. This could prolly go in botting/bans but im retarded so here it is, do you need 10, 20hr playtime and 100 Total level? Does anyone have any ideas they'd like to share about how to quickly bypass these? I have 10qp and 100 total level, but now my accounts need 20hr playtime... debating just buying tut island accounts @ this point but idk
  21. looks reallly nice, reminds me of a early version of another botting client
  22. Hey, do you think I could get a trial for this script?
×
×
  • Create New...