Package games.stendhal.bot.textclient

Examples of games.stendhal.bot.textclient.TextClientFramework.script()


        Protocol.debug("gameLoop()");
        new CursesUI(clientWindow);
        Protocol.debug("CursesUI initialized");
        TextClientFramework client = new TextClientFramework(host, username, password, character, port, showWorld, createAccount);
        Protocol.debug("TextClientFramework initialized");
        client.script();
        Protocol.debug("login script executed");
    }

    /**
     * starts the curses client
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.