Crystal
Crystal copied to clipboard
Hero attack mode error
public enum HeroBehaviour : byte { Attack=0, Counterattack=1, Follow=2, Custom = 3 } Here 0, 3 are wrong Attack should be a free attack mode, that is, the hero attacks independently. Custom should be in stand-alone attack mode, he should stand still and attack in place. Now Attack and Custom have the same attack mode.