How to edit my char

Everything about ToME 4.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
GlassGo
Uruivellas
Posts: 732
Joined: Wed Nov 06, 2013 1:21 pm
Location: From Russia with atchoum!

How to edit my char

#1 Post by GlassGo »

My char is AB, and due my clumsiness tree Spell\Fire has unwanted skill point in Flame, which I want to remove, but I can't do it (I don't want 1-skill Flame will proc instead Earthen Missiles)
I've already seen "Cheats" section, but there is a way only to add skill, not remove.
English isn't my native language.

Grey
Loremaster
Posts: 3517
Joined: Thu Sep 23, 2010 10:18 pm
Location: London, England
Contact:

Re: How to edit my char

#2 Post by Grey »

If you added a skill recently you can right-click on it to restore it. Only works on the last 5 or skill choices.
http://www.gamesofgrey.com - My own T-Engine games!
Roguelike Radio - A podcast about roguelikes

GlassGo
Uruivellas
Posts: 732
Joined: Wed Nov 06, 2013 1:21 pm
Location: From Russia with atchoum!

Re: How to edit my char

#3 Post by GlassGo »

No, I can't, and already said it.
English isn't my native language.

Sradac
Sher'Tul
Posts: 1081
Joined: Fri Sep 21, 2007 3:18 am
Location: Angolwen

Re: How to edit my char

#4 Post by Sradac »

if you have any points in talents farther in the tree you wont be able to remove prior ones until the later ones are gone.

Also if it was a talent you started with it can't be removed after birth

breadsmith
Thalore
Posts: 169
Joined: Fri May 17, 2013 6:15 am

Re: How to edit my char

#5 Post by breadsmith »

It sounds more like he forgot to pull the point out for a few levels and can't do it now. That being said, I have no idea how to do that.

Earwicker
Higher
Posts: 58
Joined: Mon Mar 18, 2013 5:20 pm

Re: How to edit my char

#6 Post by Earwicker »

Bring the debug console up and try something like --

Code: Select all

game.player:unlearnTalent(game.player.T_FLAME)
and if you want your talent point back (assuming you haven't any unassigned talent point at the moment), type --

Code: Select all

game.player.unused_talents=1
Be warned this will tag your character as a cheat, though.

GlassGo
Uruivellas
Posts: 732
Joined: Wed Nov 06, 2013 1:21 pm
Location: From Russia with atchoum!

Re: How to edit my char

#7 Post by GlassGo »

breadsmith wrote:It sounds more like he forgot to pull the point out for a few levels and can't do it now.
That's how it was.

Thanks! I'll use it later.
It's a cheat, I know, but sometimes it's TOO boring to play again.
English isn't my native language.

Post Reply