when I press ctrl+1 to save a skill works fine but after I relogin the skill isn't there ... any fix to the db to solve this thing?
Printable View
when I press ctrl+1 to save a skill works fine but after I relogin the skill isn't there ... any fix to the db to solve this thing?
try this in query analyzer and look if all values are same
Code:UPDATE [MuOnline].[dbo].[OptionData]
SET [Name]=<Name,varchar(10),>, [GameOption]=<GameOption,tinyint,>, [Qkey]=<Qkey,int,>, [Wkey]=<Wkey,int,>, [Ekey]=<Ekey,int,>, [ChatWindow]=<ChatWindow,tinyint,>, [RKey]=<RKey,int,>, [QWERLevel]=<QWERLevel,int,>, [SkillKey]=<SkillKey,binary(20),>
didn't work