- script AutoFunEvent -1,{ OnMinute30: while(1) { query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if ( .@aid == 0 ) end; if( checkvending() || checkchatting() ) { detachrid(); continue; } announce strcharinfo(0) +" has won 1 Event Ticket in our Lucky Pick Event.", 0; getitem 7227,1; dispbottom "Help our server grow by writing a review on ratemyserver.net Thank you."; break; } end; }