Jump to content

Kaso

Inactive Member
  • Posts

    74
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Kaso

  1. Hello guys,

    today i got 2 problems :

    1: When im on Map1 or some where else sometimes everything "freeze" i can move and i can see how i move.. but i cant see the other people move while they´re moving oO

    When they kill monsters it looks like for me like they using a bot oO

     

    2: The core gets down without any error or something like that oO and always at different times so i cant reproduce that oO

     

    Maby someone could help..

  2. Hey i get following error after creation of a new Guild:

    Spoiler

    EscapeString: FATAL ERROR!! not enough buffer size (dstSize 25 srcSize 13 src: Teste)

     

    The code looks like :

    Spoiler

        static char __escape_name[GUILD_NAME_MAX_LEN * 2 + 1];
        DBManager::instance().EscapeString(__escape_name, sizeof(__escape_name), static_cast<const char *>(gcp.name), sizeof(gcp.name));
        std::auto_ptr<SQLMsg> pmsg(DBManager::instance().DirectQuery("SELECT COUNT(*) FROM guild%s WHERE name = '%s'", get_table_postfix(), __escape_name));
        if (pmsg->Get()->uiNumRows > 0)

     

    Does anyone got a idea how to fix this error ?

  3. On 15.2.2017 at 21:35, Galet said:

    It was released here, plus there's no official version of this system (WoM² one is the first one though), the scroll is not needed, I never added it because it tend to makes some bugs and because this isn't usefull for every servers

    I have this from "Paci" but the problem is that if there are like 6-7 quest in one Categorie the quests go out of the Window if you know what i mean.. otherwise ill show you a screen >.>

  4. 37 minutes ago, metin2team said:

    @Kaso just ignore it :) it just prints the (name vnum xcount) price to the sys_log. you can ignore it.

    Thanks =)

    So i can just add that somewhere in the shop.cpp ?

    Spoiler

    Add in under:
            if (IsPCShop())
                InsertInMysql(m_pkPC, pkItem, iPos, item.price);
     

     

  5. In the Shop.cpp i have to search for

    Spoiler

    Search:
            char name[36];
            snprintf(name, sizeof(name), "%-20s(#%-5d) (x %d)", item_table->szName, (int) item.vnum, item.count);

            sys_log(0, "SHOP_ITEM: %-36s PRICE %-5d", name, item.price);
     

    But i dont have that :o what to do there ?

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