Jump to content

5 items for enhance


Recommended Posts

Hello! :)

I have a problem, I can not set 4 or 5 items needed for improvement in the refine_proto table. You can set a maximum of 3. What can I do to change it? In the source code in the item_length.h file, everything would match:

REFINE_MATERIAL_MAX_NUM        = 5,

 

Also in the ClientManagerBoot.cpp file everything seems to be:

bool CClientManager::InitializeRefineTable()
{
    char query[2048];

    snprintf(query, sizeof(query),
            "SELECT id, cost, prob, vnum0, count0, vnum1, count1, vnum2, count2,  vnum3, count3, vnum4, count4 FROM refine_proto%s",
            GetTablePostfix());

What could be wrong?

 

Link to comment
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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