Page 1 of 1

How do I use the lua console to add runes and inscriptions?

Posted: Fri May 11, 2018 6:40 am
by overzero6
How do I use the lua console to add runes and inscriptions? the "game.player:learnTalent(game.player.T_INFUSION:_REGENERATION_6, true, 1)" and anything related to T_RUNE and T_INFUSION doesn't work. it says "function argument expected near ',' " help please.

Re: How do I use the lua console to add runes and inscriptio

Posted: Sat May 12, 2018 10:41 am
by HousePet
I really don't recommend doing this as it won't work without some other carefully inserted commands and might still implode but...

"game.player:learnTalent(game.player["T_INFUSION:_REGENERATION_6"], true, 1)"

Re: How do I use the lua console to add runes and inscriptio

Posted: Sat May 12, 2018 11:09 am
by overzero6
HousePet wrote:I really don't recommend doing this as it won't work without some other carefully inserted commands and might still implode but...

"game.player:learnTalent(game.player["T_INFUSION:_REGENERATION_6"], true, 1)"
Thanks for replying, really appreciated! The command worked (didn't give an error) but if i open the talents menu it gives an error along the lines of "inscription doesn't exist" & it makes the talent menu impossible to open but it's alright since i unlearned the regenration_6 through game.player:unlearnTalent(game.player["T_INFUSION:_REGENERATION_6"], false, 1)
Also the [""] thing is interesting, i didn't know it existed.
Anyway thanks for helping! I wonder about what other carefully inserted commands?

Re: How do I use the lua console to add runes and inscriptio

Posted: Sat May 12, 2018 12:13 pm
by Lokean
You'd need to modify your known inscriptions and your inscriptions_data