Jump to content
  • 0
glemor123

Add a chance of auto casting Level 10 Kyrie Eleison

Question

1 answer to this question

Recommended Posts

  • 0

Note this:

bonus3 bAutoSpellWhenHit,x,y,n;		n/10% chance to cast skill x of level y on attacker (unless it is a self or support skill) when being hit by a					direct attack. (supports skill names)					Target must be within spell's range to go off.

 

so you must use bonus4

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)

try this

bonus4 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99)),0;

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.