Page 1 of 1

Cornac racial features bugged

Posted: Sat Mar 18, 2017 4:52 am
by Zelion
I have noticed that sometimes when playing in Infinite Dungeon, as a Cornac, you dont always get the additional talent and generic point at level 10 or at birth. is this a bug or is it specific to certain classes?

Making a comment as requested about the Cornac bug i have run into.

Re: Cornac racial features bugged

Posted: Sat Mar 18, 2017 10:05 am
by ster
Are you using mex's last hope start addon

It's unlikely but he broke that


e: maybe the ID messes with character birth in a similar way? idk

Re: Cornac racial features bugged

Posted: Sat Mar 18, 2017 12:06 pm
by metagaming
If I had to guess, it'd be the no_points_on_levelup function in tome/data/birth/worlds.lua since it's missing the

Code: Select all

if self.extra_talent_point_every and self.level % self.extra_talent_point_every == 0 then self.unused_talents = self.unused_talents + 1 end
if self.extra_generic_point_every and self.level % self.extra_generic_point_every == 0 then self.unused_generics = self.unused_generics + 1 end
that's in tome/mod/class/Actor.lua's levelup function

Re: Cornac racial features bugged

Posted: Sun Mar 19, 2017 9:40 am
by Zelion
it has nothing to do with addons, since i dont have any on right now.