uDe Posted October 6, 2012 Posted October 6, 2012 How to make this item script? Low chance to freeze the target when the user using Sonic Blow skill. The chance would be 10% Quote
Bin4ry Posted October 6, 2012 Posted October 6, 2012 (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 October 6, 2012 by darristan Quote
uDe Posted October 6, 2012 Author Posted October 6, 2012 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) Quote
Bin4ry Posted October 6, 2012 Posted October 6, 2012 Omg how can I miss it, sorry for the misleading information... Quote
Question
uDe
How to make this item script?
The chance would be 10%
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.