caspa Posted May 3, 2012 Share Posted May 3, 2012 how do you make the jack en poy that comes in svn eathena that when you win 7 straight it would give an alice doll =D Quote Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 4, 2012 Share Posted May 4, 2012 prontera,156,182,5 script Jack en Poy 100,{ mes "[Jack en Poy]"; mes "Hi do you like to play jack en poy?"; next; menu "Yes",L_YES,"No",L_NO; L_NO: next; mes "[Jack en Poy]"; mes "Ok Comeback again."; close; L_YES: next; mes "[Jack en Poy]"; if([email protected] == 7) { mes "Wow your good!! "; getitem 5137,1; set [email protected],0; close; } mes "OK here goes"; set [email protected], rand(1,3); // 1 = Rock , 2 = Paper, 3 = Scissors set [email protected], rand(1,3); next; mes "....."; next; if([email protected] == 1 && [email protected] == 2) { emotion e_paper, 1; emotion e_rock, 0; mes "You win!"; set [email protected], [email protected]+1; goto L_YES; } if([email protected] == 1 && [email protected] == 3) { emotion e_scissors, 1; emotion e_rock, 0; mes "You lose!"; set [email protected], 0; mes "Sorry dude! better luck next time!"; close; } if([email protected] == 2 && [email protected] == 1) { emotion e_rock, 1; emotion e_paper, 0; mes "You lose!"; set [email protected], 0; mes "Sorry dude! better luck next time!"; close; } if([email protected] == 2 && [email protected] == 3) { emotion e_scissors, 1; emotion e_paper, 0; mes "You win!"; set [email protected], [email protected]+1; goto L_YES; } if([email protected] == 3 && [email protected] == 1) { emotion e_rock, 1; emotion e_scissors, 0; mes "You win!"; set [email protected], [email protected]+1; goto L_YES; } if([email protected] == 3 && [email protected] == 2) { emotion e_paper, 1; emotion e_scissors, 0; mes "You lose!"; set [email protected], 0; mes "Sorry dude! better luck next time!"; close; } mes "Its a draw!"; goto L_YES; } how about this i made mine but this still needs an improvement Quote Link to comment Share on other sites More sharing options...
how do you make the jack en poy that comes in svn eathena that when you win 7 straight it would give an alice doll =D
Link to comment
Share on other sites