New release 4.3 fixing some bugs and adding some minor improvements:
- Added drag and drop reorder functionality for the upgrade list.
- Fixed a bug in the UpgradeManager causing fields/buildings mistakenly being upgraded in the main village.
- Added a start/stop button in the menu.
- Displaying the server address in the window title
- Selected fields are bold.
- Added a right click pop up menu to remove upgrades from the list.
- Fixed a bug causing the bot not to load building locations from the villages.xml file.
- Fixed a bug where a spy type dialog was show when sending thutates thunders, and none was shown when sending scouts.
- Heroes can be send along with troops
- No troops are sent if at least X% of the total troop needed are not there. This can be set per task.
- Fixed the upgrade market bug
Update: Coconut 4.31 is available for download.
Have fun!
Thanks go out to Pntbttrcp, Denion and Bgie for committing ideas and code to this release!
Tags: 4.3, bot, coconut, coconut 4.3, download, release, travian
Even if modified, it agrees to be charged.
The same problem is always show screen and no change.
**I had update java to new version already.
Suport Win7 ?
Thanks pls advice
hello



i need help
i have travissimo and wnat to use the coconut bot but its doesnt start up
i can c just the black screen with the moon and some mountains
but java is the newest one
i am using mac osx snow leopard and downloaded the os x bot
opls help me
german or english
@Maddox
hey du kannst doch Lesen oder? Jeder hier hat das Problem^^!
@Plus
it’s the same problem on XP.
ja spider kann ich

wollt nur meinen senf dazu geben das der entwickler merkt das mehrere leute das problem haben hehe
haste zufällig ne lösung?
the same problem.. when i start it, it stops on splash screen… i have newest java update, so do no where is a problem… it just crash
ich denke es ist ein Programmierpoblem, weil er beim starten eine Internetverbindung herstellt und danach einfach stehen bleibt.
ja dann soll der den fehler mal schnell beheben oder?
Currently one can use some
hey,
da werkt hier ni bij mij kunt gij mij miss een handje helpen…
which one do u have?
u can email me fr informtion:D
americus@hotmail.de
the same problem MacOs 10.6.4
hey,
does anyone found new bot??? this bot is dead. If any one found pls send me download link. My email is vaidasco@yahoo.com
does anyone have cracked TM-bot???
i need bot too
Not run in windowns 7
because script flaggen.js has been change location from /include to /
can you let us know how to fix the problem, and if it is not fixable by ourselves are you going to fix it or is this project dead ?
I think this, newest update doesn’t work ? ‘-.-
(
I don’t know why, but it just freezes on the load image
well, same problem for me too
I tried Coconut 4.3 on Windows XP SP3 32Bit and on Windows 7 64Bit, but on both OSs it freezes at start up.
hi
I can’t run it in linux.
I type ./coconut in terminal and after several minutes coconuts start up logo is shown but it hangs up there
Can you make bot yust for building,not for armi and atacks,i think it woud be simple and aficient. thx
when the program start . i change my levels , but no change in the server !!!
help me .
tnx
when the program start . i change my levels , but no change in the server !!!
help me .
tnx
beni.expertnet@gmail.com
i Still get a captcha.. if i use this bot
Still no solution? It freezes on plash screen and only way to exit is to end process javaw.exe I have the latest Java, tried removing and re installing it, removing all cashe etc for both Java and browsers but still same problem
Same to me, the bot just shows the image with the moon and montains and freezes there. If possible, can u give us a link to download a bot that works (even a previous version) until u fix it.
thanks for your hard work
how it works in xp plz give in detail writing
the prob whith the freezeng pic…. all got it xD…… i tryed to find some links for download ..(oldest versions) but can`t find ;(
same problem la
hi Kemblin
i want to wite bot for travian i do some code and create some class for some option of the bot, but i have same problem one of them is i can’t login to travian with bot i use this source code may i help me what should i do?
my code is:
import java.io.*;
import java.net.*;
import java.util.*;
import com.heatonresearch.httprecipes.html.*;
public class LogT{
private String login(String uid, String pwd, String num1 , String num2) throws IOException
{
URL url =
new URL(“http://ServerName.com/dorf1.php”);
GetId id = new GetId();
String log = id.go(url);
URLConnection http = url.openConnection();
http.setDoOutput(true);
OutputStream os = http.getOutputStream();
FormUtility form = new FormUtility(os, null);
form.add(“name”, uid);
form.add(“password”, pwd);
form.add(“s1.x”, num1);
form.add(“s1.y”, num2);
form.add(“s1″, “login”);
form.add(“w”, “1024%3A768″);
form.add(“login”, log);
form.complete();
http.getInputStream();
String query = http.getURL().getQuery();
GetPage source = new GetPage();
source.go(url);
if (query != null)
{
Map map = FormUtility.parse(query);
return map.get(“session”);
} else
return null;
}
public static void main(String args[])
{
try
{
LogT LogT = new Log();
LogT.login(“username”, “pass”,”47″,”9″);
} catch (Exception e)
{
e.printStackTrace();
}
}
}
plz help me i need u.