Everything posted by Apaec
-
APA Gilded Altar
UPDATE! Version 1.02 Added failsafe so that if script gets lost in the house, it will log out and back in again, allowing it to re-enter and continue. Added failsafe to typing so that it works in the mirror client. script replaces all spaces in names with underscores which allows it to work in mirror mode. Updated trial system to, should it fail to enter by clicking the previous name the first time, type the name of the host manually the second time. Updated checks to ensure that script enters the house even if it has no bones when not walking, so that it never gets stuck where it shouldn't be Happy botting! apa
-
Purchased a script, haven't received it
Sometimes payments take a little while to go through. Perhaps wait an hour or 2. If it's not there after 2 hours, I suggest sending a private message to @Maldesto who will manually add the script for you. EDIT: if you paid with an e-cheque, they can sometimes take up to a week to be processed. You just have to be patient! Apaec
-
Formatting time to 00:00:00:00
public static String formatTimeDHMS(final long time) { final int sec = (int) (time / 1000), d = sec / 86400, h = sec / 3600 % 24, m = sec / 60 % 60, s = sec % 60; return (d < 10 ? "0" + d : d) + ":" + (h < 10 ? "0" + h : h) + ":" + (m < 10 ? "0" + m : m) + ":" + (s < 10 ? "0" + s : s); } where time is in milliseconds. Implementation: g.drawString("Runtime: " + formatTimeDHMS(timer.getElapsed()), 100,100); where g = graphics2d and timer is your timer from the start of the script and getelapsed is a method from your timer class returning the time elapsed in millis This ill be formatted as: 00:00:00:00. d: h: m: s Apa
-
APA AIO Smither
Awesome, glad you like it ! And thank you for the review, very much appreciate it apa
-
APA Rock Crabs
Looks good! Worldhopping is broken on mirror client. The devs are aware of this issue however they don't seem to be fixing it yet. I'm sure it will be working in the next client release tho! apa
-
signature size
would love for only the height to be limited and the width to be unlimited. But i believe purchasing VIP extends these dimensions? not sure tho. apa
-
..
, - ~ ~ ~ - , , ' ' , , , , , , , , , , , ' - , _ _ _ , '
-
APA Script Trials
Done. Hope it lives up to your expectations apa
-
OSBot / RuneScape rendering settings?
I think you can stop the bot rendering the canvas which helps a little bit (cpu wise), but there's no percentage change options apa
-
APA Ghoul Killer [Never to be seen again]
Hmm... I came to a dead end while deving this but I might pick it back up. I would need to re-write the source though, it's looking a bit ugly atm! we'll see. Apa
-
A regular Smelting script.
my aio smither supports this. Although it's premium, for just $4,99 you can do this + it supports rings of forging. You can also smelt pretty much any other bar in the game at pretty much evey furnace in the game. As well as this, the scirpt supports cannonballs at all of these locations. What's more, you get full access to the forging feature of the script which allows you to forge pretty much any item from any bar at any anvil location in the game I'd say it's a pretty worth-while investment, even if it's for longterm ! PS you can buy premium scripts with ingame gp (you can buy vouchers, so no paypal required), which makes it even more worthwhile if this is one of your restrictions apa PS here's the thread link should you be interested: http://osbot.org/forum/topic/76767-apa-aio-smither%E3%80%8Csmithing-smelting-and-cannonballs%E3%80%8D%E3%80%8Csupports-huge-range-of-locations%E3%80%8D%E3%80%8Clots-of-additional-features%E3%80%8D/
-
Bank scrolling broken
A similar issue (probably caused by same problem of tab, scroll wheel and spacebar not being registered) arises when using keyboard.typeString(String s); where s has a space in it eg: String s = "hello hello"; the script will type "hellohello" because space cannot be pressed apa
-
APA Rock Crabs
They need to be strength potion (4). any other dosage doesn't work! you can decant them at the guy at the GE. apa
-
APA Rock Crabs
Woahhh! awesome! thanks for the proggie mate! If you didn't know already, you can track your progress here: Have added it to front page screenshots list. Thanks! apa
-
Killing zulrah range only
Nice ! I always prefer sticking with mage-range switch though, you can get much faster kills with lower levels x) apa
-
APA Script Trials
Sorry I replied so late i'm glad you got it sorted and I hope the purchase turns out worthwhile apa
-
APA AIO Cooker
Ofcourse, i've given you a 24h trial. Enjoy! apa
-
APA Script Trials
Okay, no problem. I know the forums are experiencing alot of downtime recently so it would be unfair to brush this under the rug xD I've enabled another 6hour trial on your account. Hopefully it will live up to your expectations apa
-
APA Rock Crabs
What does the script log in the console? there's always a reason for it to stop as it's running fine here for me. Just open up the console and take a look and hopefully that should fix your problem apa
- APA Script Trials
-
APA AIO Smither
UPDATE! Version 1.1 Added failsafe which makes script descend any staircases/ladders it climbs should it misclick.enjoy! apa
-
APA Script Trials
Hi! Unfortunately the script isn't released yet. I'll be sure to let you know when it is though! Should hopefully be available maybe this week or next week. Sorry about that! I've made it more clear it's unavaliable on the front page. Apa
-
Check my new avatar
http://www.nhs.uk/Conditions/Epilepsy/Pages/Treatment.aspx
-
APA AIO Cooker
With karambwans? hmm... i'll take a look. Thanks for reporting! apa
-
APA Rock Crabs
I could do this however sometimes there are issues like another crab spawning after one is dead. But I might look into a system to make this work. And thanks for the kind words, really appreciate it apa