Package games.stendhal.server.maps.deathmatch

Examples of games.stendhal.server.maps.deathmatch.StartAction


            null);

        // 'start' command will start spawning creatures
        add(ConversationStates.ATTENDING, Arrays.asList("start", "go",
            "fight"), null, ConversationStates.IDLE, null,
            new StartAction(deathmatchInfo));

        // 'victory' command will scan, if all creatures are killed and
        // reward the player
        add(ConversationStates.ATTENDING, Arrays.asList("victory",
            "done", "yay"), null, ConversationStates.ATTENDING,
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.deathmatch.StartAction

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.