When replacing inscription the talent level shown is twice the talent level shown on "use talent" window.
Screenshots attached.
Talent level when replacing inscription
Moderator: Moderator
-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Talent level when replacing inscription
- Attachments
-
- note the talent level: 1.0
- UseTalent.jpg (53.81 KiB) Viewed 3518 times
-
- note the talent level: 2.0
- InscriptionReplacement.jpg (51.77 KiB) Viewed 3518 times
Re: Talent level when replacing inscription
Hum I cant seem to reproduce that one, anybody else ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Re: Talent level when replacing inscription
if it can help, it happens for me in tutorial "mission". My version is beta30 on a linux machine.
-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Re: Talent level when replacing inscription
still in beta31
-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Re: Talent level when replacing inscription
this also happens in beta40.
just started a character and exploring trollmire I've found 2 inscriptions. During replacing the talent level of the one to be replaced appears as "2.0" while normally it is "1.0"
just started a character and exploring trollmire I've found 2 inscriptions. During replacing the talent level of the one to be replaced appears as "2.0" while normally it is "1.0"
- Attachments
-
- IMG.jpg (192.26 KiB) Viewed 3352 times
Re: Talent level when replacing inscription
Does it actually affect anything?
Step One: Redux
Step Two: Paradox Clone
Step Three: Watch game go insane.
Step Two: Paradox Clone
Step Three: Watch game go insane.
-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Re: Talent level when replacing inscription
I think not, it is just a weird text, nothing elseazrael wrote:Does it actually affect anything?
-
- Cornac
- Posts: 36
- Joined: Sat Jul 23, 2011 9:00 am
Re: Talent level when replacing inscription
Not sure, but it seems that can be caused by
tome-3.9.41\data\chats\player-inscription.lua line 37
that calls tome-3.9.41\mod\class\Actor.lua line 3300
adding the +1 to talent level
tome-3.9.41\data\chats\player-inscription.lua line 37
Code: Select all
[...]
on_select=function(npc, player)
game.tooltip_x, game.tooltip_y = 1, 1
game:tooltipDisplayAtMap(game.w, game.h, "#GOLD#"..t.name.."#LAST#\n"..tostring(player:getTalentFullDescription(t, 1)))
end
Code: Select all
function _M:getTalentFullDescription(t, addlevel, config)