- script LevelAnnouncer -1,{
OnPCBaseLvUpEvent:
set .@rewards$,909; //your rewards IDs here
if(BaseLevel == 60) {
getitem .@item$,1;
announce ""+strcharinfo(0)+" have reach level 60 and received "+getitemname(.@rewards$+ !";
end;
}
if(BaseLevel == 70) {
getitem .@item$,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 70 and received "+getitemname(.@rewards$+ !";
end;
}
if(BaseLevel == 80) {
getitem .@item$,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 80 and received "+getitemname(.@rewards$+ !";
end;
}
if(BaseLevel == 90) {
getitem .@item$,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 90 and received "+getitemname(.@rewards$+ !";
end;
}
if(BaseLevel == 99{
getitem .@item$,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 99 and received "+getitemname(.@rewards$+ !";
end;
}
}
Tested and working perfectly with me