Where could I find open src examples of Java bots? I DLed Feanor's Firebot but I could only find two .java files, the rest were .class files...
Then maybe there's only two .java files necessary for it? :P Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).
You'll also find BNCC (Battle.net Connection Core) (http://myjavaserver.com/~madc0w/ServlerBot/bncc/) helpful.
Quote from: Kp on July 30, 2005, 12:29 PM
Then maybe there's only two .java files necessary for it? :P Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).
I dled JavaOp but I couldn't find any .java files in it. I found "executable JAR files" ... is it possible to open these up and see the source code?
Quote from: Dynobird on August 01, 2005, 08:47 PM
Quote from: Kp on July 30, 2005, 12:29 PM
Then maybe there's only two .java files necessary for it? :P Check out iago (http://forum.valhallalegends.com/phpbbs/index.php?action=profile;u=2457)'s JavaOp (http://www.javaop.com/).
I dled JavaOp but I couldn't find any .java files in it. I found "executable JAR files" ... is it possible to open these up and see the source code?
.JAR files are archives that contain both the compiled .class files along with source code.
Thanks.