Is there a command that I can insert in this script so that it excludes GM lvl 20 or higher? Just like how this script excludes the vendors from being picked.
{
query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid;
attachrid .@aid;
if(CheckVending())
{
DetachRID();
continue;
}
announce strcharinfo(0) +" won in Lucky Pick Event.", 0;
getitem 675,1;
break;
}
end;
}
Question
Kurihara
Is there a command that I can insert in this script so that it excludes GM lvl 20 or higher? Just like how this script excludes the vendors from being picked.
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.