viewing paste Unknown #14868 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11
-   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;
    }
}
Viewed 529 times, submitted by Guest.