Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample#asljkh 757,{
- if( getmapusers( .map$ ) < .max_player )
- warp .map$,0,0;
- else
- npctalk "room full";
- end;
- OnMinute09:
- announce "Gold Room will be enabled within 1 minutes.",0;
- sleep ( 60 * 1000 );
- announce "Gold Room opened.",0;
- monster .map$,0,0,"--ja--",1002,100,strnpcinfo(0)+"::OnKilled";
- hideoffnpc strnpcinfo(0);
- sleep ( 60 * 1000 );
- announce "Gold Room closed.",0;
- mapannounce .map$,"Time Limit reach.",0;
- mapwarp .map$,"prontera",155,181;
- hideonnpc strnpcinfo(0);
- end;
- OnKilled:
- if( rand(100) < 50 ) getitem 969,1;
- end;
- OnInit:
- .map$ = "guild_vs5";
- .max_player = 8;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment