Noway3 wrote: ↑Tue Feb 27, 2024 9:58 pm
SummonerVivi wrote: ↑Tue Feb 27, 2024 4:30 pm
Hi all, I tried to add Sarevok's Legendary Action to my main character and it worked but sadly the skill is 1 time use only and it doesnt restore itself after each round and just disappear from my reactions list. Any idea how to make it permanent without me to reapply the status everytime I want to use it.
How to acquire Legendary Actions:
for example "
Legendary Action: Murderous Retort" (
"Once per round, Sarevok can use his Legendary Action to immediately strike back at an attacker.")
In Cheat Engine Console or Script Extender Console:
Code: Select all
AddPassive(GetHostCharacter(), "LegendaryAction_LOW_BhaalsRetribution_Sarevok")
for more legendary actions, check my file "Stats_Passive_Array.json" and search for "Legendary Action:"
Hi again I managed to make the skill working as intended in battle but now I've run into the problem where the Passives I've added are not permanent and they disappear after a long rest. Does anyone know how to make the passives permanent on the character?
The scripts im using on the consolecommands on the (GetHostCharacter() section are currently these 4,
AddPassive(GetHostCharacter(), "LegendaryAction_LOW_BhaalsRetribution_Sarevok", -1, 1)
ApplyStatus(GetHostCharacter(), "LEGENDARYACTION_LOW_SAREVOK_BHAALSRETRIBUTION", -1, 1)
AddPassive(GetHostCharacter(), "Low_Sarevok_Deathbringer_Counter_0", -1, 1)
ApplyStatus(GetHostCharacter(), "LOW_SAREVOK_DEATHBRINGER_COUNTER_0", -1, 1)