I hope this will work.
- script rates -1,{
OnPCLoginEvent:
OnPCBaseLvUpEvent:
if(BaseLevel >= 255 && BaseLevel <= 264) {
announce "Good job for reaching level "+ BaseLevel +". We are now decreasing the EXP Rates for this character. GLHF!",bc_self, 0xF83D6A, FW_BOLD;
//sc_start SC_EXPBOOST,864000000,-990;
//sc_start SC_JEXPBOOST,864000000,-990;
bonus_script "{ bonus2 bExpAddClass,CLASS_ALL,-90; }",864000000;
}
if(BaseLevel == 265) {
// no need to reset?
}
end;
}
it didn't work, it now gives a lot of exp...