Jump to content
  • 0

Item Script


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

How to make this item script?

Low chance to freeze the target when the user using Sonic Blow skill.

The chance would be 10%

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Omg how can I miss it, sorry for the misleading information...

Link to comment
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.   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.

×
×
  • Create New...