Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

UNDEFINED_CATEGORY_OF_ITEM Auction House

Newbie Spellweaver
Joined
May 8, 2020
Messages
22
Reaction score
19
Hello, I followed a tutorial here from ragezone to add items in the auction house, he lists in the game. However when I go for an item for sale it says: You cannot include an item that has no registered category.

The log I receive:

Code:
[Thu Jun 18 2020 15:38:03.994579 4148026176]: [##ERROR##] NonCategorized: ItemKindIdx(3921), ItemOption(0)

[Thu Jun 18 2020 15:38:03.994623 4148026176]: [##ERROR##] SELLITEM_FAIL_UNDEFINED_CATEGORY_OF_ITEM is raised in OnIPCSellItem() (Proc/BuyAndSell.cpp:411)
 
Back
Top