Пропали батл баджи

Тема в разделе 'Проблемы и решения (2,3,4,6,7)', создана пользователем Immensus, 19 дек 2013.

  1. Immensus

    На форуме с:
    11 дек 2013
    Сообщения:
    58
    Пропали батл баджи больше 1.500 шт.
    причем я физически не мог их продать нпц ибо некем. Ник основного персонажа такой же как и форумный
  2. Hawkin Невероятный Рекольщик

    На форуме с:
    6 авг 2008
    Сообщения:
    1.507
    Адрес:
    Дуст
    [IMG]
    PorchMonkey4Life нравится это.
  3. Immensus

    На форуме с:
    11 дек 2013
    Сообщения:
    58
    а так же еще оказывается моя проблема не первая, но люди у кого пропадало (причем почти такое же кол-во) думали что продали нпц.
  4. Ёжик Мягкий и Пушистый

    На форуме с:
    6 авг 2008
    Сообщения:
    2.128
    Адрес:
    Минск
    Всему виной вот этот нехороший Поринг (он забирает все батл баджи, которые есть):
    [IMG]
    Hawkin нравится это.
  5. Immensus

    На форуме с:
    11 дек 2013
    Сообщения:
    58
    А конкретней, можно про него?
  6. Ёжик Мягкий и Пушистый

    На форуме с:
    6 авг 2008
    Сообщения:
    2.128
    Адрес:
    Минск
    Код:
    // Poring War Recruiter
    //============================================================
    prt_fild08,159,371,3    script    Poring War Recruiter#wop    909,{
        mes "[Poring]";
        mes "!!!!!";
        mes "Whoa-! Humans, ring~!!";
        mes "Gotta hide, hide, right~!";
        mes "They're tempting us with Jellopy! Don't be fooled!";
        next;
        mes "[Poring]";
        mes "Hwak!!";
        mes "Ring, Ring~ What's wrong with you people..?";
        mes "Hey.. Hey, there. Hu.. Humans...";
        mes "Poring..";
        next;
        mes "[Poring]";
        mes "I.. I've got some interesting work for ya.. Would you be interested?";
        mes "We.. we porings need lots and lots of brave human worriers, ring~.";
        next;
        switch(select("Alright, I'm with you!:What's that?:Ignore")) {
        case 1:
            if (Zeny > 499) {
                mes "[Poring]";
                mes "Oh, and there's an entrance fee of 500 zeny, ring.";
                mes "Have a good time, ring.";
                delitem 7773,countitem(7773);
                set Zeny,Zeny-500;
                close2;
                warp "poring_w01",112,138;
                end;
            }else{
                mes "[Poring]";
                mes "Oh, and there's an entrance fee of 500 zeny, ring.";
                mes "...........";
                mes "Hey, that's life, ring. We need zeny too you know~!";
                close;
            }
        case 2:
            mes "[Poring]";
            mes "That's.. because there's been a.. slight confliction in our.. Ring Society..";
            mes "So we've got to.............have a battle to settle this problem..";
            mes "You'll see when you get there!";
            close;
        case 3:
            mes "[Poring]";
            mes "Huhhhh! Hu.. Humans are so cold and cruel!!!";
            close;
        }
    }