ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Medics for allies does not seem to be working #85

Closed cdmichaelb closed 9 years ago

cdmichaelb commented 9 years ago

The default options I've never seen it used, I'm not really sure how I would edit it to make it use it more liberally. I stack high HP because why not? So I literally never need to self Medics. My solution for now has been to use it at 100% of my HP, but I'd like for it to help others out more.

ensingm2 commented 9 years ago

var useMedicsAtLanePercent = x; (default is 40, does not take dead teammates into avg since they aren't healed)

change it to what you will. I'll probably increase the threshold to 60-75 as I haven't seen it trigger almost ever myself, but I'm in the middle of a pretty big branch out so it'll be a little bit.

ensingm2 commented 9 years ago

Also var useMedicsAtLanePercentAliveReq = x; (default is 40) Requires x% of the lane to be alive before using medic selflessly in order to maximize team heal.

I'll probably drop this too since a lot of afks stay dead.

ensingm2 commented 9 years ago

Should work and actually get triggered now.