.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
autobonus3 "{ bonus2 bSkillAtk,"RA_AIMEDBOLT",250; }",1000,30000,"RA_UNLIMIT";
if (.@sum >= 35) {
bonus2 bIgnoreDefRaceRate,RC_All,40;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
}
}
|