Now I got a weird problem, which I have experienced before x_x
When I use:
.char additem xxx
It fills all bagslots available out with that specific item. It doesn't give me just 1. And if I did:
.char additem xxx y
So that I put a count on it...it still just gives me until all slots are full.
I have a similar weird bug with:
.char additemset xxx
It gives me the requested set, but also another set for the same class twice. x_x
Anyone who have encountered this?
EDIT:
The .char additem bug only happens when I try to add custom made items.