Thanks jmspaggi, good to have an other programmer here!
Feel free to keep posting feature request if you think of something I'll post them all here:
[Only registered and activated users can see links. Click Here To Register...]
About your current ideas:
-Going to add this in a town overview, will also show traders/attacks/populations/revolts etc for each town.
-Proxy is going to be a problem. The bot uses two different classes to make webrequests, the webbrowser (GUI) for user interaction and a custom Webclient that makes all the intern webrequests. Those two are synchronized each login so they have the same session id.
It's easy to add proxy support for the Webclient but the webbrowser is giving problems. Because the webbrowser uses the IE engine the proxy settings can be found in the register. Unfortunately this is a global setting which means that each instance of the bot uses that proxy, so they all get the same ip. Because for most of the users proxy support would mean they can run multiple accounts on the same server this would be pointless. :(
-No idea how to remove the tray-icon, any tips?
-Added logs to the feature request post
-Already possible, just copy the directory :)
//edit
@Unghiutza
Already possible :) And how is the new browser working for you?
~Uthar