Jump to content

Recommended Posts

Hello! I have recently made a lot of changes in item_proto, and now I get this error in my CH - core 1 syserr:

SYSERR: Jul 31 22:43:07 :: pid_init: 
Start of pid: 886

SYSERR: Jul 31 22:43:10 :: ReadCommonDropItemFile: No such an item (name: ±ÍȯºÎ)
SYSERR: Jul 31 22:43:10 :: Boot: cannot load CommonDropItem: locale/romania/common_drop_item.txt
SYSERR: Jul 31 22:43:10 :: pid_deinit: 
End of pid

I don't understand what's wrong, because when I search in  common_drop_item.txt  there is nothing with the name  ±ÍȯºÎ . Help me please

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

1 hour ago, Artnesor said:

In game/item_manager_read_tables.cpp change:

sys_err("No such an item (name: %s)", d.szItemName);

To:

sys_err("No such an item (name: %s, vnum: %d, line: %d)", d.szItemName, dwItemVnum, lines);

And you will se in which vnum and line is problem :)

I don't have source, I'm working on 34k. :^/

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.