In the talent sheet, I sometimes had very strange informations.
I move over a talent and I get different informations on the talent effect increase.
In the attached image, for instance, effects are decreasing with the talent level. But I also had a too large effect increase with TL. And of course, most of the time correct informations are displayed.
I have not been able to reproduce that with a different character. Only with a mindslayer.
And I noticed that after quitting the talent sheet, I had lots of message in the log stating that that my mind reached some critical power. (Probably I was too concentrated while examining the talents!)
Weird informations in talent sheet
Moderator: Moderator
-
- Uruivellas
- Posts: 617
- Joined: Mon Oct 09, 2006 7:47 pm
Re: Weird informations in talent sheet
I've noticed that before, for some reason those talents seem to be able to crit when you're changing them and the tooltips represent the final damage. If you learn/unlearn the same talent you'll see the crit and non-crit value eventually.
Just a mild annoyance in my opinion.
Just a mild annoyance in my opinion.
Re: Weird informations in talent sheet
You need to report whcih talents do that :/
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Uruivellas
- Posts: 617
- Joined: Mon Oct 09, 2006 7:47 pm
Re: Weird informations in talent sheet
I checked and the only problem is with charge leech.
I think the problem is that the damage is defined as
getDam = function(self,t)
return self:mindCrit(...)
To apply damage, it is OK, but, if getDam is just used for display, it will call mindCrit, leading to different results and generating crit messages in the log.
I think the problem is that the damage is defined as
getDam = function(self,t)
return self:mindCrit(...)
To apply damage, it is OK, but, if getDam is just used for display, it will call mindCrit, leading to different results and generating crit messages in the log.
Re: Weird informations in talent sheet
Don't forget the stat boosting skills/items/effects. I often saw antimagic premonition talent (forgot how its called) getting this, cuz at the time of leveling i would put on thunderous sword/dagger and some other +all stats items to get Thick Skin or some other talent, and it would recast with boosted stats, so upon donning the regular set of EQ, it would drop, and shield value already on would be more than upgraded value of talent itself.