How do I use the lua console to add runes and inscriptions?
Moderator: Moderator
How do I use the lua console to add runes and inscriptions?
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
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)"
"game.player:learnTalent(game.player["T_INFUSION:_REGENERATION_6"], true, 1)"
My feedback meter decays into coding. Give me feedback and I make mods.
Re: How do I use the lua console to add runes and inscriptio
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)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)"
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
You'd need to modify your known inscriptions and your inscriptions_data