Jump to content

Recommended Posts

Posted (edited)
### Eclipse Workspace Patch 1.0
#P L2J_Server
Index: Dist/game/data/handlers\voicedcommandhandler\PvP.java
===================================================================
--- Dist/game/data/handlers\voicedcommandhandler\PvP.java	(revision 0)
+++ Dist/game/data/handlers\voicedcommandhandler\PvP.java	(working copy)
@@ -0,0 +1,48 @@
+/*
+*This program is free software; you can redistribute it and/or modify
+*it under the terms of the GNU General Public License as published by
+*the Free Software Foundation; either version 2, or (at your option)
+*any later version.
+*
+*This program is distributed in the hope that it will be useful,
+*but WITHOUT ANY WARRANTY; without even the implied warranty of
+*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+*GNU General Public License for more details.
+*
+*You should have received a copy of the GNU General Public License
+*along with this program; if not, write to the Free Software
+*Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+*02111-1307, USA.
+*
+*http://www.gnu.org/copyleft/gpl.html
+*/
+package handlers.voicedcommandhandlers;
+
+import org.l2jdevs.gameserver.handler.IVoicedCommandHandler;
+import org.l2jdevs.gameserver.model.actor.instance.L2PcInstance;
+
+/**
+* PvP info
+* @author Zestu,
+*/
+public class PvP implements IVoicedCommandHandler {
+private static final String[] VOICED_COMMANDS = {
+		"pvp"
+	};
+	
+	@Override
+	public boolean useVoicedCommand(String command, L2PcInstance activeChar, String params) {
+		if (command.equalsIgnoreCase("pvp")) {
+			if (activeChar.getTarget() == null) {
+				activeChar.sendMessage("You have no one targeted.");
+				return false;
+			}
+			if (!(activeChar.getTarget() instanceof L2PcInstance)) {
+				activeChar.sendMessage("You can only get the info of a player.");
+				
+				return false;
+			}
+			
+			L2PcInstance targetp = (L2PcInstance) activeChar.getTarget();
+			
+			activeChar.sendMessage("=========<NameServer>=========");
+			activeChar.sendMessage("" + targetp.getName() + "");
+			activeChar.sendMessage("PvP Kills: " + targetp.getPvpKills());
+			activeChar.sendMessage("PvP Flags: " + targetp.getPvpFlag());
+			activeChar.sendMessage("PK Kills: " + targetp.getPkKills());
+			activeChar.sendMessage("=========<>=========");
+			
+		}
+		return true;
+	}
+	
+	@Override
+	public String[] getVoicedCommandList() {
+		return VOICED_COMMANDS;
+	}
+	
}
\ No newline at end of file
Index: Dist/game/data/handlers\MasterHandler.java
===================================================================
--- Dist/game/data/handlers\MasterHandler.java	(revision 0)
+++ Dist/game/data/handlers\MasterHandler.java	(working copy)
@@ -65,6 +65,7 @@
+import handlers.voicedcommandhandlers.PvP;


	private static final Class<?>[] VOICED_COMMAND_HANDLERS =
	{
		StatsVCmd.class,
		// TODO: Add configuration options for this voiced commands:
		// CastleVCmd.class,
		// SetVCmd.class,
		(Config.L2JMOD_ALLOW_WEDDING ? Wedding.class : null),
		(Config.BANKING_SYSTEM_ENABLED ? Banking.class : null),
		(Config.L2JMOD_CHAT_ADMIN ? ChatAdmin.class : null),
		(Config.L2JMOD_MULTILANG_ENABLE && Config.L2JMOD_MULTILANG_VOICED_ALLOW ? Lang.class : null),
		(Config.L2JMOD_ENABLE_ONLINE_STATUS ? OnlineStatus.class : null),
		(Config.L2JMOD_DEBUG_VOICE_COMMAND ? Debug.class : null),
		(Config.L2JMOD_ALLOW_CHANGE_PASSWORD ? ChangePassword.class : null),
+		PvP.class,

 

Edited by extasie80
Posted
10 minutes ago, SweeTs said:

Pvp flag line is just.. Stupid and pointless.

I share my code after nothing prevents people from modifying it especially since it is a very easy coding so even a newbie can do it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • https://gitlab.com/Tryskell/acis_public nai swsta, exeis kati pio updated na mas protineis? 
    • 🔥 L2Gold Enma – High Rate PvP Interlude 🔥 Interlude Chronicle • C6 Skills • Pure PvP Experience Welcome to L2Gold Enma, a high-rate PvP server designed for players who want instant action, balanced gameplay and nonstop PvP, without pointless grinding. ⚔️ Server Rates XP / SP: x1000 Adena / Drops: x10 Chronicle: Interlude Skills: C6 balanced skills Buff duration: 2 hours No weight limit 🎮 Gameplay Philosophy Fast leveling, instant PvP Clean Interlude experience No pay-to-win mechanics Focus on skill-based PvP 🛡️ Core Features Global Gatekeeper Offline shops Auto events (TvT, DM, CTF, etc.) Retail-like Olympiad with custom balance Active Raid Bosses Easy access to PvP gear 🏰 PvP & Competition Mass PvP & clan wars Meaningful castle sieges Olympiad focused on player skill Balanced classes for both solo & group PvP ⚡ Why L2Gold Enma? Interlude nostalgia with C6 skills High rates, low grind Stable server & active development Community-focused updates 💥 Join L2Gold Enma and dominate the battlefield! This is not a farm server. This is PvP   https://l2gold-enma.com/ https://discord.com/invite/Ba9cHj3HUJ
    • Hi I'm still online for this but making backup of everything in that time I didn't organize well so let me create a pack and upload to archive.org maybe. Thanks ! we can enrich togethers this if everyone add more and more old files.
    • 🔥 **Rework Multi-Sub x12 is coming!** 🔥 A brand-new Lineage II server built from scratch with modern systems, balance, and long-term gameplay in mind. 🧪 OBT: **Feb 16, 18:00 MSK** 🚀 Grand Opening: **Feb 20, 20:00 MSK** Season Pass • Homunculi • Global Trade • Guaranteed Synthesis Clean mechanics. Real progression. Fresh start. 🔗 Join the new chapter of Rework. https://rework.multeria.world/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..