Zilon_Roguelike icon indicating copy to clipboard operation
Zilon_Roguelike copied to clipboard

[FEATURE] Bots does not use equipment

Open kreghek opened this issue 3 years ago • 0 comments

Problem

In autoplay mode and in tests bots can loot monsters. Sometimes the player person creatad with no armor. A armor may be found via loot but the bots does not use it.

Solution Add new logic state. Select best equipment and use it if no monsters around.

Alternatives It may be too hard to develop this logic. But it can be solved by templates of equipment. Templates store equipment list and slots. If equipments of template found in inventory it used in slot in template.

kreghek avatar Jan 08 '21 10:01 kreghek