i'v reseted the players skill using this query
then used this
no whenever someone uses auto attack it gives this error
[Only registered and activated users can see links. Click Here To Register...]
any help maybe ?
PHP Code:
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '2' and SkillID<'40'
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '40' and SkillID<'70'
DELETE [dbo].[_CharSkill] WHERE [SkillID] > '70'
PHP Code:
update _ClientConfig
set Data = '0'
[Only registered and activated users can see links. Click Here To Register...]
any help maybe ?