[Release] Grepolis 2 bot

05/08/2011 15:45 Utharnl#151
You can find information about it on the Grepolis forums, but the limit is around 12500. It could however be influenced by the server speed.

At the moment I reset it every day at 0:00 but that doesn't seem to be always correct:
Quote:
8-5-2011 0:00:37 Exception in attackFarmersResponse(): The maximum daily amount of resources for this village has been reached.
Will have to do some test to find the correct reset time.

~Uthar
05/08/2011 15:53 pietrosu#152
thanks for the fast answer. i;ve downloaded today the bot and kep it running for a couple of hours. my option was to loot 20 every 5 minutes with the pilleage option when farms over 80% life. by my calculations the 3 farms i was farming didn;t gived me in 2 hours the said 12500 resources.

anyway. thank you for your dedication
05/08/2011 16:08 Utharnl#153
You could look in your debug.txt there should be something similar to the exception I quoted above.

Quote:
Exception in attackFarmersResponse():...
I'm mostly interested in the message that's at the three dots.

~Uthar
05/08/2011 16:12 pietrosu#154
this is everything i found in the debug text>

"5/8/2011 1:44:02 PM Exception in attackFarmersResponse(): La tua richiesta non è ancora pronta.
5/8/2011 2:24:31 PM Connection to server lost. Starting reconnect...
5/8/2011 2:49:49 PM Connection to server lost. Starting reconnect...
"
05/08/2011 16:29 Utharnl#155
Ok, it's what I suspected.
The bot is just a little bit to fast when looting the farmers, because of this the timer isn't ready yet.
But this should be easy to fix :)

~Uthar
05/08/2011 16:45 Unghiutza#156
Yeah Uthar, just for the browser option. That is the only window that is wort maximizing :)

If you could manage to make this happen it would be great xD
05/08/2011 20:47 Unghiutza#157
Uthar, one question...

Let's say that I un-checked the "Friendly demands only" and my min mood is set to 80. The bot will start attacking untill the mood goes down to 80 and after attack friendly? Or it will stop attacking and wait for the mood to grow?
05/08/2011 22:23 Utharnl#158
It will then automatic switch to friendly.

~Uthar
05/09/2011 03:56 pronkjuweel#159
thank you very much for the bot! when do you think you can put the following changes to a new version?

Auto-transfer between towns
Culture-parties work in progress
More detailed information for each town (See Abakus)
Save/Load templates for the building/unit queue
Academy researches (also undo of researches)
Attacks overview (outgoing and incoming)
Incoming attack warning
Attacking other players
Support for multiple servers
Auto update for bot
Maximize browser window
Optimized unit queue (Add unit with the highest trainable amount to the queue) work in progress
Optimized building queue, Mode2 (Build farm when needed and remove buildings that exceed the maximum level)
Automatic fill cave
Play sounds when attack is coming, like in script GrepoAlarm for Greasemonkey
Save troops (offensive troops) when under attack, like in script Travian: Antifarm\Troop saver


and maybe an idea to automatically trade with the Phoenician trader? because it's always 1:0,67 in resources.
05/09/2011 10:54 Utharnl#160
@pronkjuweel
Don't copy/paste the whole feature request post please...
Only the new feature you thought of.

Will add your idea to the list.

~Uthar
05/09/2011 18:54 Unghiutza#161
Uthar, I think there is a small problem with the "Browser" option.

It doesn't show the exact ammount of resources that you have (atleast this happens to me), instead it shows a different ammount, much lower. Currently on browser from bot client I have around 200 stone and if I log on grepolis.net I have around 1k
05/09/2011 19:14 shuuky#162
same problem here
05/09/2011 19:35 Utharnl#163
@Unghiutza
@shuuky

Yeah I know that is because the bot uses an old IE browser and Grepolis isn't fully compatible with that version.
You can solve it by pressing F5 to reload the page or if you have more then one town you can switch between them to reload the resources.

~Uthar
05/09/2011 20:09 Unghiutza#164
Well the good old F5 works best in most cases (currently have only one town) xD

Could u implement the bot so that he uses Mozilla? Would be best imho !!!
05/09/2011 20:12 Utharnl#165
No sorry, there isn't a good working Firefox component to use in .NET :(

//edit
Yeah!! :D Just managed to use the newest IE engine in .NET.
Grepolis works a lot better with IE 9.

It cost however some extra work on the users side. You need to have IE 9.0 installed and you need to change your register.

~Uthar