prontera,144,168,6 script Brysinggamen Quest 117,{ mes "collect 50 red pot, 20 orange pot, 10 white pot"; mes "and you get a Brysinggamen !"; next; menu "yes I want", L_yes, "not interested", L_no;L_yes: if ( countitem(501) < 50 ) goto L_not_enough; if ( countitem(502) < 20 ) goto L_not_enough; if ( countitem(504) < 10 ) goto L_not_enough; if ( !checkweight(2630,1) ) goto L_overweight; delitem 501, 50; delitem 502, 20; delitem 504, 10; mes "There you go !"; getitem 2630, 1; close;L_not_enough: mes "you don't bring enough items"; mes "collect 50 red pot, 20 orange pot, 10 white pot"; close;L_no: mes "ok come back soon"; close;L_overweight: mes "you are overweight, put some items into storage and come back again."; close;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.