[1.6.4] Did not receive category point at 36
Moderator: Moderator
[1.6.4] Did not receive category point at 36
The character currently cruising through Madness thanks to living a Suffused Ancestral Life just hit 36... and did not received a category point.
Re: [1.6.4] Did not receive category point at 36
They come at 34 now, did you spend it already?
Re: [1.6.4] Did not receive category point at 36
They do? The following suggests to me that it's still at 36.Snarvid wrote:They come at 34 now, did you spend it already?
Code: Select all
-- At levels 10, 20 and 36 and then every 30 levels, we gain a new talent type
if c_data.last_level == 10 or c_data.last_level == 20 or c_data.last_level == 36 or (c_data.last_level > 50 and (c_data.last_level - 6) % 30 == 0) then
self.unused_talents_types = self.unused_talents_types + 1
end
Re: [1.6.4] Did not receive category point at 36
Ah, I see, there's duplicate code elsewhere that now uses 34.
I presumably did in fact spend the point at 34 and forgot that between whenever the character hit 34 and today. ...and now that I stop to think about it, it's clear that the character has the right number of categories unlocked.
Carry on, nothing to see here.
I presumably did in fact spend the point at 34 and forgot that between whenever the character hit 34 and today. ...and now that I stop to think about it, it's clear that the character has the right number of categories unlocked.
Carry on, nothing to see here.

Last edited by visage on Tue Dec 10, 2019 9:26 pm, edited 2 times in total.
Re: [1.6.4] Did not receive category point at 36
Dat sux. Sorry visage, you really threaded the needle to catch that one just wrong.
Last edited by Snarvid on Tue Dec 10, 2019 9:34 pm, edited 1 time in total.
Re: [1.6.4] Did not receive category point at 36
Never fear, I was merely confused.Snarvid wrote:Dat sux. Sorry visage, you really threaded the needle to catch that one just wrong.

Of course, given that the character seems to be benefiting from what looks like an enormous bug in Ancestral Life (namely that any heal at all sets your energy to at minimum a full game turn), I expect they'd be able to sail through to the end of Madness even without a category point. :p