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
by the way im done putting other database for country system,
also im inserted this on my character_tbl m_nCountry.
-Thanks, I hope there's someone help me.
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
by the way im done putting other database for country system,
also im inserted this on my character_tbl m_nCountry.
-Thanks, I hope there's someone help me.