Jump to content
  • 0

Item Script


Question

3 answers to this question

Recommended Posts

Posted (edited)

I don't think there's an item bonus script to specific add effect by % when skill yet.

You can try using this, not sure if will effect on Sonic Blow since it's a BF_WEAPON too.

bonus 2 bAddEff,Eff_Freeze,1000;

bonus2 bAddEff,e,x;   Adds a x/100 chance to cause effect e to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc)
 e: Eff_Blind, Eff_Sleep, Eff_Poison, Eff_Freeze, Eff_Silence, Eff_Stun, Eff_Curse, Eff_Confusion, Eff_Stone, Eff_Bleeding

or you can try using 10% auto skill Lv. 1 NPC_ICEBREATH (70% freeze at 100% damage).

bonus5 bAutoSpell,"NPC_ICEBREATH",1,100,BF_WEAPON,1;

Edited by darristan
Posted

Thanks..

But I think I've found it..

Here,

bonus3 bAddEffOnSkill,"AS_SONICBLOW",Eff_Freeze,2500;

bonus3 bAddEffOnSkill,s,x,n; Adds a n/100% chance to cause status change x on enemy when using skill s (supports skill names)

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