Jump to content

mrbijou

Members
  • Posts

    4
  • Joined

  • Last visited

mrbijou's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi there, you can do this "secure" browsing by using a function i.e. Navigate() which checks state of ie or everything else you want to... Instead of _IENavigate you use Navigate(). Use this if you want to check every page to be loaded. If you only need to check it at the beginning of some "actions", just check once if your logged in at the beginning of your loop(s). If the page is not available... _IENavigate will time-out (5 mins), therefore set an additional delay and check again - works fine for me. Even reconnect once a day in the early morning doesn't affect my script anymore. Greetz, mrbijou
  2. Just another question... tried to convert field-id into coords. IDtoKoord ($test) Func IDtoKoord($Koord) $x = -401 + ($Koord - Floor ($Koord/801) * 801) $y = 400 - Floor ($Koord/801) MsgBox(0,"",$x&"/"&$y) EndFunc works fine for nearly the entire map, except the right "border" 400/400, 400/399 ... 400/-400 Anyone got a hint for me?
  3. @gusis: How do you handle incoming attacks? Immediately noticed by sms? For each attack? got everything till the attack-data ... but I want to check in a short intervall - therefore I need an "attack-management" not to handle the same attack twice or more etc.
  4. Hi guys, pretty nice work ... what i've seen so far. While I've been reading, I thought of a list of features of each bot in progress / done. What you think about that? Would be a nice overview and also... for some it would be a good collection of ideas, what they might be willing to try next I admire everyone not to share his bot to the public! It will ruin the game in some degree... (not speaking of friends or allymates ^^). I've just started programming a bot on my own. What it does? Farming ^^ The bot checks if enough spys are in town, then attack a usergiven list of farms (~100 so far). Also it checks new spyreports and "goes farming". It keeps in mind densize, trapscount, defending troops and farmable ressources. If everything is fine, it sends enough troops to "take care" of the available resources Also it auto-deletes all spyreports, I don't need to know. I also had the idea of an attack-warning, but I would try to use "plus-feature" townlist, therefore I would need only 1 request process. Anyone did or can say "not possible"? It should remind me by icq, sms, igm or ^^ a phone-call ^^ (if i wish to... to propably wake me up) <- therefore it should check if its worth to wake me up^^ I'll do a cue-list like most of you already did, but there are only 2 possibilities for me: First one... I choose what to build next. Second one... topic related/optimized buildinglist (fastest growing/production optimized/fastest new town/culture point optimized) Also I want to automate markets... there are a lot of features possible: feed off-/deff towns, auto-post-offers, auto delivery to towns in growing process etc. I would NEVER do any timingscripts for attacking, in my opinion this is one of the aspects that marks "good players". There are a lot more ideas in my head, I've been playing for a couple of years now... and can't quit with travian ^ Therefore I need something to "cure" my leisuretime. At least... I've sometimes read "anti-bot-detection" ... does someone of you REALLY know IF there is any recognition of this? If so, how is it surveilled? I only know the "Your acc is temporarily disabled. You clicked too fast, this ends in a couple of seconds. If this lasts, pls contact..." Greetz, mrbijou btw a hint: I would prefer using field-id instead of coordinates ! btw^2: Anyone spoke of a crop-finder, how did u managed it? I use the "inner view" to check if its 9 or 15 crops... no matter if its empty or already seattled.
×
×
  • Create New...