Examples of showChatWindow()


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

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

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

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

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

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

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

        }
      }
    }
    if (!succ)
    {
      npc.showChatWindow(player, fileName);
      return;
    }
    boolean isKamael = player.getRace() == Race.kamael;
    String htmltext = "";
    if (val[0].equalsIgnoreCase("list"))
View Full Code Here

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

    }
    else
    {
      fileName += "monument_weapon_no_hero.htm";
    }
    npc.showChatWindow(player, fileName);
  }
 
  /**
   * Method getcir.
   * @return String
View Full Code Here

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

    }
    else
    {
      fileName += "monument_circlet_no_hero.htm";
    }
    npc.showChatWindow(player, fileName);
    return null;
  }
}
View Full Code Here

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

    else
    {
      Functions.addItem(player, BEAST_WHIP, 1);
      htmltext = npc.getNpcId() + "-3.htm";
    }
    npc.showChatWindow(player, "default/" + htmltext);
  }
}
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.