PDA

View Full Version : How to multiply the value in NDKP web page to = to WOW addon



yavish
11-03-2005, 12:03 PM
What line exactly do we have to edit to say if we went into the wow ndkp addon and multiply the values by 10 and we want to have the same values on the NDKP web page. I checked formula.php but it's not entirely clear where and how I would go about doing this. Thanks.

Tivoli
11-03-2005, 12:13 PM
in the formula.php file on line 20 change


$multiplier = 1;

to any number you want to multiply by.

in the AddOn in the Nurfed_DKP.lua file on line 374 change


return DKP;
to

return DKP * x;

where x is what you want to multiply by.

cb
01-15-2006, 08:05 PM
And when I Process DKP it should change all the values to be *10 right? Because the addon change worked, the other hasn't.

/sigh Reading Comprehension ftw:

Apply DKP Formulas - You must run this to apply DKP updates to all items

* Apply after you add a new item
* Apply after you edit an item
* Apply after you make changes to item formula

Rulan
03-05-2006, 03:28 PM
This isn't accurate anymore, could I get update information on how to scale my DKP tooltips by 9 times?

Rulan
03-07-2006, 10:47 PM
nevermind, we just used a script to scale everything down.. easier that way so we don't have to keep modifying the addon

a67rhf7823jn8747==