Jump to content
  • 0

This item script


Question

Posted

{ bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,10; },{},

I know that when you get hit you auto-cast something, but what?

What's the AL stand for?

I know it casts Increase Agility, at level 1 at 1% chance? or... ?

9 answers to this question

Recommended Posts

Posted

{ bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,10;

make it

{ bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,1;

No no, I mean the original script;

is it 1% chance to cast level 1 agi or level 10 agi or?

Posted

try to use this much better

bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when being hit by a direct attack. (supports skill names)

Target must be within spell's range to go off.

i:

0=cast on self

1=cast on enemy, not on self

2=use random skill lv in [1..y]

3=1+2 (random lv on enemy)

Posted

try to use this much better

bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when being hit by a direct attack. (supports skill names)

Target must be within spell's range to go off.

i:

0=cast on self

1=cast on enemy, not on self

2=use random skill lv in [1..y]

3=1+2 (random lv on enemy)

Thanks but that's not what I meant XD

I just wanted to know what the original card did exactly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...