[Beta] DSX1337 - Tribal Wars Bot

08/06/2016 05:03 dragonhiro#151
Okay weil ich habe zum teil Tage gewartet hoffe das klappt dann wieder. Probiere es heute nochmal. .

Gesendet von meinem GT-I9505 mit Tapatalk


Edit: klappt einfach nicht habe heute im stunden-takt neu versucht er stürzt immer ab :/

//schade


zur info :

bei 2 kumpeln, bei einem gehts beim anderen nicht o.O
08/07/2016 01:53 Zambelli19#152

Hello!

So I could fix the line that was wrong.
Now I'm having another error.

Can you take a look for me?

[Only registered and activated users can see links. Click Here To Register...]
08/07/2016 03:28 BossikCZE#153
Hey, any good templates? Or is it good to use the basic one for begin?
08/07/2016 05:52 Svextra#154
After roughly four cycles, or, in my case, 24 hours, the bot errors and fails. This occurred three consecutive times, with the same settings. This error is always preceded by the activation of GroupHandler, which, as I only use 'Farm' and not 'Build' or 'Train', does not activate under normal operation.

Regular operation:
[Only registered and activated users can see links. Click Here To Register...]

Error occuring. Note atypical activation of GroupHandler compared to above:
[Only registered and activated users can see links. Click Here To Register...]
08/07/2016 11:43 dragonhiro#155
Kurze zwischeninfo, habe es gerade alles mal auf dem laptop getestet und es geht nicht.

Wenn ich den Ordner komplett neu erstelle. und die Bat starte hat er die Login daten welten auswahl vorausgewählt aus den alten einstellungen noch, muss je nurnoch mein PW ändern, liegt es vielleicht daran? wie kann ich dort die Daten cleanen?
08/07/2016 16:13 D3luxe.#156
Quote:
Originally Posted by Svextra View Post
After roughly four cycles, or, in my case, 24 hours, the bot errors and fails. This occurred three consecutive times, with the same settings. This error is always preceded by the activation of GroupHandler, which, as I only use 'Farm' and not 'Build' or 'Train', does not activate under normal operation.

Regular operation:
[Only registered and activated users can see links. Click Here To Register...]

Error occuring. Note atypical activation of GroupHandler compared to above:
[Only registered and activated users can see links. Click Here To Register...]
That is a bug with the update routine. I initially let the bot read all villages and cache group members, but as you can see this will most likely end in an api error.
Btw: update routine interval is why it is pretty close to 24h.


I removed the group Parsing from the startup, but forgot to remove it from the update routine :S

@[Only registered and activated users can see links. Click Here To Register...]: Guck mal in deinem User Ordner. Die dsx_defaults.properties löschen... Müsste c:/benutzer/??? sein. Ist vll auch ein Bug.

@[Only registered and activated users can see links. Click Here To Register...]: You have another format error^^ This time, I can't tell you the exact line. You have a "<" sign too much somewhere.
You can search Google for "XML Format check" and copy/paste the content of the train template to spot errors as well.

@[Only registered and activated users can see links. Click Here To Register...]: I'm on vacation atm but will try to fix the most critical errors.
08/07/2016 16:57 Zambelli19#157
@[Only registered and activated users can see links. Click Here To Register...] I found the error.
In the train file on the buff had not "[".

Now is running gonna wait to results.

Thanks for assist.
08/07/2016 22:47 Jaxxon88#158
Bester Mann, bitte nicht aufhören an nem Stämme Bot zu arbeiten!
08/08/2016 11:55 sh1z0fren#159
Soweit klappt eigentlich alles bei mir, bin noch etwas am testen und wollte eigentlich nur das farmen benutzen.
Die möglichkeit auch bauen zu können ist gut, so wie ich es gesehen habe, gibt es noch keine Routine, damit das bauen ab 3 min beschnleunigt wird oder?
Ist das möglich umzusetzen?

Schon mal danke für deinen Bot
08/09/2016 18:50 D3luxe.#160
Quote:
Originally Posted by sh1z0fren View Post
Soweit klappt eigentlich alles bei mir, bin noch etwas am testen und wollte eigentlich nur das farmen benutzen.
Die möglichkeit auch bauen zu können ist gut, so wie ich es gesehen habe, gibt es noch keine Routine, damit das bauen ab 3 min beschnleunigt wird oder?
Ist das möglich umzusetzen?

Schon mal danke für deinen Bot
Ist soweit ich weiß in der Stämme App nicht möglich...
Muss ich mal gucken.


Bin erst in 3 Wochen wieder zu hause.
08/10/2016 03:04 Zambelli19#161

What can be this error?
It has given only on a server.
I'm using the same setup on another and not have this error.
08/10/2016 14:15 D3luxe.#162
Quote:
Originally Posted by Zambelli19 View Post
What can be this error?
It has given only on a server.
I'm using the same setup on another and not have this error.
This is an internet/connection error. DSX can not connect to tribal wars.
Make sure your Internet connection is working and DSX has permission to connect to tribal wars / is not blocked in the firewall.
08/14/2016 09:58 Svextra#163
I noticed the farm radius seems to be functioning differently from how I thought it would. I have set "farmRadius = 20", but the farming runs seem to go as far as 28 distance?
08/14/2016 15:45 D3luxe.#164
Quote:
Originally Posted by Svextra View Post
I noticed the farm radius seems to be functioning differently from how I thought it would. I have set "farmRadius = 20", but the farming runs seem to go as far as 28 distance?
It says radius but is actually not a circle, but a square around your village. This makes it possible for me to use one single SQL query when selecting farm targets.There is a R tolerance in X and Y coords, so there will be targets that are further away than r fields.

I could probably check the distance to your village before adding it to the farm target list, thus making it a circle again.
Will be added in the next update...
08/14/2016 22:41 Svextra#165
Thank you for clarifying. It is not really an urgent problem, just more curiosity on my part.