Hello. My problem is I can not create an item, using another existing item. It created the item in the database with Navicat (custom_etcitem). Then add the item in the itemname-e and then in etcitemgrp and, but in the game, the item appears, but as NoNameItem name, or something else. I did my item on the code of Golden Apiga.
This is my base.
9143 Golden Apiga false none 0 stackable none -1 0 0 false false true false InterludeItem none
And my work:
Navicat (custom_etcitem)
55555 Special Coin false none 0 stackable none -1 0 0 false false true true InterludeItem none
itemname-e.dat
55555 Special Coin a,Special Coin can be tradded. \0 -1 a, a, a, a, 0 0 0 a,
etcitemgrp.dat
2 55555 0 3 5 6 0 DropItems.drop_pig_coin_m00 DropItemsTex.drop_pig_coin_t00 icon.etc_pig_adena_i00 0 0 18 0 0 1 1 ItemSound.itemdrop_etc_book 2 0 0
Maybe you can help me! Thank you!