Jump to content

Golem1988

Members
  • Posts

    162
  • Joined

  • Last visited

Posts posted by Golem1988

  1. Try the next,

    In the data.ini swap the data.grf and the rdata.grf. Mine is in the next way:

    2=rdata.grf

    3=data.grf

    Vali~

    I have the same :)

    EDIT: switching rdata and data helped.

    So I have something like this:

    2=data.grf

    3=rdata.grf

  2. Trying to incubate Loli Ruri or Nightmare terror = works just fine.

    Trying equip their equipment = crashes the client.

    Tested on 2011-08 and 2012-04 clients. Crash wont disappear.

    What's wrong? Where should I go to fix that? Lua? Lub? Newer client? ETC?

    Thanks in advice.

  3. So, I want to move my client from 2011 exe to 2012 cause of some uncool errors while seeing new pets and some mobs (tetra vortex as well), so, what I should use to move normally to the new exe?

    I have translated lua files to russian language and I think, new exe will use newer version of those files. I tryed to move once, but had much errors caused by lua files and when errors were fixed- I've lost translation, so I was forced to move back. I would be very happy, if someone will give me some advices in this question. So, how to move to the new exe and lua files keeping translations? And please, don't offer to translate all the new lua files manually and using translator or etc.

    Thanks for advice and help.

  4. Hello everyone, I wanted to as a bit help with Flux CP Download, Rules and Info section.

    It seems that theese pages are not filled with any default script, so, I wanted to request or ask, how to make theese pages work as needed, so, display files for download, display rules and server feautures (or whatever). Thanks for your support.

  5. -    script    revards    -1,{
       OnPCLoginEvent:
    if(#OBT_rev < 1){
       if(getcharid(3) >= 2000000 || getcharid(3) <= 2000050){
       sleep2 3000;
       set #OBT_rev,1;
       getitem 14533,3;
       getitem 12210,3;
       mes "Спасибо за вклад в развитие сервера. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) >= 2000051 || getcharid(3) <= 2000100){
       sleep2 3000;
       set #OBT_rev,1;
       getitem 14533,2;
       getitem 12210,2;
       mes "Спасибо за вклад в развитие сервера. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) >= 2000101 || getcharid(3) <= 2000150){
       sleep2 3000;
       set #OBT_rev,1;
       getitem 14533,1;
       getitem 12210,1;
       mes "Спасибо за вклад в развитие сервера. Администрация ЧибиРО.";
       close;
       }
    }
    if(#OBT_rev < 2){
       if(getcharid(3) == 2000099 || getcharid(3) == 2000139 || getcharid(3) == 2000094){
       sleep2 3000;
       set #OBT_rev,2;
       getitem 25006,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам крылья За особые достижения в ТОПе игроков. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) == 2000098){
       sleep2 3000;
       set #OBT_rev,2;
       getitem 25006,1;
       getitem 25006,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам крылья За особые достижения в ТОПе игроков. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) == 2000136 || getcharid(3) == 2000102 || getcharid(3) == 2000153){
       sleep2 3000;
       set #OBT_rev,2;
       getitem 25004,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам крылья За особые достижения в ТОПе игроков. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) == 2000109){
       sleep2 3000;
       set #OBT_rev,2;
       getitem 25004,1;
       getitem 25004,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам крылья За особые достижения в ТОПе игроков. Администрация ЧибиРО.";
       close;
       }
       if(getcharid(3) == 2000014 || getcharid(3) == 2000089 || getcharid(3) == 2000063 || getcharid(3) == 2000003 || getcharid(3) == 2000148){
       sleep2 3000;
       set #OBT_rev,2;
       getitem 25003,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам крылья За особые достижения в ТОПе игроков. Администрация ЧибиРО.";
       close;
       }
    }
    if(#OBT_rev < 3){
       if(getcharid(3) >= 2000000 || getcharid(3) <= 2000015){
       sleep2 3000;
       set #OBT_rev,3;
       getitem 12622,1;
       mes "Спасибо за ОСОБЫЙ вклад в развитие сервера. Мы дарим Вам Поводья за участие в Закрытом Бета тесте. Администрация ЧибиРО.";
       close;
       }
    end;
    }
    end;
    }
    

    What's wrong? All the players receive 3 books and after reloging reins of mount, but theese items should receive only players that are in the Id ranges are set... Please, need support.

    Or script fix... Thanks,.

  6. Need some help or support answering the next question:

    How to make npc to look for login id?

    For example

    if(strcharinfo() >= 2000000 && strcharinfo() <= 2000099 ) {

    by strcharinfo() I mean this function detects login ID... And if login ID gets into the selected range, script will work for this account.

    So, what should I put instead of strcharinfo() to get things happen?

    Many thanks for support.

  7. I want to ask some advice and help to make Eden group officer (located in each town) will "showevent" while players are able to make a new quests there (for Boya and Ur)... Need something to put into:

    OnPCLoadMapEvent:
       if ((some sets for eden quests) && (strcharinfo(3)=="town")) {
           showevent 1,2;
       }
       end;
    }

    Basicly I need only this part would be supported :) Maybe someone already has this stuff and can share, I would be very thankfull.

        if ((some sets for eden quests) && (strcharinfo(3)=="town")) {

  8. So, since kagero and oboro are implement I wanted to ask some about their skills.

    There is a trouble with my client, it doesn't display kagero/oboro skills.

    Looks like:

    kag02.png

    so, there's no images and second job folder is missing, those error I get when i click the Additional skill folder.

    I could gues that something is wrong in lua files, but need some help to get, how to implement kagero skills on my lua files...

    My players are asking me about kagero, I know they are implement, but because of this problem I can not implement them yet on my server.

    Please, need some help with this.

×
×
  • Create New...