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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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