MadBoy New Member Joined Apr 27, 2008 Messages 805 Reaction score 152 Jan 5, 2009 #1 Ηελλο Guys I have a problem with MuWeb site's I Change My Web i install it,everythink going fine .and The Rankings Players have 0 resets :sweat: please help me..
Ηελλο Guys I have a problem with MuWeb site's I Change My Web i install it,everythink going fine .and The Rankings Players have 0 resets :sweat: please help me..
Life Well-Known Member Joined Nov 13, 2008 Messages 1,367 Reaction score 509 Jan 13, 2009 #2 Do you add the sql code " alter table character add Resets int not null default 0 or 1 " In SQL Query Analyzer (MuOnline Table) ?
Do you add the sql code " alter table character add Resets int not null default 0 or 1 " In SQL Query Analyzer (MuOnline Table) ?
MadBoy New Member Joined Apr 27, 2008 Messages 805 Reaction score 152 Jan 13, 2009 #3 Life said: Do you add the sql code " alter table character add Resets int not null default 0 or 1 " In SQL Query Analyzer (MuOnline Table) ? Click to expand... no,How i can do it that can give me images guide:wheh:
Life said: Do you add the sql code " alter table character add Resets int not null default 0 or 1 " In SQL Query Analyzer (MuOnline Table) ? Click to expand... no,How i can do it that can give me images guide:wheh:
Life Well-Known Member Joined Nov 13, 2008 Messages 1,367 Reaction score 509 Jan 13, 2009 #4 Not now but is easy ...
MadBoy New Member Joined Apr 27, 2008 Messages 805 Reaction score 152 Jan 14, 2009 #5 Life said: Not now but is easy ... Click to expand... its from SQL?
ReaL New Member Joined Apr 13, 2008 Messages 1,244 Reaction score 656 Jan 14, 2009 #6 From the DataBase, yea... [Character] has a table "Reset", it should be Resets, so u need to Run the sql query script: Code: alter table character add Resets int not null default 0 in your Query Analyzer (Start>All Programs>Microsoft SQL Server>Query Analyzer) :}
From the DataBase, yea... [Character] has a table "Reset", it should be Resets, so u need to Run the sql query script: Code: alter table character add Resets int not null default 0 in your Query Analyzer (Start>All Programs>Microsoft SQL Server>Query Analyzer) :}
Life Well-Known Member Joined Nov 13, 2008 Messages 1,367 Reaction score 509 Jan 14, 2009 #7 Yes ... :]