Alya-N / C-Hero-Calc

PvE Solver for Cosmos Quest (Last Update: Archers and the Eternals)
10 stars 6 forks source link

how do you force the Calc to use the hero you are promoting? #22

Open Vitae666 opened 5 years ago

Vitae666 commented 5 years ago

Been asked on Kong a few times, but no answer has been given. Readme isn't updated to indicate this, nor was the -4 indicated. Not even in the Pinned Patch Notes.

Alya-N commented 5 years ago

Currently, there is no way to force a hero to appear in a solution. It will be worked on, but there is no guarantee that I'll be able to implement it.

Vitae666 commented 5 years ago

So the -4 was implemented but with no actual way to benefit from it automatically. I'd guess doing if statements with the heroes being added as if they were checked off or manually entered would be the way to do it, but I know very little about coding. Just enough to understand what I'm reading, but not even close enough to implement. I know what my idea is, but no matter how I'll say it it'll come out wrong 😁 Like If quest = 68-4 {add hero} Elseif quest = 101-4 {add hero} Or how ever if statements work 😂 Technically it wouldn't need the code on the automated because it's passed along to the calc. Tho, I think they save to diff config files for usage. Guess users can just add the hero as an extra hero in the calc.

EDIT: DUH! Adding the hero does nothing because the hero might not be used in the calc. Same with my crap If statement. Tho if the If statement also set that hero as a Priority/Mandatory via some setting...