Page 1 of 1

Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 6:30 am
by killerk
Equipped the artifact "Ulolar the steel Ring" as an archmage. Instead of giving me a 3% increase in crit damage, it seems that i do 3x the crit damage instead. For example, my crit spell damage was around 450 without the ring. It became to 1300+ with the ring. Not sure whether this is meant to work this way.

On it's description it writes
+3% cric damage modifier.
+2 spellpower +1 spell cric
+4 will +3 magic

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 6:40 am
by yufra
Which version of ToME are you playing? This sounds like a bug that has been fixed, but if it still occurs in beta17 it will need a closer look.

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 1:15 pm
by killerk
Playing beta 17.

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 1:25 pm
by darkgod
I just tested it it seems to work.

What's on line 608 of game/modules/tome/class/interface/Combat.lua ?

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 2:57 pm
by killerk
--- Gets mindpower
(Line 608) function _M:combatMindpower(mod)
mod = mod or 1
local add = 0
return (self.combat_mindpower + add + self:getWil() * 0.7 + self:getCun() * 0.4) * mod
end

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 3:03 pm
by darkgod
Then you are most certainly not playing b17 :)
Are you sure ?

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 3:04 pm
by killerk
Hrm, i upgraded from beta 15 by unzipping all the files from beta 17 into the folder. Will try again deleting the entire folder, unzipping and let u know.

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 3:12 pm
by darkgod
Ah yes always delete the previous version first.
Not only can it do weird things but it will also make the game think your version is invalid and refuse profile access

Re: Bug with item Ulolar Steel ring. Too much damage

Posted: Wed Dec 29, 2010 3:13 pm
by killerk
Ok realized that was something wrong with the unzipping. The files didn't get overwritten even thought i hit copy and replace.
Can't test this out now since beta 17 can't load my old save.
Thanks darkgod!