Grim. Posted December 30, 2009 Posted December 30, 2009 So this will save your server from players that when they are dying they are swering. ### Eclipse Workspace Patch 1.0 #P L2_GameServer_It Index: java/net/sf/l2j/gameserver/clientpackets/Say2.java =================================================================== --- java/net/sf/l2j/gameserver/clientpackets/Say2.java (revision 3721) +++ java/net/sf/l2j/gameserver/clientpackets/Say2.java (working copy) @@ -128,7 +128,15 @@ { activeChar.sendMessage("You may not chat while a chat ban is in effect."); return; - } + } + if (activeChar.isDead()) + { + activeChar.sendMessage("You cant talk while you are dead"); + return; + } + + + } if (activeChar.isInJail() && Config.JAIL_DISABLE_CHAT)
EdenEternal Posted August 6, 2010 Posted August 6, 2010 working? yes it's works don't write posts like this you can test it...
UltrasGate13™ Posted August 6, 2010 Posted August 6, 2010 Nc..This is very usefull because some ''animals'' flaming when they are dead...
|Itachi Posted August 6, 2010 Posted August 6, 2010 Thanks for the share mate pretty good for the owners STFU noob ;D
Mask Posted August 6, 2010 Posted August 6, 2010 Indeed it saves you from noobs QQing and flaming when you pk them. Thanks Mace!
Fanky Posted August 6, 2010 Posted August 6, 2010 Nc..This is very usefull because some ''animals'' flaming when they are dead... .
Sakretsu91 Posted August 8, 2010 Posted August 8, 2010 I added it in my server :D thx, it's the best system against rosik
dubluw Posted September 17, 2012 Posted September 17, 2012 this is good ideea. But from my opinion is not good, maybe you cannot shot with "!" or trade chat... but normal chat i think you must talk.. my opinion..
Fanky Posted September 17, 2012 Posted September 17, 2012 - Do not post simple java strings or stupid Configuring Codes. Such topics will be immediately locked.
Recommended Posts