Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

vSro wizard auto attack bug fix.

Newbie Spellweaver
Joined
Feb 17, 2014
Messages
81
Reaction score
106
Bug ;






Fix;




Code:
/***** WIZARD AUTO ATTACK BUGFIX WRITTEN BY SECTOR1337 *****/
USE [SRO_VT_SHARD]
update _RefSkill set Action_ActionDuration = 1500
where Basic_Code in (select Basic_Code from _RefSkill
where Basic_Code like '%SKILL_EU_WIZARD_PSYCHICA_AREA_B%' 
or Basic_Code like '%SKILL_EU_WIZARD_COLDA_POINT_B%' 
or Basic_Code like '%SKILL_EU_WIZARD_FIREA_SPRAY_B%')
/***** WIZARD AUTO ATTACK BUGFIX WRITTEN BY SECTOR1337 *****/


After ;





PS: Created by Sector1337
 
Back
Top