Search found 9 matches

by metagaming
Tue Mar 28, 2017 9:44 pm
Forum: General Discussion
Topic: What class is better to finish the game?
Replies: 9
Views: 7062

Re: What class is better to finish the game?

You can do some stupid things with Sun Paladin and still win (on Normal).
by metagaming
Mon Mar 27, 2017 8:02 pm
Forum: Bugs Archive
Topic: [1.5.1] Chants from escorts reduce native mastery
Replies: 10
Views: 4525

Re: [1.5.1] Chants from escorts reduce native mastery

The reason this occurs is that the escort quest (in data/chats/escort-quest.lua) calls game.player:knowTalentType(t.type[1]) to see if the player actor knows the category. If it is nil, the mastery is changed to 0.8, and then it gives the talent. Otherwise, it just gives the talent. knowTalentType()...
by metagaming
Sun Mar 19, 2017 10:38 am
Forum: Bugs Archive
Topic: youtube music claim
Replies: 4
Views: 1935

Re: youtube music claim

Here's a relevant post from the artist.

You should consider having ToME's music muted to avoid copyright strikes.
by metagaming
Sun Mar 19, 2017 6:42 am
Forum: Bugs Archive
Topic: Typos (1.4 and onward!)
Replies: 141
Views: 147077

Re: Typos (1.4 and onward!)

In Chant Acolyte,

Code: Select all

and maximum life by %d%%
should probably be

Code: Select all

and maximum life by %0.1f%%
to match Chant of Fortitude's description.
by metagaming
Sun Mar 19, 2017 6:31 am
Forum: Bugs Archive
Topic: Typos (1.4 and onward!)
Replies: 141
Views: 147077

Re: Typos (1.4 and onward!)

Chant Acolyte's description:
Chant of Fortitute
should be
Chant of Fortitude
by metagaming
Sun Mar 19, 2017 6:29 am
Forum: Bugs Archive
Topic: [1.5.1] Chants from escorts reduce native mastery
Replies: 10
Views: 4525

Re: [1.5.1] Chants from escorts reduce native mastery

I can confirm chants-chants mastery getting set to 0.8 from the escort. I can also confirm Chant Acolyte's description not updating with the new talent point from the escort. In addition, using a category point to increase Chants mastery does update the mastery for chants-chants (back up to 1.5 for ...
by metagaming
Sat Mar 18, 2017 12:06 pm
Forum: Bugs Archive
Topic: Cornac racial features bugged
Replies: 3
Views: 1490

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 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.lev...
by metagaming
Fri Mar 17, 2017 1:32 pm
Forum: Bugs Archive
Topic: Never stop running bad prerequisites
Replies: 3
Views: 1251

Re: Never stop running bad prerequisites

Another save with the issue if you need another.
https://mega.nz/#F!zwAgmbyI!ewpsfQ9spwkXRVjvxBVEIg
by metagaming
Fri Mar 17, 2017 11:02 am
Forum: Bugs Archive
Topic: Typos (1.4 and onward!)
Replies: 141
Views: 147077

Re: Typos (1.4 and onward!)

[1.5.0] and [1.5.1]

Chants/Chant acolyte's description says
... and your armour hardiness by 10%%.
When it should be 15%%.