Quote:
|
Originally Posted by Asmiroth
I made this to help me compile some numbers for my guild, check out what some different items can do.
Let me know what you think.
|
R3 field should be =SUM(Items!B4:B30)+SUM(R5*2) instead
=SUM(Items!B4:B30)+SUM(R5*2.5)
R7
At lvl 60 as undead rogue i have based 2103 HP
so formula to calculate HP doesn't work good
=SUM(Items!F4:F30) + 1200 + SUM(R6*10)
modified
=SUM(Items!F4:F30) + 1343 + SUM(R6*10)
R8 is messed up
my based crit is 7.78%
with Malice ... to figure out what's wrong i have to drop all talents
R9
=SUM(Items!H4:H30) + SUM(R5/15) didn't work for me
not same number
=SUM(Items!H4:H30) + SUM(R5/14.5) worked
R10 Attack Power
=SUM(Items!I4:I30) + SUM((R4+R5)/0.75) show 207 ap and i have 307
so you could do two ways
=SUM(Items!I4:I30) + SUM((R4+R5)/0.75) + 100
or
=SUM(Items!I4:I30) + SUM((120+R4+R5)-20)
stupid formula but working...
then
at Race page
Mistakes at B14 , C14 , D14
just last part
twice B7 , C7, D7 , last part should be B8 , C8, D7
i looking forward to next oppinion