Package games.stendhal.server.entity.npc.condition

Examples of games.stendhal.server.entity.npc.condition.PlayerVisitedZonesCondition


    //All interior zone achievements

    //Special zone achievements
    list.add(createAchievement("zone.special.bank", "Safe Deposit", "Visit all banks",
                  Achievement.MEDIUM_BASE_SCORE, true,
                  new PlayerVisitedZonesCondition("int_semos_bank", "int_nalwor_bank", "int_kirdneh_bank",
                                  "int_fado_bank", "int_magic_bank", "int_ados_bank")));
    return list;
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.condition.PlayerVisitedZonesCondition

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.