Package games.stendhal.server.actions.move

Examples of games.stendhal.server.actions.move.MoveToAction


    en.step(player, "yes");
    String questStarted = player.getQuest(questSlot);
    assertTrue(questStarted.startsWith("start;"));

    // tried to double-click
    new MoveToAction().onAction(player, null);
    assertEquals("Mouse movement is not possible here. Use your keyboard.", PlayerTestHelper.getPrivateReply(player));

    // didn't solve the maze
    en.step(player, "hi");
    assertEquals("Greetings! How may I help you?", getReply(npc));
View Full Code Here

TOP

Related Classes of games.stendhal.server.actions.move.MoveToAction

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.