Jump to content
  • 0

Help Me English Version of This Pls


amasanmitchan

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/14
  • Last Seen:  

Can Someone make this script English pls? i Need a script that will reward a lvl 99/70 1 acct. only i searched in google and i found this script but i think its not english can some one translate this or maybe fix it ..

 

Heres The Script :

 

prontera,164,166,5    script    FirstLevel    410,{
    mes .n$;
    mes "Lista dos primeiros jogadores a conquistarem o level "+.nvm+".";
    mes " ";
    for(set .i, 0; .i < getarraysize($class_fix);set .i,.i+1) mes (.i+1)+" - [^b00808"+$nmc$[.i]+"^000000]  Classe: [^f80b0b"+jobname($class_fix[.i])+"^000000]";
    close;
end;
OnPCBaseLvUpEvent:
OnPCJobLvUpEvent:
    if(BaseLevel == .nvm && JobLevel == .jbm){
        for(set .i, 0; .i < getarraysize($class_fix);set .i,.i+1){
            if(Class == $class_fix[.i])end;
        }
        announce "Parabéns ao jogador ["+strcharinfo(0)+] por se o primeiro ["+jobname(Class)+] a antingir o level "+.nvm+".",bc_all;
        set $class_fix[getarraysize($class_fix)],Class;
        set $nmc$[getarraysize($class_fix)],strcharinfo(0);
        for(set .i, 0; .i < getarraysize(.ipm);set .i,.i+1) getitem .ipm[.i],.qpm[.i];
        end;
    }
end;
OnInit:
    set .n$, "[^0b85f8First Level^000000]";
    set .nvm, 99;                    // Level maximo do servidor.
    set .jbm, 70;                    // Level Job maximo do servidor.
    setarray .ipm[0], 32002,7828,7773,7829;   // ID dos premios.
    setarray .qpm[0], 1,  150,  150,  150;     // Quantidade de premios.
end;
}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

[paste=991awqm0umr]

 

how did I get the translation?

 

google damit translate

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/14
  • Last Seen:  

Thank You Sir ^_^ Appericiate it 

Link to comment
Share on other sites

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.

×
×
  • Create New...