Leaderboard
Popular Content
Showing content with the highest reputation on 09/15/15 in Posts
-
Version 1.0 Features - Solves Treasure Trail puzzle boxes - Solves Monkey Madness puzzle Requirements - A puzzle box of any type Starting the script 1. Open your puzzle box 2. Start the script Note: Yes, the puzzlebox must be open before starting the script! Proggies I don't really think this is relevant; but whatever Notes The script uses an implementation of the IDA* algorithm. The time it takes for the script to calculate a solution to each stage of the puzzle can vary depending on the "luck" with the puzzle box randomization as well as processor speed. If your luck is bad, the script may appear stuck calculating for a couple of minutes; however, given enough time, the algorithm will always reach a solution. In some cases however, it may be faster to simply relog (relogging re-randomizes the puzzle) and run the script again. The script is available for free on the SDN4 points
-
You were sharing your OSBot account, to be honest the account should be banned. This is like going to the cops and asking them to recover your stolen drugs. It's up to Maldesto; stand by while he reviews the details.4 points
-
i can't sell accounts, because I make 3 OSBot accounts, leave myself false feedback.3 points
-
He is banned for flaming, spamming, threatening other users, bashing the website. He is fully allowed back, but would have to appeal and not think he can bully our scripters.3 points
-
2 points
-
2 points
-
2 points
-
I'm taking it that you didn't write that task system yourself? You might want to look into using enum states until you get a little more familiar with Java. In the meantime check out some of this stuff: https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html https://docs.oracle.com/javase/tutorial/java/IandI/super.html https://docs.oracle.com/javase/tutorial/java/concepts/interface.html2 points
-
2 points
-
1 point
-
I left Saturday to go on vacation to baraboo. I was 88 herblore and had enough supplies for 99. I decided to leave my bot running so I could get a few extra hours of botting in. I just got home now and I check and the bot used all the supplies and I'm 99 herblore now. I can't believe it ran for 50+ hours straight without failing, I wish I got a proggie of that Thanks so much, @Czar, for the amazing script and the 99 herblore!1 point
-
1 point
-
1 point
-
have all the required items on a seperate tab at the top, since scrolling on mirror mode is still broken I think. That should fix it1 point
-
1 point
-
In detail, he has 2 different walking states: WALK_TO_SPOT and WALK_TO_BANK. He is using the same method for spot as he is for bank. It walks to spot, but it will not walk to bank, although WALK_TO_BANK is the current state and canProcess returns true.1 point
-
Something bad happens (in most cases something gone wrong) -> Flame Alek Something good happens (in most cases you got your script working) -> Tell other scripters what a great man you are. EDIT: (THANKS DECEIVER) Script sales -> Contact Maldesto1 point
-
1 point
-
1 point
-
However sadly just like the past few years I wont be celebrating my birthday. Nope, all that awaits me when I get home is a shit ton of legal cases to read and brief. I will try to have fun over the weekend though. Thanks for a great year OSBot and for being such a fine audience of my spam =).1 point
-
1 point
-
1 point
-
1 point
-
You should make the pathing for the bot so that it goes to the next experiment after killing one, for me it waits until an experiment shows up in my field of view. This slows down the xp/hr by a lot I've watched my guy just sit there for 20 seconds at time spinning the minimap around. Other than that great script1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Hey Khaleesi, I understand that I don't fulfill the join date requirement, but I wanted to ask if I can still try out your motherlode script. I am currently using czar's script, but I wanted to test out yours as well. (if yours is the better one :] ) - Script name: Motherlode - Your member number: 150338 Thanks.1 point
-
take ur rsn out of the pic before u get ur account banned lol********edit didnt see u took it out my bad lol1 point
-
1 point
-
Scripts great and everything but after it's finished all bows it just sits there doesn't log out or anything just stays logged in for hours in the bank..1 point
-
Hello Czar, can you swap my Range guild bot for your magic script instead pleasee??? I still want to keep this is very good. Btw @Prixis did you use breaks? if so how long, what is your break settings.1 point
-
Ya the pathing seems off for some reason. Will have to rewrite it some ... Not sure how this happend though -_- Khaleesi1 point
-
The script will try to enchant items even with no cosmic runes in the inventory. Is this something that is getting addressed?1 point
-
1 point
-
Will fix crafting guild and improve lumbridge bank, thanks for feedback As for the antiban, sure I can do something like that, I can make it only drop the ores so you can keep whatever items you want1 point
-
I ended up writing a sortof custom variation of the IDA* algorithm to use a minimal amount of memory (Using only one state instance, performing and undoing moves on it as needed from a recursive algorithm). My first approach using plain A* resultet in often running out of memory before reaching a solution, so I had to scratch that :E.1 point