- script LevelAnnouncer -1,{
if(BaseLevel == 60) {
getitem 909,1;
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
getitem 909,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
getitem 909,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
getitem 909,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{
getitem 909,1;
announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
if like this will work ?
You can use this:
- script LevelAnnouncer -1,{
if(BaseLevel == 175) {
getitem 2357,1;
getitem 2524,1;
getitem 2421,1;
getitem 2115,1;
announce "Good work! " + strcharinfo(0) + " have reach the max level!",bc_all;
end;
}
}
Just edit the lines.
the script dont have error , but it's dont work ..