Package games.stendhal.bot.textclient

Examples of games.stendhal.bot.textclient.TextClientFramework


   
    public void gameLoop() throws SocketException {
        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");
    }
View Full Code Here

TOP

Related Classes of games.stendhal.bot.textclient.TextClientFramework

Copyright © 2018 www.massapicom. 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.