You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bots need to use the playable characters (Active boolean in Configurator database (/characters endpoint).
They need to either have tailored AI for the different characters and/or understanding of ButtonTypes, or anything else you can come up with so they work with all heroes. New columns can be added to the character/skills JSON to aid this feature as well, if needed We should probably indicate internally in each skill whether it's short/med/long range so the bots have better understanding of when to use them
Players that leave should continue to play as bots -> @agustinesco will put issue here.
Prevents bots from stacking on top of each other (they should respect some distance to any target)
They should reduce their engaging chance when under 25% health and try to seek cover (i.e. find a place without many units)
Bots need to be made aware of the shrinking circle (battle royale)
Check if there are other issues that could break their behavior (sometimes they get stuck against walls) that could be a result of the implementation of various features since they were first added
The text was updated successfully, but these errors were encountered:
🚀 Features
Active
boolean in Configurator database (/characters endpoint).They need to either have tailored AI for the different characters and/or understanding of ButtonTypes, or anything else you can come up with so they work with all heroes. New columns can be added to the character/skills JSON to aid this feature as well, if neededWe should probably indicate internally in each skill whether it's short/med/long range so the bots have better understanding of when to use themThe text was updated successfully, but these errors were encountered: