First off, this isn't my web script.. I think Fin (the author) quit WoW or something.. You can ask him why he doesn't repsond on curse-gaming anymore. I am just some guy that like this script and wondered why no one knew about it on these forums.
This addons uses the database tables in wowroster (which means you need to install wowroster). I use it just fine with my integrated wowroster with dragonfly.
in looty/config.php look for a line that start with "$dbprefix = " then input your table prefix there... Here's a screenshot of my db and the code I use in my config.php.
- Code: Select all
$dbprefix = 'nuke_wowrosterdf_roster_';
For people that have the stand alone version of wowroster I
guess you'll want to edit the line to be similiar to this. I would check first.
- Code: Select all
$dbprefix = 'roster_';