| WOlF | Дата: Понедельник, 16.03.2009, 08:42 | Сообщение # 1 |
|
Анубис
Группа: Администраторы
Сообщений: 136
Статус: Offline
| Code guild_vs4.gat,50,50,2 script Crazy Boris 85,{ mes "Crazy Boris"; set @counter,1; mes "Желаешь ли в Рулетку сыграть?"; next; menu "Да поф давай.",PLAY,"Нук расскажи чо за байда.",RULES,"пока",LEAVE; SAME: mes "Нук крутанём разок ещё!"; next; goto PLAY;
WIN: mes "ппц, ты выйграл!"; emotion 19; next; goto OPPPULL;
LOSE: emotion 18; mes "Хех! проиграл!"; next; goto YOUPULL;
PLAY: mes "Камень ... Ножницы..."; set @opp,rand (1,3); menu "^0000FFКамень!",ROCK,"^FF0000Ножницы!",SCISSORS,"^00FF00Бумажка!^000000",PAPER;
ROCK: if (@lastchoice == 1) set @opp,rand (1,3); if (@opp == 1) emotion 11; if (@opp == 2) emotion 10; if (@opp == 3) emotion 12; set @lastchoice,1; if (@opp == 1) goto SAME; if (@opp == 2) goto WIN; if (@opp == 3) goto LOSE;
SCISSORS: if (@lastchoice == 2) set @opp,rand (1,2); if (@opp == 1) emotion 11; if (@opp == 2) emotion 10; if (@opp == 3) emotion 12; set @lastchoice,2; if (@opp == 1) goto LOSE; if (@opp == 2) goto SAME; if (@opp == 3) goto WIN;
PAPER: if (@lastchoice == 3) set @opp,rand (2,3); if (@opp == 1) emotion 11; if (@opp == 2) emotion 10; if (@opp == 3) emotion 12; set @lastchoice,3; if (@opp == 1) goto WIN; if (@opp == 2) goto LOSE; if (@opp == 3) goto SAME;
YOUPULL: if (@counter == 1) goto ONE; if (@counter == 2) goto TWO; if (@counter == 3) goto THREE; if (@counter == 4) goto FOUR; if (@counter == 5) goto FIVE; if (@counter == 6) goto SIX;
OPPPULL: if (@counter == 1) goto ONEa; if (@counter == 2) goto TWOa; if (@counter == 3) goto THREEa; if (@counter == 4) goto FOURa; if (@counter == 5) goto FIVEa; if (@counter == 6) goto SIXa;
ONE: set @counter,2; mes "1 of 6"; set @pull,rand (1,6); next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
TWO: set @counter,3; mes "2 of 6"; set @pull,rand (1,5); next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
THREE: set @counter,4; mes "3 of 6"; set @pull,rand (1,4); next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
FOUR: set @counter,5; mes "4 of 6"; set @pull,rand (1,3); next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
FIVE: set @counter,6; mes "5 of 6"; set @pull,rand (1,2); if (@pull == 1) set @pull,rand (1,2); next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
SIX: mes "6 of 6"; mes "Say your prayers"; set @pull,1; next; if (@pull == 1) goto DIE; if (@pull != 1) goto SAFE;
ONEa: set @counter,2; mes "1 of 6"; set @pull,rand (1,6); next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
TWOa: set @counter,3; mes "2 of 6"; set @pull,rand (1,5); next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
THREEa: set @counter,4; mes "3 of 6"; set @pull,rand (1,4); next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
FOURa: set @counter,5; mes "4 of 6"; set @pull,rand (1,3); next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
FIVEa: set @counter,6; mes "5 of 6"; set @pull,rand (1,2); next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
SIXa: mes "6 of 6"; mes "Сказал -)"; set @pull,1; next; if (@pull == 1) goto KILL; if (@pull != 1) goto SAFE;
SAFE: emotion 32; mes "*^0000FFНажал^000000* воуу..."; goto PLAY;
DIE: specialeffect2 183; emotion 29; percentheal -100,-100; mes "*^0000FFНажал^000000* *^FF0000БУМ^000000*"; mes "Сдох ты!"; close;
KILL: specialeffect 183; emotion 23; mes "*^0000FFНажал^000000* *^FF0000БУМ^000000*"; mes "OWWW @#$%^!! Чувствуеться как АД!!"; next; goto PRIZE;
RULES: mes "Ладно вот те правила:"; mes "Ну ты типа со мной ^FF00006^000000 в рулетку играешь ^FF00001^000000 раунд. первое ^FF0000Ножницы ^00FF00Бумага ^0000FFКамень^000000. Проигравший подыхает. Победивший получает призы)."; mes "Убей меня за приз -)."; menu "Лан давай.",CONT,"Не не хочу.",LEAVE;
CONT: mes "погнали..."; next; goto PLAY;
PRIZE: mes "Ну поздравляю, ты победил..."; set @prize,rand (1,10); if (@prize == 1) goto P1; if (@prize == 2) goto P2; if (@prize == 3) goto P3; if (@prize == 4) goto P4; if (@prize == 5) goto P5; if (@prize == 6) goto P6; if (@prize == 7) goto P7; if (@prize == 8) goto P8; if (@prize == 9) goto P9; if (@prize == 10) goto P10;
P1: mes "10x Oridicon!"; getitem 984,10; close;
P2: mes "10x Elunium!"; getitem 985,10; close;
P3: mes "100x Fly Wings!"; getitem 601,100; close;
P4: mes "8x Old Blue Box!"; getitem 603,8; close;
P5: mes "4x Old Violet Box!"; getitem 617,4; close;
P6: mes "1x Old Card Album!"; getitem 616,1; close;
P7: mes "10x Dead Branch!"; getitem 604,10; close;
P8: mes "3x Gold!"; getitem 969,3; close;
P9: mes "10x Elunium!"; getitem 985,10; close;
P10: mes "20x Blue Potion!"; getitem 505,20; close;
LEAVE: mes "Поки."; close; } ВАРП к РУЛЕТКЕ Code prontera.gat,164,169,5 script Рулетка 810,{ mes "[Рулетка]"; mes "Привет воин,"; mes "Не желаешь сыграть в рулетку? вход платный 1 000 000 зени..."; next; menu "Да!",Mwarpme,"Нет!",-; close; Mwarpme: if (zeny < 1000000) goto S_Quit; set zeny,zeny-1000000; warp "guild_vs4", 48, 50; close;
S_Quit: mes "[Рулетка]"; mes "У тебя нехватает денег."; close; } guild_vs4.gat,46,46,0 warp boom 2,2,prontera.gat,161,176
|
| |
|
|