[1.6.4] Did not receive category point at 36

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

[1.6.4] Did not receive category point at 36

#1 Post by visage »

The character currently cruising through Madness thanks to living a Suffused Ancestral Life just hit 36... and did not received a category point.

Snarvid
Spiderkin
Posts: 592
Joined: Mon Mar 28, 2011 12:42 pm

Re: [1.6.4] Did not receive category point at 36

#2 Post by Snarvid »

They come at 34 now, did you spend it already?

visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

Re: [1.6.4] Did not receive category point at 36

#3 Post by visage »

Snarvid wrote:They come at 34 now, did you spend it already?
They do? The following suggests to me that it's still at 36.

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

visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

Re: [1.6.4] Did not receive category point at 36

#4 Post by visage »

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. :)
Last edited by visage on Tue Dec 10, 2019 9:26 pm, edited 2 times in total.

Snarvid
Spiderkin
Posts: 592
Joined: Mon Mar 28, 2011 12:42 pm

Re: [1.6.4] Did not receive category point at 36

#5 Post by Snarvid »

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.

visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

Re: [1.6.4] Did not receive category point at 36

#6 Post by visage »

Snarvid wrote:Dat sux. Sorry visage, you really threaded the needle to catch that one just wrong.
Never fear, I was merely confused. :)

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

Post Reply