Item Use Script |
.@r = getrefine();
bonus2 bExpAddClass,Class_All,10;
bonus2 bDropAddClass,Class_All,10;
if (readparam(bStr) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bStr,.@r;
}
if (readparam(bAgi) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bAgi,.@r;
}
if (readparam(bVit) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bVit,.@r;
}
if (readparam(bInt) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bInt,.@r;
}
if (readparam(bDex) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bDex,.@r;
}
if (readparam(bLuk) >= 90) {
bonus bAllStats,1;
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
bonus bLuk,.@r;
} |