Charged Squall Lv 11 skill bug

06/17/2018 23:29 slaintrax200#1
Wizard skill Charged Squall Lv 11 bugged
hits 2 hits instead of 6 hits on mob
Anyone know how to fix that?
Example:
[Only registered and activated users can see links. Click Here To Register...]
06/18/2018 10:31 #HB#2
Because it hasn't got its second attack. And that's usual, because its higher level than 110 (VSRO level).

I made you up a query which will fix it and select you lines to edit in skilldata_15000.enc, BTW the same problem might be found at level 9 and 10.

Code:
USE [SRO_VT_SHARD]
UPDATE _RefSkill set Basic_ChainCode = 10616, Service = 1 where ID = 10605
UPDATE _RefSkill set Basic_ChainCode = 10617, Service = 1 where ID = 10606
UPDATE _RefSkill set Basic_ChainCode = 10618, Service = 1 where ID = 10607
UPDATE _RefSkill set Service = 1 where ID between 10616 and 10618
Select * from _RefSkill where Basic_Code like 'SKILL_EU_WIZARD_PSYCHICA_AREA_B_%' or Basic_Code like 'SKILL_EU_WIZARD_PSYCHICA_AREA_B2_%'