Thank you annie lemme try =))
Thank you annie lemme try =))
My effect is here
Max HP + 10%
Grants Intravision
[Gunslinger, Ranger, Assassin Cross]
Nullify all magic spells, including supportive skills,
that target the owner at the cost of doubling SP Consumption cost when using skills.|
(Cannot wear GTB when Equipped)
[Wizard, Ninja]
Adds 30% Magical Defense bypassing on Demi-human monster.
Ignored MDEF of Demi-human Monster
[Lord Knight, Merchant, Sage,Taekwon]
Gives a small chance of casting Parrying Level 9
Gives 55% by Pass Flee
here the item script
{ bonus bIntravision,0; bonus bAllStats,5; bonus bMaxHPrate,10; if(BaseClass==Job_Assassin||BaseJob==Job_Gunslinger||BaseClass==Job_Hunter) { bonus bNoMagicDamage,90; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus2 bIgnoreMdefRate,RC_DemiHuman,30; bonus bMatk,3; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus bPerfectHitRate,55; bonus3 bAutoSpell,"LK_PARRYING",9,50; } },{},{}
btw where should i put that? i'm kinda trouble with if statements lol sry just noob