Jump to content

to be able to read books without exp


Recommended Posts

char_skill.cpp

    

if (FN_should_check_exp(this))
    {
        need_exp = 20000;
 
        if ( GetExp() < need_exp )
        {
            ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°??è??°? ???·???© ?¥?» ???» ¼? ¾?½?´?´?."));
            return false;
        }
    }
 
to
/* if (FN_should_check_exp(this))
    {
        need_exp = 20000;
 
        if ( GetExp() < need_exp )
        {
            ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°??è??°? ???·???© ?¥?» ???» ¼? ¾?½?´?´?."));
            return false;
        }
    } */

?

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.