Jobsi's Glow System error.

12/26/2012 14:09 raventh1984#1
Hey Epvpers.

Iam having an bit of trouble with implanting the Jobsi Glow changer.

I have inserted everyhting that is needed.
No errors on compiling.
Edit:
Almost everything is solved.
The only problem that is left is the database.

I have this in CHARACTER_TBL

m_iGlowArmLeft(varchar(100))
m_iGlowArmRight(varchar(100))
m_iGlowLegLeft(varchar(100))
m_iGlowLegRight(varchar(100))
m_iGlowBody(varchar(100))
m_iGlowHandLeft(varchar(100))
m_iGlowHandRight(varchar(100))

I have edited CHARACTER_TBL procedures
But its not saving anything.
The error i am getting is

Error converting data type varchar to int.

Now what is next to do?
I dont use INT for those fields i only use Varchar for it. sinds the data is also varchar.
Any help will be apprieciated

Solved.

I had it on Varchar but it musted be on INT.
Replaced the entire database for it.