Jump to content

Problem with book 50300


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
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.