@ planst du zufällig ein Feature ähnlich dem des FarmAssistenten (Auswahl C), aber ebenfalls für Spieler, das heißt je nach Minenlevel und Wall eine bestimmte Anzahl an lkavs schicken (immer mit spys)?
@ planst du zufällig ein Feature ähnlich dem des FarmAssistenten (Auswahl C), aber ebenfalls für Spieler, das heißt je nach Minenlevel und Wall eine bestimmte Anzahl an lkavs schicken (immer mit spys)?
Das wäre auf jeden Fall möglich. Leider müsste der Bot dafür sehr viele Berichte parsen, was sehr auffällig und/oder zeitaufwendig ist.
Ich habe schon darüber nachgedacht, einen alternativen Farm-Modus einzuführen, der sich an den Punkten des Ziels orientiert. Die lassen sich nämlich aus den Weltendaten entnehmen, ohne Tonnen von Berichten lesen zu müssen.
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:143)
at com.mashape.unirest.request.BaseRequest.asJson(Bas eRequest.java:68)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:47)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:67)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:67)
at me.d3luxe.farmbot.Session.heartBeat(Session.java:1 39)
at me.d3luxe.farmbot.Session.parseVillages(Session.ja va:226)
at me.d3luxe.farmbot.User.getVillages(User.java:45)
at me.d3luxe.farmbot.farming.FarmRoutine.run(FarmRout ine.java:75)
at java.util.concurrent.Executors$RunnableAdapter.cal l(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(Future Task.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(ScheduledThreadPoolE xecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(ScheduledThreadPoolExecutor .java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Connection pool shut down
at org.apache.http.util.Asserts.check(Asserts.java:34 )
at org.apache.http.pool.AbstractConnPool.lease(Abstra ctConnPool.java:169)
at org.apache.http.impl.conn.PoolingHttpClientConnect ionManager.requestConnection(PoolingHttpClientConn ectionManager.java:221)
at org.apache.http.impl.execchain.MainClientExec.exec ute(MainClientExec.java:158)
at org.apache.http.impl.execchain.ProtocolExec.execut e(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(R etryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execut e(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doE xecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:57)
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:138)
... 15 more
02:27:05 ERROR Session - Can not parse villages:
com.mashape.unirest.http.exceptions.UnirestExcepti on: java.lang.IllegalStateException: Connection pool shut down
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:143)
at com.mashape.unirest.request.BaseRequest.asJson(Bas eRequest.java:68)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:47)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:67)
at me.d3luxe.farmbot.network.ApiConnection.post(ApiCo nnection.java:67)
at me.d3luxe.farmbot.Session.heartBeat(Session.java:1 39)
at me.d3luxe.farmbot.Session.parseVillages(Session.ja va:226)
at me.d3luxe.farmbot.User.getVillages(User.java:45)
at me.d3luxe.farmbot.farming.FarmRoutine.run(FarmRout ine.java:75)
at java.util.concurrent.Executors$RunnableAdapter.cal l(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(Future Task.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(ScheduledThreadPoolE xecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(ScheduledThreadPoolExecutor .java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Connection pool shut down
at org.apache.http.util.Asserts.check(Asserts.java:34 )
at org.apache.http.pool.AbstractConnPool.lease(Abstra ctConnPool.java:169)
at org.apache.http.impl.conn.PoolingHttpClientConnect ionManager.requestConnection(PoolingHttpClientConn ectionManager.java:221)
at org.apache.http.impl.execchain.MainClientExec.exec ute(MainClientExec.java:158)
at org.apache.http.impl.execchain.ProtocolExec.execut e(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(R etryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execut e(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doE xecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.ex ecute(CloseableHttpClient.java:57)
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:138)
... 15 more
Hey D3luxe, any idea what the problem might be? I have deleted the properties file again and again to make sure the info is correct. Updated Java as well. Made sure whitelist and blacklist doesn't have spaces as well!
P.S. Using MacOs!
EDIT: I found what the problem was! I had error in training area of the xml file!
i removed the buffer option and now it recruits great
~btw is there any way to speed the process a litle more like the troops arrives and stays like 2-3 minutes
i removed the buffer option and now it recruits great
~btw is there any way to speed the process a litle more like the troops arrives and stays like 2-3 minutes
You can't speed up the process. But 2-3 minutes aren't that long.
farm reatack minutes? for 1400 points
and how i add whitelist villages
??
pls leave me one contact tonight i will test some new templates etc and i just copy paste and edit
any contact in 6-7 h i will contact you
many thanks
and awesome project
farm reatack minutes? for 1400 points
and how i add whitelist villages
??
pls leave me one contact tonight i will test some new templates etc and i just copy paste and edit
any contact in 6-7 h i will contact you
many thanks
and awesome project
For the Whitelist you only have to insert the coordinates of the village there. Could you explain a little bit more what you want to do?
Lines starting with '#' are comments/will be ignored.
So to whitelist a village with coords 123|456 just put '123|455' in 'templates/whitelist.txt'.
I saw that a lot of people already figured out what caused their issues.
I'm on vacation atm so there is some delay until I am able respond.Thank you to everyone who is helping out here
Lines starting with '#' are comments/will be ignored.
So to whitelist a village with coords 123|456 just put '123|455' in 'templates/whitelist.txt'.
I saw that a lot of people already figured out what caused their issues.
I'm on vacation atm so there is some delay until I am able respond.Thank you to everyone who is helping out here
im testing some templates who are good for a specific type of situation
maybe i post here later thank you amazing job bro
btw what are the odds of inviting bots in the same pc and not get banned??
[Selling] Tribal Wars 2 Beta Key (Die Stämme 2) 08/22/2014 - Browsergames Trading - 0 Replies Hey, habe einen Betakey für Tribal Wars 2.
Falls jemand daran Interesse hat, einfach per PN melden.
Hätte gerne Elite*Gold.
Gruß
[S] Tribal Wars (.PT) acc 08/18/2013 - Trading - 1 Replies Link of my acc in Portuguese server
Nobleman's -- 188
Premium until 23.03.2013
Price-20€ (PSC) / 2000 RP's in League of Legends EUW server
I wanna sell my acc i dont have time to stay in this game, im in n1 guild, have a lot of armys :)
If anybody want contact me.
TRIBAL WARS 01/16/2013 - Browsergames - 4 Replies HEY GUYS
You have some hack For tribal wars?
Tribal Wars ?! 05/04/2011 - Browsergames - 3 Replies Anyone ??
Can u teach my guys, Strats or Tips to be strong in this game ?:)