WoE watcher

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

WoE watcher

#1 Post by Bibian »

This is a plugin i made a long long time ago, just thought someone might want to use it ;)
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 :P (better regexps plz)

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]
whitesmith
Noob
Noob
Posts: 4
Joined: 28 Apr 2008, 03:25

Re: WoE watcher

#2 Post by whitesmith »

thank you for your sharing,
i want to ask you a question

I am from China ,i cannot visit that website

Firefox can't find the server at bibian.ath.cx.

always CAN'T........Does there any way to solove it?
Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: WoE watcher

#3 Post by Bibian »

why would you need to access my SVN mirror to get the plugin? the links are at the bottom, they point to SF.net SVN.
Is that being blocked by your ISP? if you are being blocked, consider using something like TOR ( http://tor.anonymity.cn/index.html.zh-cn )