Jump to content
  • 0

[Gr][Request]Java Code PvP For Chat


ExCaLiBuR®

Question

Geia sas mxc thelw apo kapoion pou kserei apo java na me grapsei enan kwdika o opoios o kwdikas den tha epitrepei stous chars na milisoun sto global chat me to !

ean den exoun 1.000 pvp

den pisteuw na einai dusklo tha to ekana kai egw alla den exw tis kataliles gnwseis.

 

 

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

Geia sas mxc thelw apo kapoion pou kserei apo java na me grapsei enan kwdika o opoios o kwdikas den tha epitrepei stous chars na milisoun sto global chat me to !

ean den exoun 1.000 pvp

den pisteuw na einai dusklo tha to ekana kai egw alla den exw tis kataliles gnwseis.

Yparxei idi shared psa3to ligo ;) dn ein tpt diskolo.

 

Say2 einai

Link to comment
Share on other sites

  • 0
	if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())
	{
		activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");
		return;			
	}

Link to comment
Share on other sites

  • 0

Krashito is back ^_^ gj

 

	if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())
	{
		activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");
		return;			
	}

 

afto valto net.sf.l2j.gameserver.network.clientpackets.Say2.java

Link to comment
Share on other sites

  • 0

Krashito is back ^_^ gj

 

afto valto net.sf.l2j.gameserver.network.clientpackets.Say2.java

And you are?

I want to know how to talk on the chat when you remove xx pvps.

English?
Link to comment
Share on other sites

  • 0

loipon an kai den kserw polla apo java codes

	if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())
	{
		activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");
		return;			
	}

auto pou katalava einai

 

me auto edw otan o char den tha exei 1.000 pvp tha ton vgazei auto edw to munima

activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");

 

kai me auto edw to code einai ta posa pvp prepei na exei o char gia na milisei sto chat

 


if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())

 

kai ton kwdika ton addarw edw

 

net.sf.l2j.gameserver.network.clientpackets.Say2.java

 

ok omws se poia seira ?

katw apo pou ?

Link to comment
Share on other sites

  • 0

loipon an kai den kserw polla apo java codes

	if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())
	{
		activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");
		return;			
	}

auto pou katalava einai

 

me auto edw otan o char den tha exei 1.000 pvp tha ton vgazei auto edw to munima

activeChar.sendMessage("You need atleast 1000 pvp's in order to use shout chat!");

 

kai me auto edw to code einai ta posa pvp prepei na exei o char gia na milisei sto chat

 


if (_type == SHOUT && activeChar.getPvpKills() < 1000 && !activeChar.isGM())

 

kai ton kwdika ton addarw edw

 

net.sf.l2j.gameserver.network.clientpackets.Say2.java

 

ok omws se poia seira ?

katw apo pou ?

 

ean to 8eleis gia H5 pm me

Link to comment
Share on other sites

  • 0

Αυτό που σου έδωσε ο krash είναι για interlude.

Άνοιξε το Say2.java πάτησε alt + f και γράψε να βρείς αυτό:

 

if (_text.length() >= 100)
	{ 
	   Util.handleIllegalPlayerAction(activeChar,"Player "+activeChar.getName()+" tried to crash server", IllegalPlayerAction.PUNISH_KICK);  
		_log.warning("Say2: Max input exceeded.");
		return;
	}

 

Μόλις το βρείς ακριβώς από πάνω βάλε αυτό που σου έδωσε ο Krash

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...