problem with items

07/27/2021 23:57 Exner.#1
Something strange is happening that I haven't seen before

Code:
Item is not AvatarItem but exist in AvatarInventory! [Char: Owl, Slot: 0, Item: ITEM_CH_M_HEAVY_10_BA_C]
CheckAvatarsetIntegrity() failed while Creating PC (CharID : 9432)
CharDataLoadingCompleted:: Create Char Instance failed!![JID: 1171, CharID: 9432
Players get things from each other and there is an update in itemid something strange I don't know why is this an exploit or what
07/29/2021 10:51 Isoline*#2
Quote:
Originally Posted by Exner. View Post
Something strange is happening that I haven't seen before

Code:
Item is not AvatarItem but exist in AvatarInventory! [Char: Owl, Slot: 0, Item: ITEM_CH_M_HEAVY_10_BA_C]
CheckAvatarsetIntegrity() failed while Creating PC (CharID : 9432)
CharDataLoadingCompleted:: Create Char Instance failed!![JID: 1171, CharID: 9432
Players get things from each other and there is an update in itemid something strange I don't know why is this an exploit or what
The Avatar Inventory and Character Inventory are treated separately.
This player has an item that is not suited for the Avatar Inventory.

"ITEM_CH_M_HEAVY_10_BA_C" is an equippable set part and cannot reside in the Avatar Inventory first slot, it is not allowed.
That's why the player cannot spawn in game.
07/29/2021 18:46 Exner.#3
Quote:
Originally Posted by Isoline* View Post
The Avatar Inventory and Character Inventory are treated separately.
This player has an item that is not suited for the Avatar Inventory.

"ITEM_CH_M_HEAVY_10_BA_C" is an equippable set part and cannot reside in the Avatar Inventory first slot, it is not allowed.
That's why the player cannot spawn in game.
This happens automatically with all players
07/29/2021 18:50 Isoline*#4
Quote:
Originally Posted by Exner. View Post
This happens automatically with all players
There is no known bug that can cause this kind of thing, it's a sanity check.
This is most likely one of your systems, overriding the database records. There is no more plausible explanation.