Examples of stepTest()


Examples of games.stendhal.server.entity.npc.fsm.Engine.stepTest()

    assertEquals(Arrays.asList(questTokens).size(), 5);
   
    en.stepTest(player, ConversationPhrases.QUEST_MESSAGES.get(0));
    assertEquals("Make revenge! #Kill Mountain Orc Chief!", getReply(npc));
   
    en.stepTest(player, "kill");
    assertEquals("kill Mountain Orc Chief! Kotoch orcs nid revenge!", getReply(npc));
   
    // Kill a mountain orc chief
    player.setSoloKill("mountain orc chief");
    // Try restarting the task in the middle
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.