Examples of showChatWindow()


Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method givePrinc.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveBeast.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveFox.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveKnight.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveSpirit.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveTurtle.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveDesheloph.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no2.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveHyum.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no2.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveLekang.
   */
 
View Full Code Here

Examples of lineage2.gameserver.model.instances.NpcInstance.showChatWindow()

    }
    else
    {
      htmltext = npc.getNpcId() + "-no2.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
 
  /**
   * Method giveLilias.
   */
 
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.