Hello, I have some problems with creating the costume items from renewal.
I have found them in the item_db_re.sql
REPLACE INTO `item_db_re` VALUES (19509,'Butterfly_Wing_Ears','Butterfly Wing Ears',4,0,NULL,0,NULL,0,NULL,0,0xFFFFFFFF,63,2,2048,NULL,'1',0,695,'bonus bUnbreakableHelm,0;',NULL,NULL);
i tried it first with directly put the in my item_db.sql
dont work
so I have edited it by myself
REPLACE INTO `item_db` VALUES (19509,'Butterfly_Wing_Ears','Butterfly Wing Ears',4,0,NULL,0,'0',NULL,0,0,0xFFFFFFFF,7,2,2048,0,1,0,695,NULL,NULL,NULL);
this is created with rathena database editor from scratsh
but even this dont work
everytime i try to create these items with @item it just says @item failed.
then I tried to edit renewal.h to renewal my server
tada item works
I have no clue why these items wont work if the server is PRE RENEWAL.
Is there something special I have to obay?
Or is it somwhere in the client are those view IDs just for Renewal?
I tried it now the whole day maby somone knows more than me.