- script LoginReward -1,{
OnPcLoginEvent:
if(#lreward != 1){
mes "You shall receive extra freebies for spontaneous disconnections happening in the server lately. We are already investigating the issue. Thank you!";
next;
getitem 7608,5;
set #lreward, 1;
close;
}
}