Examples of SummonAnswerListener


Examples of lineage2.gameserver.listener.actor.player.impl.SummonAnswerListener

   */
  public void summonCharacterRequest(final Creature summoner, final Location loc, final int summonConsumeCrystal)
  {
    ConfirmDlg cd = new ConfirmDlg(SystemMsg.C1_WISHES_TO_SUMMON_YOU_FROM_S2, 60000);
    cd.addName(summoner).addZoneName(loc);
    ask(cd, new SummonAnswerListener(this, loc, summonConsumeCrystal));
  }
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.