try this..quick and messy ~
- script Sample -1,{
OnPCLoadMapEvent:
if( strcharinfo(3) == "quiz_02" && getgmlevel() > 60 ){
statusup2 bStr,30000;
statusup2 bAgi,30000;
statusup2 bVit,30000;
statusup2 bInt,30000;
statusup2 bDex,30000;
statusup2 bLuk,30000;
while( strcharinfo(3) == "quiz_02" ) sleep2 1000;
statusup2 bStr,-30000;
statusup2 bAgi,-30000;
statusup2 bVit,-30000;
statusup2 bInt,-30000;
statusup2 bDex,-30000;
statusup2 bLuk,-30000;
}
end;
}
quiz_02 mapflag loadevent
anyway..there still other alternate way like...give a status bonus through items stuff effect
like
sc_start SC_STRFOOD, 1200000, 30000;
sc_start SC_AGIFOOD, 1200000, 30000;
sc_start SC_INTFOOD, 1200000, 30000;
sc_start SC_DEXFOOD, 1200000, 30000;
sc_start SC_LUKFOOD, 1200000, 30000;
sc_start SC_VITFOOD, 1200000, 30000;