Jump to content

Recommended Posts

i have this sysser 

Spoiler

number_ex: number(): first argument is bigger than second argument 1 -> 0, mining.cpp 217

and here is the line of reported problem

https://metin2.download/picture/fV5Q1kUCLC2HZWLNmCM8X2RinF3fX8MK/.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Test this

bool Pick_IsPracticeSuccess(CItem& pick)
    {
        if(pick.GetValue(1) >= 1)
        {
            return (number(1,pick.GetValue(1))==1);
        }
        else
        {
            sys_err("Error Mining.cpp in Pick_IsPracticeSuccess");
            return 0;
        }
    }

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



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