Hi! This is a great mod, just started using it after taking VTMR off the shelf after many years. I absolutely love everything this mod does.
I am however encountering a slight problem (and I'm using it to play through the single-player). The problem lies with Wilhelm's use of Entrancement. I first encountered it with Mercurio. Wilhelm entranced him and I couldn't kill him. I managed to get around this by spamming celerity strikes with WIlhelm's Feral Claws to kill him.
However, I'm now at the Golem and the same thing happened. He's my big cuddly ally and I can't target him for attacks. I suppose I can celerity spam him to death too, but this feels overly cheap and is quite annoying to boot. I'm wondering if there's a solution other than disabling Entrancement in Wilhelm's AI?
Thanks in advance and thanks for the great mod!
p.s. For now I've changed Wilhelm's Entrance AI code to this, so he only uses it when there's at least 2 enemies (I think):
{iterate: 800, caster, entrace, people}
{check: actorflags: entrace, not:talkto}
{check: actorflags: entrace, not:neutral}
{check: actorflags: entrace, not:dead}
{check: compare, text, <id.caster>, not:equal:<id.entracek>}
{check: compare, value, <team.caster>, not:equal:<team.entrace>}
{var: caster, validentrancetargets, integer, <var.caster.validentrancetargets> + 1}
{endcheck}
{enditerate}
{check: effect, caster, not:ef_disc_entrancement}
{check: compare, text, <id.caster>, not:equal:<id.current>}
{check: compare, value, <var.caster.validentrancetargets>, not:below:2}
{effectbylevel: caster, caster, refresh, ef_restrain, 0, 6000}
{holt: caster}
{execute: caster, target, Vampires\Presence\pnp_disc_entrancement, cast}
{delay: 5}
{endcheck}
{check: combat, caster, true}
{check: compare, text, <id.caster>, not:equal:<id.current>}
{check: effect, caster, not:ef_sys_aggravated}
{check: compare, value, <stat.caster.blood>, is:above:0}
{check: compare, value, <stat.caster.health>, is:below:5}
{execute: caster, caster, Vampires\Common\pnp_disc_bloodhealai, cast}
{delay: 3}
{endcheck}