uDe Posted October 6, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 6, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
uDe Posted October 6, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 6, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 6, 2012 Omg how can I miss it, sorry for the misleading information... Quote Link to comment Share on other sites More sharing options...
Question
uDe
How to make this item script?
The chance would be 10%
Link to comment
Share on other sites
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.