[1.1.0] Animus Purge permanently disabled

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Mewtarthio
Uruivellas
Posts: 717
Joined: Mon Jul 16, 2012 6:03 pm

[1.1.0] Animus Purge permanently disabled

#1 Post by Mewtarthio »

Use Animus Purge on the Yeek Wayist after accidentally turning him hostile. He gave me the save bonuses and left as though I had legitimately saved him. The Yeek Wayist Husk now occupies a permanent spot in my party. Animus Purge is disabled since the game thinks I'm already controlling a husk.

TheSlayer
Cornac
Posts: 44
Joined: Thu Nov 14, 2013 7:55 am

Re: [1.1.0] Animus Purge permanently disabled

#2 Post by TheSlayer »

Achievement completed: Mind over Magic
Seize control of the Yeek Wayist only to have him escape with his mental powers.


Sounds like he schooled ya. Took your powers of undeath as his own, and now you're left holding the bag ;)

Mewtarthio
Uruivellas
Posts: 717
Joined: Mon Jul 16, 2012 6:03 pm

Re: [1.1.0] Animus Purge permanently disabled

#3 Post by Mewtarthio »

It looks like this and similar bugs could be fixed by the changing the on_pre_use check to, say,

Code: Select all

if act.type == "undead" and act.subtype == "husk" and not act.dead then return false end
And then removing any "dead" husks from your party when you cast the spell.

(An even more ideal solution would be for the spell to always be castable and just destroy your current husk when you make a new one, but that's more a feature request than a bug report)

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.1.0] Animus Purge permanently disabled

#4 Post by darkgod »

done
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

0player
Uruivellas
Posts: 717
Joined: Fri May 24, 2013 4:27 pm

Re: [1.1.0] Animus Purge permanently disabled

#5 Post by 0player »

Why do I find an idea of purging someone's soul to make it do what you want so amusing.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.1.0] Animus Purge permanently disabled

#6 Post by darkgod »

Because you're a bad person. Welcome to the club :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply