hello!
I have read over the information about Overseer macro and gave it a run.
Yesterday it created the ini files, processed through available quest tasks and set them going. Great! Today I have looked in overseer and manually collected rewards.
Now looking to get more control over it, rather than the default types being
"Any", but to define an explicit list.
"Recruitment|Crafting|Harvesting|Research"
Based this idea to get more agents as priority and then consider trade skill supplies.
Todays fresh listing has a recruitment task in it.
Using the overload of "generalList" to get details of what it would do, without actually doing, it produced an output.
/mac overseer generalList
However it marked it as skipped!
I changed the ini file settings right down, to almost explicity only do recruitments of that type, and it still doesnt list it.
[CODE lang="ini" title="overseer.ini"][General]
useCharacterConfigurations=1[/CODE]
[CODE lang="ini" title="overseer character ini" highlight="14,15,16,17,20,21,22,23"][General]
claimRewards=0
repeatTimeMinutes=-1
minimumSuccessPercent=0
requireMercToClaimExpRewards=0
logLevel=2
useQuestPriorities=1
agentCountForConversion=2
ignoreConversionQuests=0
ignoreRecruitmentQuests=0
countAgentsBetweenCycles=0
[QuestPriority]
Priorities=Types|Rarities|Levels|Durations
Durations=12h
Rarities=Common
Types=Recruitment
Levels=1
[QuestPriority_Unsubscribed]
Priorities=Types|Rarities|Levels|Durations
Durations=12h
Rarities=Common
Types=Recruitment
Levels=1
[Rewards]
index=0
1=Overseer Tetradrachm
2=Character Experience
3=Mercenary Experience[/CODE]
Looking for "Recruitment, Common, 1, 12h" and there is "12h level 1 Common Recruitment" in the listing, but set to skipped!
In the first image, you can see the task asks for a Harvester.
I have some available.
I can also configure the quest task manually with one of those.
To recap this testing section that gets "skipped" from being selected as a good task to potentially do:-
INI:
Priorities=Types|Rarities|Levels|Durations
Durations=12h
Rarities=Common
Types=Recruitment
Levels=1
For fulltime running, I thought this would work, yet failed to find it, and why i reduced it right down.
INI:
Priorities=Types|Rarities|Levels|Durations
Durations=6h|12h|24h
Rarities=Elite|Rare|Uncommon|Common
Types=Recruitment|Crafting|Harvesting|Research
Levels=5|4|3|2|1
Hopefully someone can spot what I am doing wrong with this ini.
Regards and Best Wishes.