Hello, I would like a Script that activates as soon as the person enters with a NOVATO character. 1/1. to talk about the server. I'm trying this script but it displays error in console.
Spoiler
- script Onlogplayer -1,{
OnPCLoginEvent:
if(#Newbie != 0)end;
mes "[ Boas vindas ]";
mes "Olá "+strcharinfo(0)+", seja bem vindo ao -----RO!";
mes "Vejo que voçê é novo por aqui !";
mes "Irei lhe ajudar, pegue algum itens, para começar sua Jornada";
mes "Obrigado por jogar -----RO, estamos muito felizes com sua presença. :D";
getitem 7539,10;
set #Newbie,1;
close;
}
I don't know anything about script. so I don't know what to do. :S
Question
Sacul71
Hello, I would like a Script that activates as soon as the person enters with a NOVATO character. 1/1. to talk about the server. I'm trying this script but it displays error in console.
- script Onlogplayer -1,{
OnPCLoginEvent:
if(#Newbie != 0)end;
mes "[ Boas vindas ]";
mes "Olá "+strcharinfo(0)+", seja bem vindo ao -----RO!";
mes "Vejo que voçê é novo por aqui !";
mes "Irei lhe ajudar, pegue algum itens, para começar sua Jornada";
mes "Obrigado por jogar -----RO, estamos muito felizes com sua presença. :D";
getitem 7539,10;
set #Newbie,1;
close;
}
I don't know anything about script. so I don't know what to do. :S
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.