ABOUT
ItemLevelDKP is an addon for calculating DKP based on the item's item level, quality and slot. The result is a price tuned to an item's worth based on what Blizz gives the item of stats.
The calculation is based around the fact that the quality of an item
will decide some of the price:
Blue = (itemLevel - 1.84) / 1.6
Epic = (itemLevel - 1.3) / 1.3
Legendary = itemLevel
ilvl 100 gives:
Blue = 61
Epic = 75
Legendary = 100
This is the factor which you base your cost on. Secondly you have a
slot mod which is a factor that deal with items getting less item
budget based on slot.
head = 1
neck = 0.54
shoulder = 0.74
chest = 1
waist = 0.74
legs = 1
feet = 0.74
wrist = 0.54
hand = 0.74
finger = 0.54
trinket = 0.68
cloak = 0.54
weapon = 1
shield = 0.65
2h weapon = 1.5
MH weapon = 1
OH weapon = 1
off hand = 0.52
bow/xbow/gun = 1.5
wand = 0.50
relic = 0.30
This is multiplied with the base cost from item level and quality. A
epic, ilvl 100 2h sword will be:
DKP = (itemLevel - 1.3) / 1.3 * 1.5
DKP = 112.5
Pricing is limited to armor and weapons, but stuff like tabards and
thrown weapons are not included.
TODOS AND BUGS
- Make a config panel to edit some factors and numbers.
- Support lists of item priority?
CONTRIBUTE
Send me patches on either of the channels listed below. I cannot guarantee all modifications implemented into the addon, but I will do my best to expand ItemLevelDKP.
CREDITS
Written by Raut of Exodus, DraenorEU. You can contact me at
A lot of the thinking behind this addon is stolen from
http://www.wowwiki.com/Formulas:Item_Values
Thanks to Lorgoth of Exodus, DraenorEU for input and advice. Also
thanks to draenoreu.com and my old guild, the-cabal.net, for healthy
discussions.
Based on Lazare of LightbringerUS work, PriceTag. He claims to have
gotten code from the following people:
"Most of the credit goes to Vita's DKP Tooltip mod and
to Ratings Buster. The blame is mine alone. :-)"
------------------------------------------------------------------------
r35 | Raut | 2008-11-08 13:02:51 +0000 (Sat, 08 Nov 2008) | 1 line
Changed paths:
M /trunk/core.lua
Fixed code for German(or probably other) clients.
------------------------------------------------------------------------
r33 | Raut | 2008-10-18 18:17:31 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
M /trunk/ItemLevelDKP.toc
M /trunk/core.lua
Updated TOC to 3.0. Added Thrown DKP. Same slot_mod as wands.
------------------------------------------------------------------------
r32 | root | 2008-09-30 16:00:21 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
Hopefully fix .pkgmeta
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...