Jump to content

bumxd

Banned
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by bumxd

  1. how to fix it?

    https://metin2.download/picture/wYKT1eXkFuzfp5AmjzMGtVdX6NT3W95p/.jpg

     

    in input main so:

    const char* kingdoms[3] = {"|cFFFF0000|H|h[shinso]|cFFA7FFD4|H|h","|cFFFFFF00|H|h[Chunjo]|cFFA7FFD4|H|h","|cFF0080FF|H|h[Jino]|cFFA7FFD4|H|h"};
    char chatbuf_global[CHAT_MAX_LEN + 1];
    int len_global = snprintf(chatbuf_global, sizeof(chatbuf_global), "%s %s",kingdoms[ch->GetEmpire()-1],chatbuf);
  2.  

     

     

    @bumxd

     

    Everything you need its in this post :

    i all do how in post them.. but no helped.. again 12slot in shop private

     

    me npc shop good work 80slot but private shop only 12slot ..

     

     

    Yeah sorry i gave you the wrong thing.

     

    Follow those steps :

     

    ...srcclientUserInterface in PythonExchange.h

    EXCHANGE_ITEM_MAX_NUM = 12,
    
    EXCHANGE_ITEM_MAX_NUM = 24

    .../mainline/Srcs/Server/game/src in exchange.cpp

    m_pGrid = M2_NEW CGrid(4,3);
    
    to
    
    m_pGrid = M2_NEW CGrid(4,6);

    .../mainline/Srcs/Server/game/src in exchange.h

    EXCHANGE_ITEM_MAX_NUM    = 12,
    
    to
    
    EXCHANGE_ITEM_MAX_NUM    = 24,

    Your already have python side so you don't need to edit anything.

     

     

     

    i do so.. but don`t work.. again 12slot only work

×
×
  • 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.