ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

item count isnt decreased by using item #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Core revision:232

Bug description:
item count isnt decreased by using item.
and then client crashes.
this problem depends on character.
old characters have this problem but other new characters dont have.

What steps will reproduce the problem?:
login old character
use food or potion

What is the expected output?:
count is decreased.
client doesnt crash.

Original issue reported on code.google.com by pl6...@gmail.com on 31 Mar 2011 at 5:25

GoogleCodeExporter commented 9 years ago
Can anyone confirm this?

Original comment by ZeroSign...@gmail.com on 1 Apr 2011 at 5:12

GoogleCodeExporter commented 9 years ago
new characters also happen.
it becomes impossible to change equipments.

Original comment by pl6...@gmail.com on 1 Apr 2011 at 1:30

GoogleCodeExporter commented 9 years ago
i found this problem is by cache system.
it disappeared by disabling these cache configs.
gameserver.cache.softcache = false
gameserver.cache.players = false
gameserver.cache.pcd = false
gameserver.cache.accounts = false

sorry for my bad english.

Original comment by pl6...@gmail.com on 1 Apr 2011 at 3:39

GoogleCodeExporter commented 9 years ago
I believe these options are already disabled by default, so no need to fix 
really.

If it occurs then you probably just need to delete the cache folder contents.

Original comment by ZeroSign...@gmail.com on 4 Apr 2011 at 1:14