| WOlF | Дата: Понедельник, 16.03.2009, 08:49 | Сообщение # 1 |
|
Анубис
Группа: Администраторы
Сообщений: 136
Статус: Offline
| Code +_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+ ##_Eathena Ragnarok Script_## ##_Custom Box Seller NPC.Script Version 2.1_## ##_By Russian Scripter-Bunny_## +_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+
Название Мапы.gat,x,y,o script Stranger 730,{ mes "[Stranger]"; mes "Привет, я продаю интересные вещи!"; mes "Хочешь купить? Тогда смотри что у меня есть."; menu "Blessing_Scroll_Box",l1,"Increase_Agility_Scroll_Box",l2,"Aspersio_Scroll_Box",l3,"Assumptio_Scroll_Box",l4,"Wind_Walk_Scroll_Box",l6,"Adre naline_Rush_Scroll_Box",l7,"Megaphone_Box",l8,"Token_of_Ziegfried_Box",l9,"Infiltrator_Box",l10,"Flame Elemental Converter",l11,"Frost Elemental Converter",l12,"Seismic Elemental Converter",l13,"Lightning Elemental Converter",l14; l1: mes "[Stranger]"; mes "Blessing_Scroll_Box"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12913,1;
close; l2: mes "[Stranger]"; mes "Increase_Agility_Scroll_Box"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12914,1;
close; l3: mes "[Stranger]"; mes "Aspersio_Scroll_Box"; mes "1 bronze coin"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12915,1;
close; l4: mes "[Stranger]"; mes "Assumptio_Scroll_Box"; mes "1 platinum coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(677) < 1) goto EXIT; delitem 677,1;
getitem 12916,1;
close; l6: mes "[Stranger]"; mes "Wind_Walk_Scroll_Box"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12917,1;
close; l7: mes "[Stranger]"; mes "Adrenaline_Rush_Scroll_Box"; mes "1 bronze coin"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12918,1;
close; l8: mes "[Stranger]"; mes "Megaphone_Box"; mes "1 gold coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(671) < 1) goto EXIT; delitem 671,1;
getitem 12919,1;
close; l9: mes "[Stranger]"; mes "Token_of_Ziegfried_Box"; mes "2 cold coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(671) < 2) goto EXIT; delitem 671,2;
getitem 12922,1;
close; l10: mes "[Stranger]"; mes "Infiltrator_Box"; mes "1 mithril coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(674) < 1) goto EXIT; delitem 674,1;
getitem 12935,1;
close; l11: mes "[Stranger]"; mes "Flame Elemental Converter"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12114,1;
close; l12: mes "[Stranger]"; mes "Frost Elemental Converter"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12115,1;
close; l13: mes "[Stranger]"; mes "Seismic Elemental Converter"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12116,1;
close; l14: mes "[Stranger]"; mes "Lightning Elemental Converter"; mes "1 bronze coin!"; menu "Сделать",-,"Пока",L_OUT; if (countitem(673) < 1) goto EXIT; delitem 673,1;
getitem 12117,1;
close; EXIT: mes "[Stranger]"; mes "Извини, но у тебя нехватает монет! Приходи, в следующий раз!"; close;
L_OUT: close; }
|
| |
|
|