Talent level when replacing inscription

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Talent level when replacing inscription

#1 Post by alocritani »

When replacing inscription the talent level shown is twice the talent level shown on "use talent" window.
Screenshots attached.
Attachments
note the talent level: 1.0
note the talent level: 1.0
UseTalent.jpg (53.81 KiB) Viewed 3518 times
note the talent level: 2.0
note the talent level: 2.0
InscriptionReplacement.jpg (51.77 KiB) Viewed 3518 times

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Talent level when replacing inscription

#2 Post by darkgod »

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 ;)

alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Re: Talent level when replacing inscription

#3 Post by alocritani »

if it can help, it happens for me in tutorial "mission". My version is beta30 on a linux machine.

alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Re: Talent level when replacing inscription

#4 Post by alocritani »

still in beta31

alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Re: Talent level when replacing inscription

#5 Post by alocritani »

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"
Attachments
IMG.jpg
IMG.jpg (192.26 KiB) Viewed 3352 times

azrael
Thalore
Posts: 122
Joined: Fri Jun 08, 2012 12:18 am

Re: Talent level when replacing inscription

#6 Post by azrael »

Does it actually affect anything?
Step One: Redux
Step Two: Paradox Clone
Step Three: Watch game go insane.

alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Re: Talent level when replacing inscription

#7 Post by alocritani »

azrael wrote:Does it actually affect anything?
I think not, it is just a weird text, nothing else

alocritani
Cornac
Posts: 36
Joined: Sat Jul 23, 2011 9:00 am

Re: Talent level when replacing inscription

#8 Post by alocritani »

Not sure, but it seems that can be caused by

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
that calls tome-3.9.41\mod\class\Actor.lua line 3300

Code: Select all

function _M:getTalentFullDescription(t, addlevel, config)
adding the +1 to talent level

Post Reply