Package games.stendhal.server.entity.npc.action

Examples of games.stendhal.server.entity.npc.action.ListProducedItemDetailAction


          ConversationStates.ATTENDING,
          "",
          new TriggerIsProducedItemOfClassCondition("drink"),
          ConversationStates.ATTENDING,
          null,
          new ListProducedItemDetailAction()       
        );
        addReply("kiss", "ew sloppy");
        addReply(":*", "*:");
        addJob("Wuh? Uhh. Heal. Yeah. tha's it.");
        addHealer(this, 250);
View Full Code Here


            ConversationStates.ATTENDING,
            "",
            new TriggerIsProducedItemOfClassCondition("food"),
            ConversationStates.ATTENDING,
            null,
            new ListProducedItemDetailAction()       
          );
        addJob("Aaaah, I am on holiday here, only walking around.");
        addGoodbye("Bye bye.");

        }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.action.ListProducedItemDetailAction

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.