Jump to content

DarkGod

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DarkGod

  1. Hello , excuse my English .
    I have a problem with stoles object ID is 85009 which is supposed to eliminate the bonus , but does not execute the function .

    case USE_DETACHMENT:
                            {
                                LPITEM item2;
                                if (!IsValidItemPosition(DestCell) || !(item2 = GetItem(DestCell)))
                                    return false;
                                if (item2->IsExchanging() || item2->IsEquipped())
                                    return false;
                                if (item2->GetVnum() >= 28330 && item2->GetVnum() <= 28343)
                                {
                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("+3 영석은 이 아이템으로 개량할 수 없습니다"));
                                    return false;
                                }
                                if (item->GetValue(0) == ACCE_CLEAN_ATTR)
                                {
                                    CleanAcceAttr(item, item2);
                                }
                                else{
                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("No es"));
                                }
                                if (item2->GetVnum() >= 28430 && item2->GetVnum() <= 28443)
                                {
                                    if (item->GetVnum() == 71056)
                                    {
                                        RefineItem(item, item2);
                                    }
                                    else
                                    {
                                        ChatPacket(CHAT_TYPE_INFO, LC_TEXT("영석은 이 아이템으로 개량할 수 없습니다"));
                                    }
                                }
                                else
                                {
                                    RefineItem(item, item2);
                                }
                            }
                            break;

     
    agregge 2 posts to see if you run the function

    if (item->GetValue(0) == ACCE_CLEAN_ATTR)
                                {
                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("entrer"));
                                    CleanAcceAttr(item, item2);
                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("salida"));
                                }else{
                                    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("no vnum"));
                                }

    but does not exit or enter the mesnaje in or out, and if the right type and I checked assistance : c

     

  2.  
    Hello community, someone can help me, I have a problem, I put the slot mounts on the side of the costumes, but when changing map, low frame me and sige item being in the slot.

    https://metin2.download/picture/fBD024ahBr0uuGfE4tlLF88tp9zU1m7f/.png
    I want to follow when changing map mounted.
    I've edited the questlua_pc.cpp
    https://metin2.download/picture/LHcjYTunGewBP6lEEJ8Lz0pwQTSWTITd/.png

     
     
     
    Thank you.
  3.  

    Sorry, but I don't understand you.
    Try to describe that better.

     

    What sucese it is:

    1.- Amount some 40k files in the virtual box either .

    2. When you start the files a second time and the bone when I started once and reboot ago ( without changing anything).

    the server did not start well , I have to reboot the PC to walk me well the virtual box , and so is every time I want to restart the server

  4. Hello , first of all I forgive my English .
    What happens is that I have a problem is not whether the frebsd or files .
    What sucese it is that when I start the files for the first time after installing start well , ago a reboot and will restart and I get conection refused .
    As much as I tried always gives me that, only time can start priemra , ANYONE know what the proglema . use 40k

  5. Hello.
    I have a question that I wanted to know how to make a function in c ++ quest ACES parameters , I can make a simple example, just to see how they are made and if not too much to ask a little explanation.
    And forgive much is not English .

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.