It is made to work on iRO, i havent tested it on any other servers, but if you input the right castle names (the way the script wants it) it should work for ANY server.
Providing you also change the regexps that captures which castles was broken.
I will NOT explain how to do this, anyone that wants to use this is expected to have a brain to figure out howto write the regexps themselfs, its not that hard.
The backend of the plugin uses MySQL, the table structure is included here.
Guilds are added automaticly, breaks are too... like i said, you just need to add/change the castles names. Basicly the right name is the name minus "guild" or "realm".
I dont know what WoE 2.0 castles have in their name (Realm or Guild or something else) so you'll have to fix that yourself if it doesnt work.
There are only 3 config.txt settings:
woeRecorder_database = name of your mysql database
woeRecorder_user = username (duh)
woeRecorder_password = password (duh)
Only run ONE bot PER database, cause when you run a bot and a castles breaks. it will reset the # of breaks for ALL castles.
If you do not want this you will have to PROPERLY remove the function clearBreaks() and any calls made to it.
If you've improved the plugin, please post an update
Downloads:
https://openkore.svn.sourceforge.net/sv ... watcher.pl
https://openkore.svn.sourceforge.net/sv ... atcher.sql
[edit]
IMPORTANT
To use this plugin you MUST run it using openkore.pl (not start.exe), have perl and MySQL installed.
Also the Perl modules DBI and DBD::MySQL are required, if you do not know howto install these... Google, if you cant figure it out even then, dont bother using this plugin.
[/edit]

