I posted this on the EQDKP site, but wanted to put this here as well, since it applies to you:
I just wanted to explain why decay doesn't work when you use DKPLP. I had the same issue!
For Moxley's mod, when you add in a raid manually (through the admin interface) it adds in a "Decayed Value" for the raid, and any applicable loot. Initially those values are equal to the EP value for the raid and the GP value for the item. When you apply decay, it decays the "Decayed Value" not the original EP or GP value.
When you parse things in DKPLP, it doesn't know about those two new table fields that Moxley uses, so you'd need to either edit the table manually copy the EP or GP values into the Decayed Value field, or if you have access to Cron scripts (some web hosts offer this, or other software packages, like vBulletin, offer a "Scheduled Tasks" way) you can have a script run and do it for you.
Since I run vBulletin (not integrated with EQDKP), I have it run a MySQL query and update the values accordingly. I'd be happy to quote the MySQL query in here if you'd like, but you would need to unapply any decay that you've done, so that it decays properly! |