Package com.l2jfrozen.gameserver.model.quest

Examples of com.l2jfrozen.gameserver.model.quest.State


  private static String qn = "8008_Engrave";

  public EngraveQuest()
  {
    super(8008, qn, "Engrave");
    setInitialState(new State("Start", this));
    if(PowerPakConfig.SPAWN_ENGRAVER)
    {
      addSpawn(50018, PowerPakConfig.ENGRAVER_X, PowerPakConfig.ENGRAVER_Y, PowerPakConfig.ENGRAVER_Z, 0, false, 0);
      System.out.println("...spawned engraver");
    }
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.model.quest.State

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.