Jump to content

Question

7 answers to this question

Recommended Posts

Posted

dont know if it works, u can just give it a try

- script LevelAnnouncer -1,{

if(BaseLevel == 60) {
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{

announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
Posted

 

dont know if it works, u can just give it a try

- script LevelAnnouncer -1,{

if(BaseLevel == 60) {
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{

announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
- 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 ?

Posted

 

 

dont know if it works, u can just give it a try

- script LevelAnnouncer -1,{

if(BaseLevel == 60) {
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{

announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
- 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.

Posted

 

 

dont know if it works, u can just give it a try

- script LevelAnnouncer -1,{

if(BaseLevel == 60) {
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{

announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
- 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 ?

 

 

yes it can work like that. BTW, why dont u just give it a try? its not that hard i believe though.

Posted

 

 

 

dont know if it works, u can just give it a try

- script LevelAnnouncer -1,{

if(BaseLevel == 60) {
announce ""+strcharinfo(0)+" have reach level 60!";
end;
}
if(BaseLevel == 70) {
announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
end;
}
if(BaseLevel == 80) {
announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
end;
}
if(BaseLevel == 90) {
announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
end;
}
if(BaseLevel == 99{

announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
end;
}
}
- 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 ..

Posted
-	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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...