Zia - May 31, 2015 18:22
Item Rosary [1] (ID: 2626) can't have cards compounded on it for some reason.
Tried duplicating the item using a different item ID and it works fine.
Though that's just a band-aid fix and I think it's still best if the item itself with the right item ID should work.
evilpuncker - Jun 1, 2015 1:24
make sure that in item_db.conf it looks like that:
[code=auto:0]
Id: 2626
AegisName: "Rosary_"
Name: "Rosary"
Type: 5
Buy: 15000
Weight: 200
Slots: 1
Job: 0xFFFFFFFE
Loc: 136
EquipLv: 90
Refine: false
Script: <"
bonus bMdef,3;
bonus bLuk,1;
">
[/code]
and make sure that you don't have any entry in item_db2.conf that is overwriting the original one
malufett - Jun 1, 2015 3:01
[img]http://i62.tinypic.com/90oigz.png[/img]
:meow:
Zia - Jun 9, 2015 11:58
I found the cause of this in my client.
Thanks and sorry for the trouble