Originally Posted by chrull
EqDKP is nice, when it works, I've recently had some troubles with it and are currently unable to add any raids to it.
|
I know this thread is a few weeks old, but since it's already been bumped, I can offer some advice if you haven't already fixed this or picked an alternative: We had a problem a while ago where one of the EQDKP MySQL tables had an index column set up using a signed TINYINT, which maxes out at 127, capping the number of raid events we could have. I ended up going into the backend and modifying it to an unsigned MEDIUMINT so we could continue using it. Not sure if this has been changed in recent versions, but worth checking out.
Anyways, just to throw my opinion out there, EQDKP is great - if you're satisfied with their default settings and want to do exactly what EQDKP wants you to do. Making any kind of changes at all is just killer (the version we use used to color Shamans the same as Paladins; finding the correct spots in the php code to change took me about six hours since the colors are hardcoded in three(!) different php pages, plus the above mentioned problem with the SQL tables).
I would have loved to have a better solution from the getgo, but I have managed to coax EQDKP into being stable for the past few months, plus I spent the time to write a mod that reduces DKP management and loot distribution down to about 30 seconds with minimal involvement on my part. I guess if it ain't broke...