- script LoginReward -1,{
OnPcLoginEvent:
if(getcharid(3) > 2002999) end;
if(!checkweight(7608,5)) { dispbottom "Make space to claim your reward!"; end; }
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;
}
}
I didn't test it so test it on your local server for sure.