TheOneWhoCantSurvive Posted August 24, 2018 Posted August 24, 2018 I was wondering if it is possible to transfer the Revenant pull skill to the player too.
LadyHonor Posted August 24, 2018 Posted August 24, 2018 (edited) You can do the runacript add talent to get it. I don't know what the talent code is for it tho. You can probably find it with a search. Edited August 24, 2018 by LadyHonor
balmz Posted August 24, 2018 Posted August 24, 2018 http://dragonage.wikia.com/wiki/Console_(Origins) const int ABILITY_TALENT_MONSTER_REVENANT_DOUBLESTRIKE = 90086;const int ABILITY_TALENT_MONSTER_REVENANT_PULL = 90092;
TheOneWhoCantSurvive Posted August 24, 2018 Author Posted August 24, 2018 (edited) Would it look like this? -> runscript addtalent 90092? Also wanted to ask if it's possible to add the revenant's skill tree. I'm not very familiar with this kind of stuff. Edited August 24, 2018 by TheOneWhoCantSurvive
balmz Posted August 24, 2018 Posted August 24, 2018 yeah it'd look like that, also should be possible to add the skill tree
TheOneWhoCantSurvive Posted August 26, 2018 Author Posted August 26, 2018 Allright, I'll test it out when I can, thanks for your answers.
Recommended Posts