when i reconnect to the game the country icon rollback.. help me plss..i need database or what??..
TheCountry Icon Saved, but need to reconnect to update the icon to the another viewers xD and i have a errorQuote:
You must insert this into character_str procedure.
Just look at some other values and then you will be aible to figure it out.
@im_country int = 0
m_country = @im_country
m_country
,0
he know how to leech but he don't know how to read :DQuote:
Its not saving it correctly and that is what you see.
if you look at your CQuery log file you will notice that it cant convert datatype varchar to int. So either change the type in the database to varchar or change the savetype inside the source to int. You need to think for your self to and its not hard to accomplish this.