Good day guys. Im done putting country system on my source
the only problem that i encounter is the database for it. Here's below
database that show's an error :
This is on my database structure
0, --m_dwSkillPoint
1,
0,
0,
0,
@im_SkillPoint,
@im_SkillLv,
@im_SkillExp
-- Ver 15
, '$'
, 0
, 0
)
This is the database for the country system
0, --m_dwSkillPoint
1,
0,
0,
0
-- Ver 15
, '$'
, 0
, 0
, 0
, 0
, 0
, 0
, 0
, 0
, 0
-- ,'$'
, 0
)
See the difference?
so how can i insert the database for it im getting error when put it
Msg 110, Level 15, State 1, Procedure CHARACTER_STR, Line 1178
There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
by the way im done putting other database for country system,
also im inserted this on my character_tbl m_nCountry.
Msg 110, Level 15, State 1, Procedure CHARACTER_STR, Line 1178
There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
[/Spoiler]
its already saying the answer.
Let me explain it in an simple way
INSERT INTO (test,test1,test2) VALUES (hi,hi1,hi2,hi3)
This will result in the above error cause you have specified to much values according to the insert columns. They should contain the same ammount of collumns vs values
HELP COUNTRY SYSTEM 08/14/2013 - Flyff Private Server - 10 Replies Cant enter to world my neuz always crashing .. Thanks
help me about country icon system 07/29/2013 - Flyff Private Server - 14 Replies when i reconnect to the game the country icon rollback.. help me plss..i need database or what??..
[Help] Country Icon System 03/27/2013 - Flyff Private Server - 1 Replies Sir please help me..
How to insert Country Icon of my server....
what .cpp and .h files do I need to insert country icon on my server
please help
[Help]Country System 11/13/2012 - Flyff Private Server - 2 Replies Hallo Community..
Ich bin langsam am verzweifeln bei diesem System -.-
Ich hab in der DPLOGINCLIENT.H das eingetragen
#ifdef __COUNTRY_ICON
void SendCreatePlayer( BYTE nMode, BYTE nSlot, LPCSTR lpszPlayer/*, LPDWORD adwEquipment*/, BYTE nFace, BYTE nCostume, BYTE nSkinSet, BYTE nHairMesh, DWORD dwHairColor, BYTE nSex, BYTE nJob, BYTE nHeadMesh, int nBankPW = 0, int nCountry = 0 );
#else