Coconut 4.3

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: , , , , , ,

182 Responses to “Coconut 4.3”

  1. Pc Man says:

    Even if modified, it agrees to be charged.

  2. Plus says:

    The same problem is always show screen and no change.
    **I had update java to new version already.
    Suport Win7 ?

    Thanks pls advice

  3. Maddox says:

    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

  4. BSpider says:

    @Maddox
    hey du kannst doch Lesen oder? Jeder hier hat das Problem^^!

    @Plus
    it’s the same problem on XP.

  5. Maddox says:

    ja spider kann ich :D
    wollt nur meinen senf dazu geben das der entwickler merkt das mehrere leute das problem haben hehe :D
    haste zufällig ne lösung? :D

  6. oil says:

    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

  7. BSpider says:

    ich denke es ist ein Programmierpoblem, weil er beim starten eine Internetverbindung herstellt und danach einfach stehen bleibt.

  8. Maddox says:

    ja dann soll der den fehler mal schnell beheben oder? :D

  9. Pc Man says:

    Currently one can use some

  10. thomas says:

    hey,

    da werkt hier ni bij mij kunt gij mij miss een handje helpen…

  11. Maddox says:

    which one do u have?
    u can email me fr informtion:D
    americus@hotmail.de

  12. Boslan says:

    the same problem MacOs 10.6.4

  13. vaidasco says:

    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

  14. vaidasco says:

    does anyone have cracked TM-bot???

  15. Maddox says:

    i need bot too :(

  16. Baka says:

    Not run in windowns 7
    :(

  17. Luu says:

    because script flaggen.js has been change location from /include to /

  18. mee says:

    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 ?

  19. M1z23R says:

    I think this, newest update doesn’t work ? ‘-.-
    I don’t know why, but it just freezes on the load image :( (

  20. eax says:

    well, same problem for me too

  21. Stronghead says:

    I tried Coconut 4.3 on Windows XP SP3 32Bit and on Windows 7 64Bit, but on both OSs it freezes at start up.

  22. daniel says:

    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

  23. Draho says:

    Can you make bot yust for building,not for armi and atacks,i think it woud be simple and aficient. thx

  24. BENYAMIN says:

    when the program start . i change my levels , but no change in the server !!!

    help me .
    tnx

  25. BENYAMIN says:

    when the program start . i change my levels , but no change in the server !!!

    help me .
    tnx

    beni.expertnet@gmail.com

  26. CrazY says:

    i Still get a captcha.. if i use this bot

  27. Jonny says:

    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 :(

  28. Hery says:

    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 ;)

  29. azar says:

    how it works in xp plz give in detail writing

  30. Daniel :) says:

    the prob whith the freezeng pic…. all got it xD…… i tryed to find some links for download ..(oldest versions) but can`t find ;(

  31. reid says:

    same problem la

  32. M says:

    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.

Leave a Reply