Nostrademous / Dota2-FullOverwrite

Work in progress for a full-overwrite Dota 2 bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No issue, but questions

CsharpNoobDude opened this issue · comments

@Nostrademous

  1. What happened to Anti-mage? I can see his files still in there, but not sorted into the new format and stuff.
  2. What exactly do our position 4 (semi-supporter) heroes (venomancer)? Are they helping in the safelane? That is what I would suggest, pulling and stacking, harassing the enemy offlaner.
  3. Do these bots try to interrupt Roshan?
  4. Do these bots really completely use own think() functions? Because that is really impressive. 99% of the bots I see on the workshop just override a small part. But you seem to override everything. That is like .... holy shit ...
  1. He is around, I just need to devote a "larger" amount of time one day to fixing laning for "melee" heroes. The code I have currently seems to work great for "ranged", but not so well for melee. It is possible that the issue is that our support don't properly harass the opposition and allow the carry to farm.
  2. They go in the safe-lane right now. The aim is for them to really focus on zoning the opposition, but they basically act like "pos 5 supports" right now.
  3. Do you mean "interrupt Roshan attempts"? Or ??? Currently we don't check or try to Roshan so in any case the answer is no. I started coding ability use for the event we are Roshing, but the code isn't written yet to Rosh.
  4. Yes, Bots over-write every single aspect of everything that is done. That is also why it is taking so long to develop them... It is a curse and a blessing. That is why Roshan is not done, nor lane defense or "team assembly" (that's a big one). It is also why the bots have a really hard time dealing with units that are not "units" per say but more summoned entities (think Tombstone, Shadow Shaman's wards, Jugg's Healing Ward, Pugna's Nether Ward, Necronomicons, etc.)... I don't have a way to really query for those yet.

Okay, another last question: Could you post the workshop link here please? Thanks for answering :) 👍

Is Invoker meant to have his ring of aquila toggled on throughout the laning stage, in order to push or something, or is it not intended? (Unless the replay is glitching and it wasn't toggled on; I'm pretty sure the replay is accurate though).