anacondaq Posted June 1, 2012 Share Posted June 1, 2012 (edited) Incasation Samurai Card: 4263 ID; { bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; bonus2 bHPLossRate,666,10000; },{},{ heal -999,0; } Card ignore all equip Def (100% def) My problem: i need only 50% ignoring DEF (equip DEF) and only for one Job (4013); how create this script? I find by myself? I fix that thing; my formula: {if(Class == 4013) {bonus2 bIgnoreDefRate,RC_DemiHuman,50;}else{bonus2 bIgnoreDefRate,RC_DemiHuman,100;}} Edited June 1, 2012 by neqste Quote Link to comment Share on other sites More sharing options...
Incasation Samurai Card: 4263 ID;
{ bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; bonus2 bHPLossRate,666,10000; },{},{ heal -999,0; }Card ignore all equip Def (100% def)
My problem: i need only 50% ignoring DEF (equip DEF) and only for one Job (4013); how create this script? I find by myself?
I fix that thing; my formula:
{if(Class == 4013) {bonus2 bIgnoreDefRate,RC_DemiHuman,50;}else{bonus2 bIgnoreDefRate,RC_DemiHuman,100;}}Edited by neqsteLink to comment
Share on other sites