Jump to content

CQuestManager::Click(pid=%d, target_npc_name=%s) - NOT EXIST NPC RACE VNUM[%d]


Recommended Posts

I have the following error in syserr: NOT EXIST NPC RACE VNUM[9003]

I cannot open npc's shop.

This is the piece of the source:

DWORD dwCurrentNPCRace = pkChrTarget->GetRaceNum();

            if (pkChrTarget->IsNPC())
            {
                map<unsigned int, NPC>::iterator it = m_mapNPC.find(dwCurrentNPCRace);

                if (it == m_mapNPC.end())
                {
                    sys_err("CQuestManager::Click(pid=%d, target_npc_name=%s) - NOT EXIST NPC RACE VNUM[%d]",
                            pc, 
                            pkChrTarget->GetName(), 
                            dwCurrentNPCRace);
                    return false;
                }

 

How can I solve it?

 

Thanks in advance!

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

  • 8 months later...
  • 1 year later...

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.