help please code problem

01/30/2018 18:18 devdash#1
hello guys
i just added new avatars to my server but when i write the code on the console box it write success on the down right side but nothing drop, i tried all the new once not working when the old once working, so what should i do, what did i wrong ? help me please
THANKS IN ADVANCED.
01/30/2018 21:51 NoIdeaForAName#2
Check the database side too, make sure everything matches
01/30/2018 22:37 blapanda#3
If you have added it to your database successfully (_RefObjCommon and _RefObjItem), then the last part is matching your client information, which you probably forgot or more likely not synced up correctly.
You should never copy Common and Item lines and "stick" them together. There are unnecessary informations which the client will parse wrong and thus prevent spawning that item or even crashing your client.

Don't forget: Inserting simple stuff to the database requires at least 2 tables, the client needs multiple text files to be edited, from the actual item up to the item name declaration, mesh, and such.
01/30/2018 23:57 devdash#4
Quote:
Originally Posted by blapanda View Post
If you have added it to your database successfully (_RefObjCommon and _RefObjItem), then the last part is matching your client information, which you probably forgot or more likely not synced up correctly.
You should never copy Common and Item lines and "stick" them together. There are unnecessary informations which the client will parse wrong and thus prevent spawning that item or even crashing your client.

Don't forget: Inserting simple stuff to the database requires at least 2 tables, the client needs multiple text files to be edited, from the actual item up to the item name declaration, mesh, and such.
i will check those 2 tabs now Common and item

Quote:
Originally Posted by blapanda View Post
If you have added it to your database successfully (_RefObjCommon and _RefObjItem), then the last part is matching your client information, which you probably forgot or more likely not synced up correctly.
You should never copy Common and Item lines and "stick" them together. There are unnecessary informations which the client will parse wrong and thus prevent spawning that item or even crashing your client.

Don't forget: Inserting simple stuff to the database requires at least 2 tables, the client needs multiple text files to be edited, from the actual item up to the item name declaration, mesh, and such.
you are the best man, u was right <3
#sloved