EasyDKP
EasyDKP is an in game DKP management system, for a simple queue system DKP. So you can view and manage your EQDKP in game.
A simple queue works as follows : Players earn DKP however you choose to do it. As an example : items cost their itemLevel so when an item drops the player that gets it is charged its itemLevel and the other players earn that number of points shared out - eg: Naxx 10 epic is iLvl 200, with 10 players in raid they earn 20 points each - 200/10 = 20.
Loot is offered to the person at the top of the list, if class appropriate. If they want it they lose the value eg: 200 for that Naxx 10 epic, and thus drop down the queue. If they pass it gets offered to the next on the list etc.
EasyDKP makes this system easy.
You can export your DKP data from your EQDKP site and then in game click the appropriate classes and have displayed in chat the queue of those classes. eg: a spellpower cloth chest drops, so you offer it to mages, warlocks & priests. Tick those boxes press ok and get the list.
Once you allocate the item EasyDKP then subtracts the itemLevel value from that player thus adjusting the queue in game. So that as you progress through a raid on that night the dkp list in game is always up to date.
Once the night is over use CT_RaidTracker or similar to upload the results to your EQDKP website for a permanent record of the looting.
EasyDKP is a ground up re-write for Ace3 of two old no longer supported addons called DKPInfo2 and EasyDKP which needed updating to work for WotLK and which I'd heavily modded for my own guild. Having decided to go Ace3 and merge two addons into one I created this addon page afresh as the resulting addon will achieve the same end result as those two did pre-patch but will be a completely new addon.
the reason why i ask is this. we use itemlevel as costs for mainspec and 50% itemlevel for offspec. so now if someone takes an offspec item the ingame list either gets -213 or 0. thus the list can and will not be acurate.
i have tried putting it in a macro with the /easydkp subtract option but cant get it to work with a %t or %n value
/easydkp subtract %t 106 doesnt work
http://www.eqdkp-plus.com/
^^
Have 2 feature request:
1. make it possible to list top 5 for example cause the list can get long on certain items.
2. make the report option graphical in a GUI like dkpmatrix had in the past. because it's easier to see a Gui then to scroll up 10-25 lines in a chat window.
for the rest great addon
been playing with it a little .
got one question tho: the reporting feature, if u choose raid dkp will it list the dkp of the 10 or 25 ppl in the raid? if so is it possible to make a limit option? so for example it only reports the current top 5?
Similarly click Cloth, Leather, One-Handed Mace etc to tick the boxes for you. Then click Raid DKP to only see ppl in your raid of that class.
Edit: NVM... maybe if I capitalized names it would work as it should
Great addon, but any chance of a popup box to enter a DKP value manually?
Like i wrote before (damn formatting), just remove the word "and" in line 245.
There is a Bug in "\Interface\AddOns\EasyDKP\EasyDKP.lua" on line 245: if IsInGuild() and then Change in: if IsInGuild() then --- To fix the FuBar-Plugin, change in "\Interface\AddOns\FuBar_EasyDKPFu\embeds.xml" <Script file="Libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua"/> to <Script file="Libs\AceFuBarPlugin-2.0\FuBarPlugin-2.0.lua"/>
The identification of loot looted works and it pops up a box to ask you if you want to deduct DKP from the person that looted. At present however the deduction code is not implemented.
Next to add : Implement change tracking - deductions and additions.
That then creates all sorts of issues about everyone having the same version and nightmares of bugs when people use different versions. A major headache I am just not going to entertain - sorry.
Thanks in Advance
Basically you use the dkp_dump.php file which you put on your EQDKP site. Goto the dkp_dump page once installed eg: http://www.myguildswebpage.com/eqdkp/dkp_dump.php this will prompt you to save a dkp_dump.lua file which you save into the addon directory.
After you have saved it you need to start wow or do a reload. This is a wow restriction you can only read the data at startup or on a reload so if you change the data on disk you need to reload to get it into memory.
The addon will then allow you to show your guilds dkp in game filtered by class sorted by who has the most.
Future features coming very very soon are : When an item is allocated it will popup a box asking if you want to deduct the DKP value from the player who got it. It will then track in game the changes to the DKP. This is very important for multi boss runs, so that when you reach the second boss you have the dkp updated for what happened after looting on first boss etc. This means during a raid the raid leader can output the dkp to chat and its current with what happened on the previous bosses.
The good people at CT_Raidtracker have incorporated an option to use EasyDKP in CT_Raidtracker so once the raid is finished all you need to do is to export the data from CT_Raidtracker and uploaded it back to your EQDKP site and hey presto your EQDKP site is current will all the changes in the raid.
So once I've got it completed all you need to remember is to download the latest data from your website before you start a raid.