Jump to content
  • 0

How to enable on melee/normal AND skills


Jade

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   0
  • Joined:  03/27/18
  • Last Seen:  

just want to ask regarding Randgris Card
dispel only enable on normal/melee attack

how to enable auto dispel on normal and skills (like bb, despe, ds, etc.)

thanks in advance

{ bonus bUnbreakableWeapon,0; bonus2 bAddClass,Class_All,10; bonus3 bAutoSpell,"SA_DISPELL",1,50; },{},{}


in item_bonus
IDK how does all this works.

Quote
Quote

bonus3 bAutoSpell,sk,y,n;           Adds a n/10% chance to cast skill sk of level y when attacking
bonus3 bAutoSpellWhenHit,sk,y,n;    Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack

bonus4 bAutoSpell,sk,y,n,i;              Adds a n/10% chance to cast skill sk of level y when attacking
bonus5 bAutoSpell,sk,y,n,bf,i;           Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf

------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------

* Trigger criteria (bf)
    BF_SHORT    = Trigger on melee attacks
    BF_LONG        = Trigger on ranged attacks
    (Default: BF_SHORT+BF_LONG)
   
    BF_WEAPON    = Trigger on weapon skills 
    BF_MAGIC    = Trigger on magic skills 
    BF_MISC        = Trigger on misc skills
    (Default: BF_WEAPON)
   
    BF_NORMAL    = Trigger on normal attacks
    BF_SKILL    = Trigger on skills
    (Default: BF_SKILL if type is BF_MISC or BF_MAGIC, BF_NORMAL if type is BF_WEAPON)

* Trigger criteria (atf)
    Effect target: (Default: Attacked target)
    ATF_SELF    = Trigger effect on self
    ATF_TARGET    = Trigger effect on target
    
    Attack range criteria: (Default: All attacks)
    ATF_SHORT    = Trigger on melee attacks
    ATF_LONG    = Trigger on ranged attacks
    
    Skill/attack type criteria: (Default: Physical/weapon)
    ATF_WEAPON    = Trigger on weapon skill / physical attacks
    ATF_MAGIC    = Trigger on magic skills
    ATF_MISC    = Trigger on misc skills

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

4407,Randgris_Card,Randgris Card,6,20,,10,,,,,,,,2,,,,,{ bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,10; bonus5 bAutoSpell,"SA_DISPELL",1,50,BF_NORMAL+BF_SKILL,1; },{},{}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   0
  • Joined:  03/27/18
  • Last Seen:  

17 hours ago, EIysium said:

4407,Randgris_Card,Randgris Card,6,20,,10,,,,,,,,2,,,,,{ bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,10; bonus5 bAutoSpell,"SA_DISPELL",1,50,BF_NORMAL+BF_SKILL,1; },{},{}

 

oh that's how it is? " + "
i'll try ... 

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