Jump to content

Adrian1428

Inactive Member
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Adrian1428

  1.  

    Change in inventorywindow.py (locale folder) this line:

    "image" : "d:/ymir work/ui/equipment.sub",  -- I think or something like this

    with

    "image" : "locale/equipment_bg_without_ring.tga",

    and put in locale folder  equipment_bg_without_ring.tga , search on google for equipment_bg_without_ring.tga , I have this image but with ring slot.

     

    It works now, many thanks to you sir!

    Now, I just need the belt inventory (the space where I can put my potions). Did you know where can I find those files? Just for client, I think my server side it's ok.. 

     

    No exist for 34k , if you use 40k search a client for 40k and extract from there

  2. Change in inventorywindow.py (locale folder) this line:

    "image" : "d:/ymir work/ui/equipment.sub",  -- I think or something like this

    with

    "image" : "locale/equipment_bg_without_ring.tga",

    and put in locale folder  equipment_bg_without_ring.tga , search on google for equipment_bg_without_ring.tga , I have this image but with ring slot.

    • Love 1
  3. Hi again, look this is my table. 

     

    IMAGE

     

    The Q lane is Ht (I think is mob HP)

     

    But nothing from the needed level for drop =(

     

     

    EDIT: Please i need hard help on this... lot of time trying to find a solve... but i cant

     

     

    DROP TABLE IF EXISTS `mob_proto`;
    CREATE TABLE `mob_proto` (
      `vnum` int(11) NOT NULL DEFAULT '0',
      `name` varchar(24) NOT NULL DEFAULT 'Noname',
      `locale_name` varbinary(24) NOT NULL DEFAULT 'Noname',
      `rank` tinyint(2) NOT NULL DEFAULT '0',
      `type` tinyint(2) NOT NULL DEFAULT '0',
      `battle_type` tinyint(1) NOT NULL DEFAULT '0',
      `level` smallint(3) NOT NULL DEFAULT '1',

    7 column = level

  4.  

    This is feature is not exist for europe anymore. Metin2 is only check your account name and your name.

     

    Kind Regards

    Ken

    but how can do maybe with quest?or somebody .. what with ip which have ip in list what i add only this IP can connect with GM acc

     

    Add a new quest function : 

     

    Get the IP address of the player:

     

    int pc_get_ip(lua_State* L)
    {
        lua_pushstring(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetDesc()->GetHostName());
        return 1;
    }

     
     
    and make a quest , it's hard if the gm has dynamic ip.
  5. Anyone know how to resolve in client source this error:  Python int too large to convert to C long ?

     

     

    I found this : 

     

    PythonUtils.cpp

    // Python int too large to convert to C long
    #define PyLong_AsLong PyLong_AsLongLong
    #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong
     
    but
     
     

     

    PythonUtils.cpp

    // Python int too large to convert to C long#define PyLong_AsLong PyLong_AsLongLong#define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong

    um. That's OK but when we work on large numbers we can have badly suprises

     

     

    There are other better solution or is it ok that? I hate CTOA.

     

     

    Thanks in advance.

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