Syserr is empty. I think it's more a client-side problem.
It's not even about the item flags,i've checked them and it's all ok.
It's kind of the right click function isn't enabled in the inventory. But i can rotate the view,select a mob,npc or a player. That means there are functions for the mouse right click,but seems it's missing the one that equip/unequip and use items.
UPDATE:
I was checking the server syserr,wich was empty.
My mistake.
The client syserr says:
0115 02:02:33536 :: Traceback (most recent call last):
0115 02:02:33537 :: File "ui.py", line 1498, in OnUnselectItemSlot
0115 02:02:33537 :: File "ui.py", line 88, in __call__
0115 02:02:33537 :: File "ui.py", line 79, in __call__
0115 02:02:33537 :: File "uiInventory.py", line 1262, in UseItemSlot
0115 02:02:33537 :: File "uiInventory.py", line 1334, in isShowSashWindow
0115 02:02:33538 :: AttributeError
0115 02:02:33538 :: :
0115 02:02:33538 :: 'InventoryWindow' object has no attribute 'wndSashCombine'
0115 02:02:33538 ::
0115 02:02:34262 :: Traceback (most recent call last):
0115 02:02:34262 :: File "ui.py", line 1498, in OnUnselectItemSlot
0115 02:02:34263 :: File "ui.py", line 88, in __call__
0115 02:02:34263 :: File "ui.py", line 79, in __call__
0115 02:02:34263 :: File "uiInventory.py", line 1262, in UseItemSlot
0115 02:02:34263 :: File "uiInventory.py", line 1334, in isShowSashWindow
0115 02:02:34264 :: AttributeError
0115 02:02:34264 :: :
0115 02:02:34264 :: 'InventoryWindow' object has no attribute 'wndSashCombine'
0115 02:02:34264 ::
0115 02:02:34395 :: Traceback (most recent call last):
0115 02:02:34395 :: File "ui.py", line 1498, in OnUnselectItemSlot
0115 02:02:34396 :: File "ui.py", line 88, in __call__
0115 02:02:34396 :: File "ui.py", line 79, in __call__
0115 02:02:34396 :: File "uiInventory.py", line 1262, in UseItemSlot
0115 02:02:34396 :: File "uiInventory.py", line 1334, in isShowSashWindow
0115 02:02:34397 :: AttributeError
0115 02:02:34397 :: :
0115 02:02:34397 :: 'InventoryWindow' object has no attribute 'wndSashCombine'
0115 02:02:34397 ::
0115 02:02:35014 :: Traceback (most recent call last):
0115 02:02:35014 :: File "ui.py", line 1498, in OnUnselectItemSlot
0115 02:02:35014 :: File "ui.py", line 88, in __call__
0115 02:02:35014 :: File "ui.py", line 79, in __call__
0115 02:02:35014 :: File "uiInventory.py", line 1262, in UseItemSlot
0115 02:02:35015 :: File "uiInventory.py", line 1334, in isShowSashWindow
0115 02:02:35015 :: AttributeError
0115 02:02:35015 :: :
0115 02:02:35015 :: 'InventoryWindow' object has no attribute 'wndSashCombine'
0115 02:02:35015 ::
ui.py
uiinventory.py