.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
bonus4 bAutoSpellOnSkill,"WM_METALICSOUND","WM_METALICSOUND",10,350;
if (.@sum >= 35) {
bonus2 bIgnoreDefRaceRate,RC_All,40;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
}
}
|