help me about country icon system

07/25/2013 11:09 macboyem07#1
when i reconnect to the game the country icon rollback.. help me plss..i need database or what??..
07/25/2013 11:12 Uloure#2
You nee a new column in CHARACTER_TBL
07/25/2013 11:53 macboyem07#3
Quote:
Originally Posted by Uloure View Post
You nee a new column in CHARACTER_TBL
hmm can u give me the code that i will put to the column ..
07/25/2013 12:08 Uloure#4
Look at a other column...

I hate if everybody is only able to copy an paste...
07/25/2013 13:07 macboyem07#5
Quote:
Originally Posted by Uloure View Post
Look at a other column...

I hate if everybody is only able to copy an paste...
i Put m_country (int) but still rollback the country icon :( .. help me plss sir :handsdown:
07/25/2013 13:22 Uloure#6
you have to change something in CHARACTER_STR
07/25/2013 15:07 macboyem07#7
Quote:
Originally Posted by Uloure View Post
you have to change something in CHARACTER_STR
help me plss :( i dont know what i change
07/25/2013 15:23 raventh1984#8
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
07/25/2013 17:46 macboyem07#9
Quote:
Originally Posted by raventh1984 View Post
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
TheCountry Icon Saved, but need to reconnect to update the icon to the another viewers xD and i have a error

Sorry for my very bad english xD

Error ---> [Only registered and activated users can see links. Click Here To Register...]

Ingame --> [Only registered and activated users can see links. Click Here To Register...]
07/26/2013 02:41 Rhyder`#10
Bro..aside of leeching just analayze the code.. Please!
07/26/2013 09:43 raventh1984#11
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.
07/26/2013 13:57 Rhyder`#12
Quote:
Originally Posted by raventh1984 View Post
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.
he know how to leech but he don't know how to read :D
07/27/2013 11:08 raventh1984#13
Quote:
Originally Posted by jayjei14 View Post
he know how to leech but he don't know how to read :D
Sounds familiar huh? I remembered you had the same thing.
07/27/2013 11:57 Rhyder`#14
Quote:
Originally Posted by raventh1984 View Post
Sounds familiar huh? I remembered you had the same thing.
:rolleyes: but i know how to understand the code :P but just a little :D


Sorry for my bad english.
07/29/2013 07:30 Rhyder`#15
[Only registered and activated users can see links. Click Here To Register...]