Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ilaggoodly

Pages: [1]
1
JavaOp Board / Re: Updating a plugin to javaop 2.1.3 lost in forest
« on: May 27, 2010, 01:36:43 am »
I think its not disconnecting at all anymore... but its sort of hard to tell because of the massive text my plugin generates in the logs/cmdline ^^

2
JavaOp Board / Re: Updating a plugin to javaop 2.1.3 lost in forest
« on: May 22, 2010, 07:15:11 pm »
Ah, well i think it might have been me just missing the mysql connector, anyway after adding to source & build.xml, it worked. Thanks! The new version of the bot seems to be a lot more stable than the last, I had given up on the project because it was losing connection to battlenet once every 2 days or so!

Return of VIPWATCH!

http://rylai.de/vip/nsg/

3
JavaOp Board / Updating a plugin to javaop 2.1.3 lost in forest
« on: May 13, 2010, 12:10:10 pm »
Right, so I'm trying to update my old plugin VIPWatch to javaop 2.1.3 (you can find it in the archive) and I must say getting the whole thing imported correctly in eclipse was quite the trip, but eventually I got it working to the point where there are no warnings in eclipse... however it won't get noticed by Javaop at all

Code: [Select]
Loading plugin: com.javaop.UserManagement.PluginMain
Loading plugin: null
Unable to load plugin file: jar:file:///T:\tmp\JavaOp_2.1.3_RC1\Plugins\VIPWatch.jar!/
java.lang.NullPointerException
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.initialize(Unknown Source)
        at com.javaop._main.BotStart.main(Unknown Source)
Loading plugin: com.javaop.Version.PluginMain

Sort of a cryptic error message to me, what could be causing this? Were there some changes that might have subtly broke the code inside my plugin or is it more likely that its my fault?


EDIT: I was going to post the code... but can't attach and my webserver is bitching :(

4
JavaOp Support Archive / Re: Plug-in using JDBC
« on: April 17, 2009, 07:56:25 pm »
coinicidentally my plugin also uses JDBC (with mysql driver)
You need to make sure the driver is installed correctly, this means dropping it in jre6/lib/ext/
or loading it manually as stated above.

http://www.uni-bonn.de/~s6alknau/code/VIPWatch/VIPWatchnew.html

you can see the code for my bot there (third blob down, Database.java)

5
JavaOp Support Archive / Re: JavaOp is alive again!
« on: April 17, 2009, 07:30:56 am »
On another note, being able to manage users through the CLI would also be a feature i'd liked to see, since currently you have to resort to either using the bot, or editing the text file manually.

Just throwing an idea out ^^

6
JavaOp Support Archive / Re: JavaOp is alive again!
« on: April 16, 2009, 05:05:55 pm »
Not to be intrusive, but what about Warden on Warcraft III ^^? Will you look into supporting it, or not?

7
JavaOp Support Archive / Re: JavaOp is alive again!
« on: March 25, 2009, 10:21:56 am »
upload the actual stayconnected plugin ^^ the one on the website is just a copy of another :)

other than that i'll get back to you on some requests since I'm still actively using this for vipwatch

8
JavaOp Support Archive / Re: VIPWatch
« on: March 08, 2009, 04:10:58 pm »
Also, does anyone have the real StayConnected Plugin? Looks like someone accidentally named a profile plugin as "StayConnected" and put it in the plugin zip ^^. I couldn't find it in beta40 either

9
JavaOp Support Archive / VIPWatch
« on: March 08, 2009, 05:06:27 am »
Hi, dunno if anybody is interested, but I wrote a plugin for javaop2 to check an online/offline VIPlist and create an html page about their online-ness Every couple of seconds. The assumed vip-list format is that of wc3banlist. I made it as configureable as possible in case anyone else is interested in doing something similar ^^

http://www.uni-bonn.de/~s6alknau/code/VIPWatch.html

Note : the file is a fully packaged javaop2 bot, if you want just the plugin, its VIPWatch.jar in the /plugs folder.

heres a site hosting it
http://ghost.bnhtech.com/vip/asg

Many thanks to iago & co. for creating the bot, and the plugin interface, allowed me to write the plugin knowing very little how the bot works ^^

Its now using a complex combination of mysql+php+java, but the old version still works ^^

Pages: [1]