fearlessengineer333 wrote: ↑Thu Aug 10, 2023 6:11 pm
Nyram wrote: ↑Thu Aug 10, 2023 5:47 pm
SParcival wrote: ↑Thu Aug 10, 2023 5:39 am
Hello, im trying to get vampire regeneration to work and although I can add the feat to my char and it will show up in passive, but it doesn't work at all. Any hints towards this?
This is the same for both Regeneration_vampire and regeneration_vampire_spawn
I've been trying to figure this out too.
I suspect that the Vampire Regeneration powers have some sort of check in their code that checks for some other flag, such as Undead, Vampire, etc.
I gave both regen abilities to Astarion as well as my main character but they don't trigger healing on either character.
I just noticed that it is possible to add Undead and Vampire tags when I was looking at Zanzer's Character Tags on the first page.
I'm gonna try adding those today.
If you (or anyone) can figure out how to get these two Regen abilities to heal, please post what you did.
Try tags to see if they work: (try one at a time and then use the vampire regen power CE script). Often the spells, boosts or passives have qualifiers in them to only activate if you carry a specific tag.
Tag(VAMPIRE)
LOW_VampireSpawn
LOW_Astarion_VampireAscendant
or boosts to see if they work:
UnlockSpell(Target_LOW_Astarion_VampireAscendant)
UnlockSpell(Shout_LOW_MistyEscape_Astarion)
CharacterWeaponDamage(1d10,Necrotic)
CharacterUnarmedDamage(1d10,Necrotic)
UnlockSpell(Target_LOW_VampireBite)
Thanks for the suggestions.
Im not sure how to add Tag(VAMPIRE) as when I look inside "Change Script" for various console commands I do not see any formatted in that way.
Adding spells seems the most like that. Otherwise most commands seem to require uuid string code.
Are you suggesting that I try to add that those (Tag(VAMPIRE), LOW_VampireSpawn, LOW_Astarion_VampireAscendanttags) as if they were spells?
Maybe I am overlooking a tool in the table that makes the answer obvious?
I did actually just try adding Tag(VAMPIRE), VAMPIRE, LOW_VampireSpawn, LOW_Astarion_VampireAscendant, and Target_LOW_Astarion_VampireAscendant as Spells and noted no change.
I also did a save / load to see if that would register a change and again, nothing.
Im out of ideas without being able to look at the code for the Vampire Regen abilities.