Cornac racial features bugged

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Zelion
Posts: 2
Joined: Sat Mar 18, 2017 3:51 am

Cornac racial features bugged

#1 Post 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.

ster
Spiderkin
Posts: 492
Joined: Tue Dec 13, 2016 7:05 pm

Re: Cornac racial features bugged

#2 Post 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
<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

metagaming
Low Yeek
Posts: 9
Joined: Fri Mar 17, 2017 10:58 am

Re: Cornac racial features bugged

#3 Post 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

Zelion
Posts: 2
Joined: Sat Mar 18, 2017 3:51 am

Re: Cornac racial features bugged

#4 Post by Zelion »

it has nothing to do with addons, since i dont have any on right now.

Post Reply