MinimalDKP (MDKP) is a minimal, fully in-game, chat command driven DKP addon.
The addon itself does not have a local state at all, which makes it perfect for realtime, concurrent usage by guild members.
All DKP state information manipulated by the addon is stored in the guild Officer Notes. Notice however, that the addon will not erase or corrupt existing data in the notes.
The addon supports fully separated "sets" which you can use for storing different DKP values for each player in the guild. It's a good idea to keep the set names short, so that they will not eat much space from the Officer Note. Examples of good and short set names: kz, t4, t5, t6.
Make sure that each player using this addon will be able to at least read the Officer Notes. The access to the notes can be controlled via the in-game Guild Control panel.
You can invoke the addon by issuing the '/dkp' command.
Usage examples (addon installed locally):
'/dkp' - queries your DKP.
'/dkp warrior' - queries guild's warrior DKP.
'/dkp +50 t4' - awards all members of the raid +50 DKP in set 't4'.
'/dkp +20 t4 Venogrim' - awards Venogrim +10 DKP in set 't4'.
'/dkp -10 t4 Venogrim' - deducts Venogrim +10 DKP in set 't4'.
'/dkp reset t4' - resets the DKP in set 't4' for all members.
'/dkp help' - shows addon help.
Usage examples (whisper interface):
'/w Venogrim dkp' - queries your DKP.
'/w Venogrim dkp warrior' - queries guild's warrior DKP.
Facts
- Date created
- 25 Sep 2007
- Category
- Last update
- 02 Aug 2009
- Development stage
- Abandoned
- License
- All Rights Reserved
- Recent files
- R: MinimalDKP 2.0.0 for 3.1.0 on 02 Aug 2009
- R: 1.0.1 for 2.0.0 on 07 Oct 2007
- R: 1.0.0 for 2.0.0 on 25 Sep 2007