Jump to content

iRazer

Inactive Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by iRazer

  1. Check and edit here: (char_item.cpp)
     

        if (pkItemScroll->GetValue(0) == MUSIN_SCROLL) // ¹«½ÅÀÇ Ãູ¼­´Â 100% ¼º°ø (+4±îÁö¸¸)
        {
            success_prob = 100;
    
            szRefineType = "MUSIN_SCROLL";
        }
        // END_OF_DETAIL_REFINE_LOG
        else if (pkItemScroll->GetValue(0) == MEMO_SCROLL)
        {
            success_prob = 100;
            szRefineType = "MEMO_SCROLL";
        }
        else if (pkItemScroll->GetValue(0) == BDRAGON_SCROLL)
        {
            success_prob = 80;
            szRefineType = "BDRAGON_SCROLL";
        }

     

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