[Beta] DSX1337 - Tribal Wars Bot

02/08/2017 16:05 D3luxe.#406
Quote:
Originally Posted by VerkaufAccount123 View Post
Thank you, works pretty well so far!

One question, is it possible to use the bot for two accounts at the same time?
I tried installing it 2 times but it didnt work.
You can use DSX for as many accounts as you want, just redownload DSX and extract it to another folder...


Keep in mind that tribal wars is tracking your IP and that it is strongly recommended to either not run too many bots on one machine or use the Pro version with proxies...
02/08/2017 16:18 VerkaufAccount123#407
Strange, now it's working. Yesterday I got some kind of error message after I tried to run a second one.
02/11/2017 11:32 ork066#408
Hey can you help me ?

I am trying to start it on raspberry pi 3b with raspberrian but it is not working. Tried .sh file but nothing is happening. I installed java.
02/11/2017 13:24 D3luxe.#409
Quote:
Originally Posted by ork066 View Post
Hey can you help me ?

I am trying to start it on raspberry pi 3b with raspberrian but it is not working. Tried .sh file but nothing is happening. I installed java.
Make sure you have screen and java 8 installed.
Code:
screen -version
should return something like 'Screen version 4.x' or similar. Command not found?
Code:
sudo apt-get update
sudo apt-get install screen
Same with Java.
Code:
java -version
should return 'java version "1.8.x'.
If not, use google to find a guide on how to install JRE 8 for your operating system.

Try to launch the .sh again...
If it still doesn't work: Try to open the content of the .sh file in an text editor, then copy each line and run it manually in terminal. You should see the error message then...



Also, thanks for the report. I now included screen as a requirement for linux/UNIX based operating systems in the wiki because it does not seem to be preinstalled on raspberry images.
02/11/2017 16:46 ork066#410
Thanks m8 that did work but what i just noticed that its not opening directly for me.
I run the .sh command
Than i must go to terminal and write

screen -r dsx

Than it shows it.


It acts like it didnt see the last line in .sh file also when i put screen -dmS ... command in terminal its not working
02/12/2017 12:21 hyper_speed#411
Best tribalwars bot. You should create a discord channel, for those who are using the program. It would be fun.
02/12/2017 15:09 D3luxe.#412
Quote:
Originally Posted by ork066 View Post
Thanks m8 that did work but what i just noticed that its not opening directly for me.
I run the .sh command
Than i must go to terminal and write

screen -r dsx

Than it shows it.


It acts like it didnt see the last line in .sh file also when i put screen -dmS ... command in terminal its not working
Sounds like you are on a linux version with a graphical desktop environment?

The problem is that shell scripts are not opened in a new terminal emulator window by default. So that's why you don't see the bot output / have to open a terminal window manually and reconnect to the screen.

However, if you set the permissions correctly (chmod a+x start_dsx.sh) you should have a few options when double-clicking it: Display, run, run in terminal. You want to run DSX in terminal to see the output...

Quote:
Originally Posted by hyper_speed View Post
Best tribalwars bot. You should create a discord channel, for those who are using the program. It would be fun.
Thanks for the feedback :) I'm glad you like it.


I can create a discord server when I have time. Could be a place to show off your stats, find people to play with or look for help.
02/13/2017 01:32 TheKingTurko#413
Wie kann man die Gruppen nutzen ohne Premium Account? Wie kann ich die Gruppe einem Dorf zuordnen?
02/13/2017 17:34 D3luxe.#414
Quote:
Originally Posted by TheKingTurko View Post
Wie kann man die Gruppen nutzen ohne Premium Account? Wie kann ich die Gruppe einem Dorf zuordnen?
Guck dir am besten mal die 'templates/group.xml' an. Dort sind Off/Deff Gruppen vordefiniert.
DSX ordnet dann automatisch die Dörfer zu, je nach vorhandenen Truppen.


Wenn du manuell Gruppen setzen willst, musst du statt 'by-unit' den 'by-coords'-Selektor nehmen. Siehe dazu das Beispiel hier: [Only registered and activated users can see links. Click Here To Register...]
02/14/2017 15:19 TheKingTurko#415
Quote:
Originally Posted by D3luxe. View Post
Guck dir am besten mal die 'templates/group.xml' an. Dort sind Off/Deff Gruppen vordefiniert.
DSX ordnet dann automatisch die Dörfer zu, je nach vorhandenen Truppen.


Wenn du manuell Gruppen setzen willst, musst du statt 'by-unit' den 'by-coords'-Selektor nehmen. Siehe dazu das Beispiel hier: [Only registered and activated users can see links. Click Here To Register...]
Achso okay, das mit 'by-unit' irgendwie nicht ganz geklappt bei mir. Vielleicht was falsch gemacht. Danke:mofo:
02/19/2017 22:06 TechnoTron007#416
Ich hätte eine einfache verbesserung.

Profile.
Also die Möglichkeit per Telegam zu sagen, wechsle auf das Profil sprich starte die "start Datei" im Verzeichnis XXXXX
02/25/2017 12:29 bexy1985#417
Hi
Der Bot gefällt mir !

Aber wie legt man fest welche Einheiten Rekrutiert werden
02/26/2017 14:12 D3luxe.#418
Quote:
Originally Posted by bexy1985 View Post
Hi
Der Bot gefällt mir !

Aber wie legt man fest welche Einheiten Rekrutiert werden
Guck dir mal die Train Routine an: [Only registered and activated users can see links. Click Here To Register...]

Wenn du dann noch fragen hast, kannst du dich gerne nochmal melden :)
02/28/2017 02:17 hyper_speed#419
Can I remove all the delay settings for the speed world? Any settings for that type of game?
02/28/2017 14:02 D3luxe.#420
Quote:
Originally Posted by hyper_speed View Post
Can I remove all the delay settings for the speed world? Any settings for that type of game?
You can make a few settings to adapt to speed worlds. Routine intervals around 5-10 minutes, Delay: Preset->Fast, Skip Delay between switching villages.
Keep in mind that low delays are not as secure, especially if you are botting 24/7.