Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- mes "I need ";
- mes "5 x "+getitemname( 512 );
- mes "10,000 Zeny.";
- if( countitem( 512 ) >= 5 && Zeny >= 10000 ){
- if( select( "Proceed","Close" ) == 1 ){
- mes "You done the Quest.";
- delitem 512,5;
- set Zeny,Zeny - 10000;
- }
- }
- close;
- OnInit:
- OnMinute00:
- if( gettime(3) % 2 == 0 )
- hideoffnpc strnpcinfo(0);
- else
- hideonnpc strnpcinfo(0);
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment