Hello, i'm making some achivments for my server and ther is one that already workings, the script gives a player one item when they get Job Level 10 by mail, and display a message and etc. Anyway, a friend makes it for my. But, I want make one that everytime a Player kills 1000 Porings, he will recive one mail (on the game) with an item, zenys and display a message and show a cuttin on the botton, just like this:
-scriptMail-1,{
OnPCJobLvUpEvent:
if(JobLevel == 10 && v_earn_beta == 0) {
set .@send_name$, "Vision Server";
set .@dest_name$, strcharinfo(0);
set .@dest_id, getcharid(0);
set .@title$, "Jogador Beta";
set .@zeny, 10000;
set .@item, 2576;
set .@qtd, 1;
set .@message$, "Parabéns! Você é oficialmente um "+.@title$+". Pegue uma Mochila do Jogador Beta e "+.@zeny+" zeny por seus feitos.";
dispbottom "Uma conquista foi desbloqueada! Confira sua caixa de correio.";
Hello, i'm making some achivments for my server and ther is one that already workings, the script gives a player one item when they get Job Level 10 by mail, and display a message and etc. Anyway, a friend makes it for my. But, I want make one that everytime a Player kills 1000 Porings, he will recive one mail (on the game) with an item, zenys and display a message and show a cuttin on the botton, just like this:
Share this post
Link to post
Share on other sites