Результаты поиска по запросу: *

  1. Lorn

    Need help fix skills

    You're welcome! ?
  2. Lorn

    Need help fix skills

    You should add this else-if block in parsePlayerCondition method in gameserver/data/xml/parser/StatParser.java else if("chargesMin".equalsIgnoreCase(name)) { int val = parseNumber(value).intValue(); cond = joinAnd(cond, new ConditionPlayerChargesMin(val)); }
  3. Lorn

    Need help fix skills

    Try to use this condition in your skill: <cond> <player chargesMin="3" /> </cond>
Назад
Сверху Снизу