AnUknown Skill

09/01/2017 19:36 Worshiper#1
An Unknown Skill this char when he try to attack the auto attack skill its not work this happen only in this char


[Only registered and activated users can see links. Click Here To Register...]
09/01/2017 20:05 blapanda#2
Auto attack is linked to the class' stock attack skill, which in this case is the one handed rod.

You might check that basic skill's functionality first, before claiming that auto-attack-button is not working.
Have you checked that you can normally (without any skill usage) attack a mob with a light (cleric) or dark (warlock) rod? If not, look for the _Skill database and figure out whats wrong (if you have to, compare it with stock skill strings).
09/01/2017 23:29 Worshiper#3
Its Not work to attack with Mouse too and its work fine for all players This char cant attack the Normal attack but the other skill work fine
09/03/2017 18:56 InPanic Kev#4
Missing Default Skill : SkillID 1 or 2 what ever

Code:
SELECT * FROM _CharSkill where CharID = (select CharID from _Char where CharName16 = 'CHARNAME')
SELECT * FROM _RefSkill where Basic_Code like '%BASE_01'
maybe becuse of a fail "Skill Reset Scroll"
09/03/2017 23:11 Worshiper#5
Quote:
Originally Posted by InPanic Kev View Post
Missing Default Skill : SkillID 1 or 2 what ever

Code:
SELECT * FROM _CharSkill where CharID = (select CharID from _Char where CharName16 = 'CHARNAME')
SELECT * FROM _RefSkill where Basic_Code like '%BASE_01'
maybe becuse of a fail "Skill Reset Scroll"
yes Fixed now ty