|
You last visited: Today at 14:45
Advertisement
[Beta] DSX1337 - Tribal Wars Bot
Discussion on [Beta] DSX1337 - Tribal Wars Bot within the Browsergames forum part of the Other Online Games category.
06/01/2016, 22:26
|
#91
|
elite*gold: 317
Join Date: Feb 2012
Posts: 2,089
Received Thanks: 881
|
Quote:
Originally Posted by 'fROMtheB0TT0M
Also I find it quite difficult to recognize buildings from building list, what's farm, garage, place? I'm trying to find "Clay pit" building
|
Clay pit = stone.
Population limit building = farm.
Ram/Catapult recruit building = garage.
Troop sending place = place.
If that helps^^?
As I said before though, build.xml is a max-level list. You have no control over the next upgrade, DSX will choose it all by itself with an algorithm. You can only define max levels for buildings (for example, tell the bot to stop building main at level 20).
|
|
|
06/01/2016, 22:37
|
#92
|
elite*gold: 115
Join Date: Sep 2014
Posts: 653
Received Thanks: 24
|
Quote:
Originally Posted by D3luxe.
Clay pit = stone.
Population limit building = farm.
Ram/Catapult recruit building = garage.
Troop sending place = place.
If that helps^^?
As I said before though, build.xml is a max-level list. You have no control over the next upgrade, DSX will choose it all by itself with an algorithm. You can only define max levels for buildings (for example, tell the bot to stop building main at level 20).
|
Yes thanks a lot. It worked just fine with upgrading buildings as well
|
|
|
06/02/2016, 22:39
|
#93
|
elite*gold: 115
Join Date: Sep 2014
Posts: 653
Received Thanks: 24
|
Also I've put this in my farm list
<linked-list>
<units>
<spear>10</spear>
<sword>10</sword>
</units>
<units>
<spear>20</spear>
<knight>1</knight>
</units>
<units>
<spear>30</spear>
</units>
</linked-list>
And it works, but somtimes it sends 20 spears without Knight, but I want them only together and if that's not possible, use 30 spears
|
|
|
06/03/2016, 00:54
|
#94
|
elite*gold: 317
Join Date: Feb 2012
Posts: 2,089
Received Thanks: 881
|
Quote:
Originally Posted by 'fROMtheB0TT0M
Also I've put this in my farm list
<linked-list>
<units>
<spear>10</spear>
<sword>10</sword>
</units>
<units>
<spear>20</spear>
<knight>1</knight>
</units>
<units>
<spear>30</spear>
</units>
</linked-list>
And it works, but somtimes it sends 20 spears without Knight, but I want them only together and if that's not possible, use 30 spears
|
It doesn't work like this. Knight and spies can be set for all templates and will be ignored when not present, so the bot will send 20 spear without it.
In general, offensive troops are better for this bot.
@ :
However, I plan to change the farming system. Away from "always attack with 20 spear" to something more dynamic, calculating farm troops based on village points, population, attack value. So player villages, big and small barb villages can all be farmed without adding a template for each of them.
This will have less configuration options to reduce complexity. Possibly only leaving "attackWithSpear/Sword/Axe..." settings.
As always, feel free to tell me what you think. It would also be great to talk with some good/experienced player on the exact numbers for minimum and maximum troop values.
|
|
|
06/03/2016, 18:02
|
#95
|
elite*gold: 317
Join Date: Feb 2012
Posts: 2,089
Received Thanks: 881
|
Quote:
Originally Posted by sergio6677
what do you mean minimum and maximum troop values?
Im experienced.. XD
|
Like, let's say the bot attacks with spear only, but with a different number every time. I need to know the range I can work with.
Example: Send 30-300 spear, depending on village points. Minimum number can be calculated (so that no units die) but max number is interesting.
I guess sending spear together with other units is more effective anyway?
|
|
|
06/04/2016, 12:51
|
#96
|
elite*gold: 0
Join Date: Jun 2013
Posts: 478
Received Thanks: 82
|
Kann man das auf ein Linux server laufen lassen?
|
|
|
06/04/2016, 13:24
|
#97
|
elite*gold: 0
Join Date: Feb 2010
Posts: 15
Received Thanks: 5
|
Quote:
Originally Posted by Basti1507
Kann man das auf ein Linux server laufen lassen?
|
ja, solanga java auf dem Linux Server installiert ist.
|
|
|
06/04/2016, 16:09
|
#98
|
elite*gold: 0
Join Date: Jun 2013
Posts: 478
Received Thanks: 82
|
Ist der Bot grade down?
|
|
|
06/04/2016, 17:44
|
#99
|
elite*gold: 0
Join Date: Feb 2010
Posts: 15
Received Thanks: 5
|
Quote:
Originally Posted by D3luxe.
To fix this error:
Download this:
Just drag & drop it into the (already existing) bot folder.
How to tell the bot which troops to use for farming:
Open "templates/farm.xml". There is a help text at the top of the file.
It does not matter on which version/language you play tribal wars on: Unit and building names need to be English for the bot.
|
Quote:
Originally Posted by Basti1507
Ist der Bot grade down?
|
Einmal ein bisschen im Thread zurück gehen.
|
|
|
06/06/2016, 08:51
|
#100
|
elite*gold: 0
Join Date: Jun 2013
Posts: 478
Received Thanks: 82
|
Danke für den Tip @
|
|
|
06/06/2016, 21:11
|
#101
|
elite*gold: 0
Join Date: Jul 2014
Posts: 118
Received Thanks: 2
|
@ I would like you to put to reconnect the bot automatically if you have problems with the Internet?
16:24:03 ERROR FarmRoutine - fatal error:
com.mashape.unirest.http.exceptions.UnirestExcepti on: java.net.UnknownHostException: br76.tribalwars.com.br
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:143)
at com.mashape.unirest.request.BaseRequest.asString(B aseRequest.java:56)
at me.d3luxe.farmbot.Connection.get(Connection.java:7 5)
at me.d3luxe.farmbot.Connection.get(Connection.java:8 3)
at me.d3luxe.farmbot.Connection.get(Connection.java:8 3)
at me.d3luxe.farmbot.movement.Attack.execute(Attack.j ava:36)
at me.d3luxe.farmbot.routines.FarmRoutine.run(FarmRou tine.java:146)
at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: br76.tribalwars.com.br
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at org.apache.http.impl.conn.SystemDefaultDnsResolver .resolve(SystemDefaultDnsResolver.java:44)
at org.apache.http.impl.conn.HttpClientConnectionOper ator.connect(HttpClientConnectionOperator.java:102 )
at org.apache.http.impl.conn.PoolingHttpClientConnect ionManager.connect(PoolingHttpClientConnectionMana ger.java:319)
at org.apache.http.impl.execchain.MainClientExec.esta blishRoute(MainClientExec.java:363)
at org.apache.http.impl.execchain.MainClientExec.exec ute(MainClientExec.java:219)
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)
... 13 more
16:24:03 INFO App - Press {Enter} to exit...
16:09:07 ERROR FarmRoutine - fatal error:
com.mashape.unirest.http.exceptions.UnirestExcepti on: java.net.UnknownHostException: br76.tribalwars.com.br
at com.mashape.unirest.http.HttpClientHelper.request( HttpClientHelper.java:143)
at com.mashape.unirest.request.BaseRequest.asString(B aseRequest.java:56)
at me.d3luxe.farmbot.Connection.get(Connection.java:7 5)
at me.d3luxe.farmbot.Connection.get(Connection.java:8 3)
at me.d3luxe.farmbot.Connection.get(Connection.java:8 3)
at me.d3luxe.farmbot.movement.Attack.execute(Attack.j ava:36)
at me.d3luxe.farmbot.routines.FarmRoutine.run(FarmRou tine.java:146)
at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: br76.tribalwars.com.br
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at org.apache.http.impl.conn.SystemDefaultDnsResolver .resolve(SystemDefaultDnsResolver.java:44)
at org.apache.http.impl.conn.HttpClientConnectionOper ator.connect(HttpClientConnectionOperator.java:102 )
at org.apache.http.impl.conn.PoolingHttpClientConnect ionManager.connect(PoolingHttpClientConnectionMana ger.java:319)
at org.apache.http.impl.execchain.MainClientExec.esta blishRoute(MainClientExec.java:363)
at org.apache.http.impl.execchain.MainClientExec.exec ute(MainClientExec.java:219)
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)
... 13 more
16:09:07 INFO App - Press {Enter} to exit...
I think these errors are due to internet connection right?
|
|
|
06/09/2016, 13:57
|
#102
|
elite*gold: 0
Join Date: Aug 2009
Posts: 2
Received Thanks: 0
|
@
This bot upgrades buildings without my accept.
I mean, I dont want the buildings getting upgraded and i couldn't make it off in templates. when i'm trying to delete the build.xml, the bot closes. any ideas?
|
|
|
06/09/2016, 15:33
|
#103
|
elite*gold: 317
Join Date: Feb 2012
Posts: 2,089
Received Thanks: 881
|
Quote:
Originally Posted by sergio6677
it is possible to make the bot farm for some villages first, then with the others.
I mean
001 is OFF
002 is DEFF
003 is OFF
I want per exemple, farm first with village 001, then 003, then 002, with the default templates per exemple in every village, but in this order, 001, 003, 002.
Cuz i think the bot take villages random
Hope u undestand me what i want to say xD
|
Yeah sure. Bot needs a group system, but this feature has a lower priority.
I really want to make some changes, but I can only work on DSX on the weekend (due to network limitations) and didn't have time in the last few weeks. I don't want to give another ETA I can not hold, but I will try to get something done this week.
Quote:
Originally Posted by oguz221990
@
This bot upgrades buildings without my accept.
I mean, I dont want the buildings getting upgraded and i couldn't make it off in templates. when i'm trying to delete the build.xml, the bot closes. any ideas?
|
Delete "dsx.properties". Start dsx. A config window should open.
There is a checkbox to enable/disable build routine.
You want to make other settings in the window and then press "save all".
|
|
|
06/12/2016, 02:41
|
#104
|
elite*gold: 0
Join Date: Aug 2009
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by D3luxe.
Yeah sure. Bot needs a group system, but this feature has a lower priority.
I really want to make some changes, but I can only work on DSX on the weekend (due to network limitations) and didn't have time in the last few weeks. I don't want to give another ETA I can not hold, but I will try to get something done this week.
Delete "dsx.properties". Start dsx. A config window should open.
There is a checkbox to enable/disable build routine.
You want to make other settings in the window and then press "save all".
|
Thanks dude. One more question.
I have got second village. And bot does not work for it. Deleting "dsx.properties" will be enough?
EDIT: It was enough, problem fixed. thanks again
|
|
|
06/12/2016, 15:40
|
#105
|
elite*gold: 0
Join Date: Aug 2011
Posts: 79
Received Thanks: 3
|
it tells me new version found, and i can only exit by clicking enter. i downloaded from 1st page. (v1.5)
|
|
|
Similar Threads
|
[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 ?:)
|
All times are GMT +1. The time now is 14:45.
|
|