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

Dnia 31.03.2019 o 15:01, sakincali58k9 napisał:

"SELECT id, cost, prob, vnum0, count0, vnum1, count1, vnum2, count2,  vnum3, count3, vnum4, count4, vnum5, count5 FROM refine_proto%s",

Then theoretically, you could give 6 enhancers, but unfortunately ... The problem arises when determining, for example, 4.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.