Jump to content
  • 0

Ignore DEF


Question

Posted

So listed below are the effects of Thanatos and Incantation card. I would've thought Class_Player was different from Normal but both scripts affect players. 

 

Anyone know a way to make the cards work only for monsters and mvp?

bonus bDefRatioAtkClass,Class_Normal;

bonus bIgnoreDefClass,Class_Normal;

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

Take a look at /doc/item_bonus.txt

 

Ignore Def
----------
bonus bIgnoreDefEle,e;          Disregard DEF against enemies of element e
bonus bIgnoreDefRace,r;         Disregard DEF against enemies of race r
bonus2 bIgnoreDefRaceRate,r,n;      Disregard n% of the target's DEF if the target belongs to race r
bonus bIgnoreDefClass,c;        Disregard DEF against enemies of class c
bonus bIgnoreMDefRace,r;        Disregard MDEF against enemies of race r
bonus2 bIgnoreMdefRaceRate,r,n;     Disregard n% of the target's MDEF if the target belongs to race r
bonus bIgnoreMDefEle,e;         Disregard MDEF against enemies of element e
bonus2 bIgnoreMdefClassRate,c,n;    Disregard n% of the target's MDEF if the target belongs to class c

 

* Class ©
    Class_Normal, Class_Boss, Class_Guardian, Class_All

 

* Race ®
    RC_Angel, RC_Brute, RC_DemiHuman, RC_Demon, RC_Dragon, RC_Fish, RC_Formless,
    RC_Insect, RC_Plant, RC_Player, RC_Undead, RC_All

 

Rynbef~

Edited by Rynbef

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