I need a bit of help.

Post » Sun Nov 18, 2012 12:23 am

I'm working on 2 mods that add leveled claw damage. One adds regular claw damage the other adds poison claw damage to Argonians.

Now I've setup the claw damage and the poison effect. But when I test it in game, it doesn't show in the active effects under the magic menu. When I use the mod with non poison claw damage. The claws show up in my active effects menu.

This is how I added the poison damage.

Conditions:

Hasspell > 1T82Poison> Combat Target == 1

1T82Poison is the unique id for the poison spell.
User avatar
Sabrina garzotto
 
Posts: 3384
Joined: Fri Dec 29, 2006 4:58 pm

Post » Sat Nov 17, 2012 9:00 pm

Hmm, 17 views not one reply?
User avatar
Katie Samuel
 
Posts: 3384
Joined: Tue Oct 10, 2006 5:20 am

Post » Sat Nov 17, 2012 4:54 pm

You do mean

if Combat Target == 1

not

if Combat Target = 1

... which is what you wrote here ...

??
User avatar
Lil'.KiiDD
 
Posts: 3566
Joined: Mon Nov 26, 2007 11:41 am

Post » Sun Nov 18, 2012 4:44 am

Yes, that's what I meant.
User avatar
Sarah Evason
 
Posts: 3507
Joined: Mon Nov 13, 2006 10:47 pm

Post » Sat Nov 17, 2012 11:48 pm

So, no one can help me?
User avatar
FITTAS
 
Posts: 3381
Joined: Sat Jan 13, 2007 4:53 pm

Post » Sat Nov 17, 2012 10:32 pm

Well I'll try to help, but I don't really understand what you mean by this ...

Hasspell > 1T82Poison> Combat Target == 1

That doesn't look like a condition?

Exactly what have you put where? (Is this in script, or Magic-Effect conditions?)
User avatar
J.P loves
 
Posts: 3487
Joined: Thu Jun 21, 2007 9:03 am

Post » Sat Nov 17, 2012 8:48 pm

Well I'll try to help, but I don't really understand what you mean by this ...

Hasspell > 1T82Poison> Combat Target == 1

That doesn't look like a condition?

Exactly what have you put where? (Is this in script, or Magic-Effect conditions?)

Sorry about that. I appreciate your assistance.

Here's 2 pics of what I mean:

http://img207.imageshack.us/img207/8339/clipboard01zc.jpg

http://img703.imageshack.us/img703/3605/clipboard01wgz.jpg
User avatar
Elizabeth Lysons
 
Posts: 3474
Joined: Fri Feb 02, 2007 7:16 am

Post » Sat Nov 17, 2012 7:42 pm

Your condition checks that the combat target has a poison spell. What this means is that the effect (whatever it is) will only be applied to NPCs who have the spell - which I guess means, NPCs who could poison you?
User avatar
Jamie Moysey
 
Posts: 3452
Joined: Sun May 13, 2007 6:31 am

Post » Sun Nov 18, 2012 3:56 am

Your condition checks that the combat target has a poison spell. What this means is that the effect (whatever it is) will only be applied to NPCs who have the spell - which I guess means, NPCs who could poison you?

Ok, so I misunderstood what it meant. I thought it meant, that it will add the poison damage during combat.
User avatar
Kayla Keizer
 
Posts: 3357
Joined: Tue Dec 12, 2006 4:31 pm


Return to V - Skyrim