viewing paste Welcome | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
// http://forum.cronus-emulator.com/topic/156403-npc-recepcionista/
// ============================= //
// Powered by Envolvents         //
// ============================= //
// Compatível com a porra toda.  //
// ============================= //
-   script  Welcome -1,{
 
OnPCLoginEvent:
    set .title$,"[^FF0000Recepcionista Seu-RO^000000]";
    if(getgroupid() >= 20) end;
    if(Class == 0) {
        if(#new == 0) {
            set #new, 1;
            mes .title$;
            mes "Olá "+strcharinfo(0)+", seja bem vindo ao Seu-RO!";
            mes "Vejo que você é novo por aqui...";
            mes "Irei lhe ajudar, pegue alguns itens para começar a sua jornada.";
            next;
            getitem 607, 1; // ID DO ITEM, QUANTIDADE (caso queira dar mais itens é só duplicar)
            getitem 608, 1; // ID DO ITEM, QUANTIDADE (caso queira dar mais itens é só duplicar)
            next;
            set BaseLevel, 20;
            set JobLevel, 10;
            next;
            mes .title$;
            mes "Obrigado por jogar o Seu-RO, estamos muito felizes com sua presença.";
            close;
        }
    }
end;
}
Viewed 1043 times, submitted by Envolvents.