Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
#627026 06/10/17 08:46 AM
Joined: May 2017
Location: California
Ghatt Offline OP
member
OP Offline
member
Joined: May 2017
Location: California
So I've created a skill that should cause undead and voidwoken to burst into flames. So far I've successfully caused voidwoken to do so with the skill but not so much with the undead. Below are the skill properties:

TARGET:IF(Tagged:UNDEAD):BURNING,100,2;TARGET:IF(Tagged:UNDEAD):Ignite;TARGET:IF(Tagged:VOIDWOKEN):BURNING,100,2;TARGET:IF(Tagged:VOIDWOKEN):Ignite;

Now, I'm probably doing something wrong here, but I'm not sure what it is. Help would be most appreciated. Thanks.

Last edited by Ghatt; 06/10/17 08:57 AM.
Ghatt #627037 06/10/17 09:10 AM
Joined: Jan 2010
Location: USA
F
enthusiast
Offline
enthusiast
F
Joined: Jan 2010
Location: USA


LSLib Contributor | My Mods: DOS2, DOS2DE | 560K Steam Workshop Subscribers
Joined: May 2017
Location: California
Ghatt Offline OP
member
OP Offline
member
Joined: May 2017
Location: California
Thanks for the assist, I'll give it a shot after I get some sleep. I'll update this thread with the result afterwards. Thanks again.

Ghatt #627039 06/10/17 09:17 AM
Joined: Jan 2010
Location: USA
F
enthusiast
Offline
enthusiast
F
Joined: Jan 2010
Location: USA
I added "!Player" for kicks. Also merged VOIDWOKEN with the UNDEAD tags.

edit: I also see in ValueLists.txt there's an "Undead" skill target condition, so I added a second more concise version that uses far less tags.

Joined: May 2017
Location: California
Ghatt Offline OP
member
OP Offline
member
Joined: May 2017
Location: California
I ended up going with-

TARGET:IF(Tagged:VOIDWOKEN|Undead):BURNING,100,2;TARGET:IF(Tagged:VOIDWOKEN|Undead):Ignite;

It seems to work like a champ. You definitely helped me solve my issue and taught me a few things. Thanks again.


Moderated by  Larian_KVN 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5