1. Is it possible to implement a feature where, when searching for heroes, the program displays their affiliation with a particular color? For example, if a hero belongs to the player, their name would be displayed in red (depending on the player's color), and if the hero belongs to the AI, their name would be displayed in the AI's color. Heroes that don't belong to anyone could be displayed in black, and heroes that are not available on the map could be displayed in another color or with a strikethrough. It would also be great to indicate if a hero is in a tavern by using italics and the player's (or AI's) color. That would be awesome! It would make "Sniffer" completely useless!
It's possible. I will implement it.
2. Create a program (possibly a separate one) that doesn't search for heroes but instead places the desired hero (from the available ones) in the tavern. This would save a lot of time!
That's also possible, but it would involve writing to the RAM. The "Traffic Light" program's motto is: observe, but don't interfere. If you want it based on another program, that's fine.
3. We recently tested the "Traffic Light" program with "Invisibool" enabled during an online game. It turns out it doesn't work!!!!! I wonder what's causing this? Although, maybe it's for the best that it doesn't work online, as many people were already panicking about it.
That's strange (something might be wrong with the addresses). However, it's probably for the best. Online games are very sensitive to programs of this kind.
4. Alex, please add two items to the "Help" section: "About" and "Help," where it explains what to click and how to do it!
There will be a text file with instructions in the archive.
1. When deleting a hero from the list, I would like the focus to move to the next hero. Currently, it's inconvenient to delete multiple heroes; I have to click on "delete" and then on the hero.
It seems like everything is already working correctly with that.
2. When searching for heroes of a specific class (from the menu), the already found heroes should not be deleted (currently, the grid is cleared and filled with new ones).
OK.
3. Implement the ability to load heroes from a file and save them to a file. For example, if I find the desired heroes, I can save them to a file, and the next time I can load them from the file instead of searching again.
That's a good idea, but I don't like files very much, especially when they are missing. But it seems that it's impossible without them. Then all settings should also be saved in an ini file. I will do it.
4. Make the sorting work in both directions (ascending and descending). Make it possible to sort by clicking on the column name (I can share the sorting code).
If it's not difficult, send the code to my email.
5. Diplomacy only works if both the "Traffic Light" and "Oracle" are enabled. I usually only use the "Traffic Light," which is inconvenient.
I will fix it.
Also, I would like to be able to search for a hero based on the following criterion: who will get +10 attack first. I think it shouldn't be difficult to implement.
I will take it into account.
+ another request: is it possible to search for combinations of skills? For example, I need a hero with Air Magic + Logistics + Earth Magic.
Yes, it will be implemented.