Nostrademous / Dota2-FullOverwrite

Work in progress for a full-overwrite Dota 2 bot framework
GNU General Public License v3.0
97 stars 40 forks source link

Invoker invoking spells but not using them #219

Closed CsharpNoobDude closed 7 years ago

CsharpNoobDude commented 7 years ago

I saw Invoker correctly invoking the ghost walk while running, but not activating it, and thus died. He had the mana for it. He actually had more than half of his mana pool. Also I want to see fancy tornado - meatball - and the other aoe spell (all 3 elements). And for early laning stage I would only use cold snap if invoker has a forge spirit.

Nostrademous commented 7 years ago

Found the bug with Ghost Walk - fixed. a245291

For the other things - that's just a matter of tweaking desires appropriately, will get there.

CsharpNoobDude commented 7 years ago

@Nostrademous Thank you.