- script login_new -1,{
OnPCLoginEvent:
if(#new_p != 1){
mes "[GinRO]";
mes "Welcome to GinRO "+strcharinfo(0)+"!";
next;
mes "[GinRO]";
mes "We're very glad that you found your way to our Server and we hope you will enjoy your stay!";
mes "And as an little welcome gift we give you a few Items that should help you start your new Adventure in this exciting world of GinRO!";
getitem xxx,1;
getitem xxx,1;
getitem xxx,1;
set #new_p,1;
next;
mes "[GinRO]";
mes "Just use @go 0 to reach our Maintown which is called Caspen.";
mes "Hope to see you soon there! =D";
close;
}
end;
}