prontera,155,185,5 script Click-The-Pub 1_F_MARIA,{
end;
OnWhisperGlobal:
if ( getgmlevel() >= 99 )
goto OnMinute00;
end;
OnMinute00:
delwaitingroom;
waitingroom "Click ME", 2, strnpcinfo(0)+"::OnWinner", 1;
end;
OnWinner:
warpwaitingpc "prontera", 155, 182, 1;
attachrid $@warpwaitingpc;
if ( !checkweight( 501,1 ) ) {
dispbottom "LOL you don't have enought space to get a reward";
end;
}
getitem 501, 1;
announce "Click the Pub: Winner is "+ strcharinfo(0) +" !!", bc_all;
delwaitingroom;
end;
}