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.
Cornac racial features bugged
Moderator: Moderator
Re: Cornac racial features bugged
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
It's unlikely but he broke that
e: maybe the ID messes with character birth in a similar way? idk
<Shibari> You're full of shit
<darkgod #tome> ster is a troll
<Sheila> and ster, i do agree with you on most things game-related, but do try to not be such an ass!
<mex> your posts lead to people like me being abused and murdered
<darkgod #tome> ster is a troll
<Sheila> and ster, i do agree with you on most things game-related, but do try to not be such an ass!
<mex> your posts lead to people like me being abused and murdered
-
- Low Yeek
- Posts: 9
- Joined: Fri Mar 17, 2017 10:58 am
Re: Cornac racial features bugged
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
that's in tome/mod/class/Actor.lua's levelup function
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
Re: Cornac racial features bugged
it has nothing to do with addons, since i dont have any on right now.