Auto Attack For Wizzard

04/26/2017 20:16 lolixxx#31
Quote:
Originally Posted by Holosco* View Post
Fixed.
run the query oqe ?

declare @acpptime int = '300'
declare @acduration int = '1500'
/***************** FEQ U WRITTEN BY SECTOR1337 *****************/
UPDATE _RefSkill
SET Action_PreparingTime = @acpptime, Action_ActionDuration = @acduration
where Basic_Code in (select Basic_Code from _RefSkill where Basic_Code like '%SKILL_EU_WIZARD_PSYCHICA_AREA_B%' and Basic_Code like '%SKILL_EU_WIZARD_COLDA_POINT_B%', and Basic_Code like '%SKILL_EU_WIZARD_FIREA_SPRAY_B%')
/***************** FEQ U WRITTEN BY SECTOR1337 *****************/

Is this fixing the bug?
04/26/2017 22:39 OutlawNL#32
It's not just for wizard, it works for every class so it's not just related to wizzy for the people that are trying to fix it and are like 'so easy just fix wiz attack' now fix the other classes too!