Jump to content

Recommended Posts

 

I really need help with something that i can`t solve

I have the book 50300 and that book it`s dropping randomly a skill book (evrything perfect so far)

But sometimes the book 50300 drops some books without name(i think the books were lycan books)

I lookt on char  and  item manager and on 50300 it`s settled 1-111 randomly

I even deleted the books from locale but nothing changed

My function it`s this"

Citat

        if (vnum == 50300 && bTryMagic)
        {
            // 수련서를 아이템 번호를 다르게 만들어 준다.
            DWORD dwSkillVnum;

            do
            {
                dwSkillVnum = number(1, 111);

                CSkillProto * pkSk = CSkillManager::instance().Get(dwSkillVnum);

                if (!pkSk)
                    continue;

                break;
            } while (1);

            vnum = 50400 + dwSkillVnum;
        }
    }

Help please?

Link to comment
https://metin2.dev/topic/17235-problem-with-book-50300/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.