Jump to content
  • 0

[HELP]Java Code Request [gr][eng]


SkySkase

Question

[eng]Hello all so this are the Codes i need :

I need them For L2jServer Epilogue Client

[gr]Geia xara Loipon me liga logia thelw ena java Code pou:

ta xriazomai gia l2jServer Epilogue Client

 

1: Pvp reward

2: Announce hero log/castle owner

3:pvp Color name/title

4:Frezz on sub change

 

[gr]3erw uparxoun idi alla einai gia interelude kai mou bgazoun polla error

ta xriazomai gia l2jServer Epilogue Client

[eng]This Code i need are already shared all of them are for Interlude.... also 1 for freya...

I need them For L2jServer Epilogue Client

Link to comment
Share on other sites

Recommended Posts

  • 0

gia to castle lord announce: http://maxcheaters.com/forum/index.php?topic=146549.0

paromoios tropos gia tous hero chars

as i told you this are for Interlude projects.... When i try to put them on Epilogue i get to many errors non stop...
Link to comment
Share on other sites

  • 0
Guest Elfocrash

if you cannot adapt a code to another chronicle then you'd better not to open a server.

Link to comment
Share on other sites

  • 0

if you cannot adapt a code to another chronicle then you'd better not to open a server.

<3 i know i am not making it for Oppen server or something i make it for me...

i have almost no idea about java... and when i use some code on the pack i get error i fix it and after i have 2 more errors and after i fix tis i have othere errors...

Link to comment
Share on other sites

  • 0

dokimase to etsi,

/**
 * Method to show castle lord name on enter world
 * @param activeChar
 */
private void notifyCastleOwner(L2PcInstance activeChar)
{
	L2Clan clan = activeChar.getClan();

	if (clan != null)
	{
		if (clan.getCastleId() > 0)
		{
			Castle castle = CastleManager.getInstance().getCastleById(clan.getCastleId());
			if ((castle != null) && (activeChar.getObjectId() == clan.getLeaderId()))
				Announcements.getInstance().announceToAll(activeChar.getName() + " lord of " + castle.getName() + " logged in!");
		}
	}
}

kai allakse ta imports

Link to comment
Share on other sites

  • 0

dokimase to etsi,

/**
 * Method to show castle lord name on enter world
 * @param activeChar
 */
private void notifyCastleOwner(L2PcInstance activeChar)
{
	L2Clan clan = activeChar.getClan();

	if (clan != null)
	{
		if (clan.getCastleId() > 0)
		{
			Castle castle = CastleManager.getInstance().getCastleById(clan.getCastleId());
			if ((castle != null) && (activeChar.getObjectId() == clan.getLeaderId()))
				Announcements.getInstance().announceToAll(activeChar.getName() + " lord of " + castle.getName() + " logged in!");
		}
	}
}

kai allakse ta imports

dose kai ena path gia to pou tha ta valw
Link to comment
Share on other sites

  • 0
Guest Elfocrash

Pote mhn eisai toso apolutos me o,ti les.

allo na exeis lefta na plirwneis developers opws esu.alla kai auto gia mena einai geloio.

Link to comment
Share on other sites

  • 0

allo na exeis lefta na plirwneis developers opws esu.alla kai auto gia mena einai geloio.

Gt einai geloio, btw vazeis teleia afhnseis space. To na mhn afhneis space meta apo teleia einai terastio grammatiko lathos. Epanerxomai giati einai geloio egw kserw toulaxiston 10 admins pou den hkseran gri java,client, php kai einai disekatomuriouxoi apo to etoimo pack tous kai mono. As mhn ta katadikazoume ola kalo tha htan. Kai sthn telikh mhn sugkrineis ton eauto sou pou spoudazeis auto pou asxoleisai kai pali arxarios eisai exeis polla na matheis, mhn tou koveis th xara tou paidiou.

Link to comment
Share on other sites

  • 0
Guest Elfocrash

Gt einai geloio, btw vazeis teleia afhnseis space. To na mhn afhneis space meta apo teleia einai terastio grammatiko lathos.

se forum vriskese.den grafw report sto panepistimio.

 

Epanerxomai giati einai geloio egw kserw toulaxiston 10 admins pou den hkseran gri java,client, php kai einai disekatomuriouxoi apo to etoimo pack tous kai mono. As mhn ta katadikazoume ola kalo tha htan. Kai sthn telikh mhn sugkrineis ton eauto sou pou spoudazeis auto pou asxoleisai kai pali arxarios eisai exeis polla na matheis, mhn tou koveis th xara tou paidiou.

den tha epektathw allo gt varieme thn zhthshsh alla exeis dikio se kapoio shmeio apo auta p eipes.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...