Jump to content

[Discussion] Ideas for l2j mods/features.


Dulens.

Recommended Posts

public void showWindow(L2PcInstance player, L2Character killer)
{
	TextBuilder tb = new TextBuilder();
	tb.append("<html><title>Popup Panel</title><body><center><br>");
	tb.append("You are "+ player.getName() + " player of our server");
	tb.append("Character " + killer.getName() + " killed you");
	tb.append("infos");
	tb.append("infos");
	tb.append("infos");
	tb.append("</body></html>");


	NpcHtmlMessage msg = new NpcHtmlMessage(this.getObjectId());
	msg.setHtml(tb.toString());
	msg.replace("%objectId%", String.valueOf(this.getObjectId()));

	player.sendPacket(msg);
}

[GR] P akribws to bazoume auto ?? :S
Link to comment
Share on other sites

[Erica" post=2332310" timestamp="1348646585]

ennow as poume  sto enter world sto pc instance gia paradigma pou ? Kai se poia line na t balw ?

[GR]που κολάει το enterworld εφόσων είναι όταν πεθαίνεις?

 

στο l2pcinstance , dodie part.

Link to comment
Share on other sites

Like dwarfs can craft armor and weapons etc etc. You can make different proffesions for each. For example a weapon smither can craft weapons, armorsmither armors, alchemist can craft potions and ss.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...