OneDayReward

Ozzi

Heir
Customer
Приветствую, подскажите, что делаю не так? Нужно реализовать награду в Заданиях, по кол-ву убитых РБ, пробовал <kill_raid>, так же не работает.
 

Attachments

  • Screenshot_16.webp
    Screenshot_16.webp
    82.3 KB · Views: 30
Tried) doesn't work
ты что-то упускаешь / there is something else you are missing.
HTML:
        <cond>
            <and>
                <player minLevel="76"/>
                <player maxLevel="99"/>
                <target mobId="25514"/>
            </and>
        </cond>
<cond>
<and>

</and>

</cond>
 
Пробовал) не работает
<requirement>
<kill_raid>5</kill_raid>
</requirement>
<cond>
<and>
<player minLevel="76"/> (maybe use?)
<player maxLevel="99"/> (maybe this too)
<target mobId="25514;25215;25116;25221;25151;25144;25655.............................."/>
</and>
</cond>
</one_day_reward>

proper example.
also need to be kill_raid not kill_mob
 
Back
Top