Grepolis bot (Now with attack option)

01/27/2011 15:43 Utharnl#1036
1. The bot will retry every X minutes to start the building.
2. Nope that wont work, you will have to keep the bot running.

~Uthar
01/28/2011 19:40 torip#1037
help me,!!!!!!! the bot does not work but because when I "build" it appears in the queue and no amount of time and I displayed the net framework 3.5 sp1
01/28/2011 19:48 torip#1038
sorry i'm french and i use a translator
01/28/2011 20:22 Utharnl#1039
Then it's probably working fine. The timer indicates the ingame time, not the time of the bot.

~Uthar
01/28/2011 20:41 untipromi#1040
well done ! thks veryy much!
01/28/2011 21:00 torip#1041
Quote:
Ensuite, il est probablement bien fonctionner. Le compte à rebours indique le temps de jeu, pas le temps de le bot.

~ Uthar
yes but the time always stays zero
01/28/2011 21:04 Utharnl#1042
If you use the default settings the bot will check your building queue every 20minutes. If you have enough resources the bot will make the first building in your queue, after that you will see the time.

~Uthar
01/29/2011 10:48 torip#1043
thanks ^^
01/29/2011 18:15 torip#1044
it works thank you to you
01/29/2011 22:36 torip#1045
hey i have a good video

tutorial!!!!!!
01/30/2011 02:44 hvdnghia#1046
I cannot login my account by bot .... ? Why ??
01/30/2011 11:13 Utharnl#1047
Wrong account and/or server settings? Or do you play with your facebook account?

~Uthar
01/30/2011 13:24 hajo99#1048
Now it works very fine, thank you.
What is the best strategy to play? Anyone knows whats the best building queue?
Thanks for help!
01/30/2011 16:12 andypockett92#1049
hey Uthar ... ive downloaded the grepolis bot source and i dont understand how it loads the unit and building info from the html code ... could you explain or point me to that code ?
i also wanted to ask you if theres going to be a bot for the ver 2.0 of grepolis ...

ps: leaving comments on your blog doesnt work. there seems to be a problem with the chapcha code
01/30/2011 23:32 Utharnl#1050
Hey andypockett you can find that in the following methods:

countArmyResponse (Form1.cs)
Used to find general army info (For new towns that don't have a barrack), current god and incoming attacks
countMaxArmyResponse(Form1.cs)
This method finds all the data about your land units
countMaxNavyResponse(Form1.cs)
This method finds all the data about your navy units
updateBuildingLevelsResponse(Form1.cs)
And this one finds all the building levels

I have already started with a new bot for Grepolis 2.0. Currently working on a good structure so that I can easily update it to get it working when they release the new version. I'm trying to make a similar interface as GrepolisNet and it's going pretty good :)
Also changed a lot of the classes so that it will be easier to make updates and it also makes it easier to understand the code.

Thanks for pointing out the problem with my blog, located the problem. The security settings where to high, because of that the comment was only excepted when you entered a valid email address. This is fixed now and you can post comments without entering your email.

~Uthar