EntityID for items, how do they work?

03/22/2015 08:00 denominator#1
Okay well I have looked through the source itself but I'm lost. I am trying to add GoldCloth(Saint) to the database and I have somewhat added it but it doesn't want to add >.<

Here is the EntityID, ID and UID that I'm using
1001359
188915
6915

The database looks like this

Code:
	
EntityID
ID
UID
Plus
Bless
Enchant
SocketOne
SocketTwo
Durability
MaximDurability
SocketProgress
PlusProgress
Effect
Bound
Locked
UnlockEnd
Suspicious
SuspiciousStart
Color
Position
Warehouse
StackSize
Inscribed
RefineryPart
RefineryLevel
RefineryPercent
RefineryStarted
RefineryItem
RefineryTime
agate
MaxStackSize
Days
DayStamp
03/22/2015 17:19 m e n a#2
Dude just copy it from the Itemtype.dat ..
03/23/2015 01:34 denominator#3
Not sure what you mean but adding it to the mysql databse I have done already but it doesn't show on my character.
03/23/2015 02:58 Novakhan#4
To add an item you must add the textures, the item in the .dat files and etc..
03/23/2015 23:26 m e n a#5
Datebase sql itemtype table, if you added it already then your client doesn't have the texture, you also need to add it in MapItemIcon and ItemMinIcon, not sure if you should consider adding it in Ani folder too or not but you should search if it needs to be added or not.
03/24/2015 00:03 denominator#6
Thank you, yes not really sure if it's added to the client or not I don't remember which client it is lol. Okay latest client and it shows :) Thank you it really was bugging the hell out of me lol