Alguem poderia me explicar a função do HeroCount = 1?
# --------------------------------------------
# Custom hero subclass skill -
# --------------------------------------------
# Allow you to add the hero skills to all subclasses
# CustomHeroSubSkill is the allow/disallow
# HeroCount means how many times the player needs to be a hero in row
CustomHeroSubSkill = False
HeroCount = 1
Obrigado
|