- Aug 16, 2018
- 75
- 32
another idea : there could be an options to automatically give affection items to some girls, chosen by the player
hh.activities.xml
file. See the following lines. <buyItems>
<itemMatcher type="potion" minRarity="common"/>
<itemMatcher type="booster" minRarity="rare" maxRarity="legendary"/>
</buyItems>
<applyBoosters>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic"/>
</applyBoosters>
<buyItems>
<itemMatcher type="potion" minRarity="common"/>
<itemMatcher type="booster" minRarity="epic" maxRarity="epic"/>
</buyItems>
<applyBoosters>
<itemMatcher minRarity="epic" maxRarity="epic"/>
<itemMatcher minRarity="epic" maxRarity="epic"/>
<itemMatcher minRarity="epic" maxRarity="epic"/>
<itemMatcher minRarity="epic" maxRarity="epic"/>
</applyBoosters>
ok so before i try to make a module for it, here's what i need (plz) :I am not working on it currently. I have spent substantial amount of time on it already and I need to work on another project.
I will try to put some hours at some point in October though, because I am using it myself. However, that does not mean I have exclusiveness on making changes to Stakhan. Shall anyone write some more code and send patches I would be more than happy to merge it in.
<?xml version="1.0" encoding="UTF-8" ?>
<harem-heroes-stakhan
xmlns="urn:stakhan:site:harem-heroes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:stakhan:site:harem-heroes http://www.stakhan.com/schemas/harem-heroes.xsd">
<progressAdventure minEnergy="40"/>
<collectSalaries/>
<collectMissions/>
<applyBoosters>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic" name="Ginseng"/>
<itemMatcher minRarity="epic" maxRarity="epic"/>
</applyBoosters>
<collectPachinkos/>
<fightArenas>
<teamComposition levellingSlots="2" minLevellingLevelRel="-15"/>
</fightArenas>
<fightTrolls minEnergy="10"/>
<fightLeagues avoidPromotion="false" minEnergy="3">
<teamComposition levellingSlots="0"/>
</fightLeagues>
<fightChampions maxChampion="3"/>
<buyItems>
<itemMatcher type="potion" minRarity="common"/>
<itemMatcher type="booster" minRarity="epic" maxRarity="epic"/>
</buyItems>
<applyPotions targetLevelRel="-20"/>
</harem-heroes-stakhan>