Jump to content

Recommended Posts

Posted

My first share

I made this Admin command handler

that allows GM to make NPC say whatever they

want, I Don't know if this already exist

but I didn' t see it in the current datapack so I made one...

 

Gracia Epilogue

 

 

http://pastebin.com/ZziQ8aQx

 

MasterHandler.java

                 AdminCommandHandler.getInstance().registerAdminCommandHandler(new AdminZone());
                 AdminCommandHandler.getInstance().registerAdminCommandHandler(new AdminTownWar());
+                AdminCommandHandler.getInstance().registerAdminCommandHandler(new AdminNpcChat());
                 _log.config("Loaded " + AdminCommandHandler.getInstance().size() + "  AdminCommandHandlers");
         }

admin_command_access_rights.sql



('admin_townwar_end','1'),
+
+-- Npchat
+('admin_npchat_menu','1'),
+('admin_npchat','1');


AdminNpcChat.java 


/*
* 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 3 of the License, 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, see <http://www.gnu.org/licenses/>.
* 
* @author Flash
*/




package handlers.admincommandhandlers;

import com.l2jserver.gameserver.handler.IAdminCommandHandler;
import com.l2jserver.gameserver.model.L2Object;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.network.SystemMessageId;
import com.l2jserver.gameserver.network.serverpackets.SystemMessage;
import com.l2jserver.gameserver.model.actor.L2Npc;
import com.l2jserver.gameserver.network.serverpackets.NpcSay;
public class AdminNpcChat implements IAdminCommandHandler
{

private static final String[] ADMIN_COMMANDS =
{
	"admin_npchat",
	"admin_npchat_menu"
};

public boolean useAdminCommand(String command, L2PcInstance activeChar)
{
	if (command.startsWith("admin_npchat"))
		handleNPChat(command, activeChar);
	if (command.startsWith("admin_npchat_menu"))
		AdminHelpPage.showHelpPage(activeChar, "Npchat_menu.htm");
	return true;
}

           public String[] getAdminCommandList()
{
	return ADMIN_COMMANDS;
}

/**
 * @param command
 * @param activeChar
 */
private void handleNPChat(String command, L2PcInstance activeChar)
{
	try
	{
	L2Object target = activeChar.getTarget();
	L2Npc npc = null;
	if (target instanceof L2Npc)
	{
                        int offset = 0;
		npc = (L2Npc) target;
                        int npcId = npc.getNpcId();
	        int npcObjId = npc.getObjectId();
                        String text;
		if (command.startsWith("admin_npchat_menu")) 
			offset = 18; 
		else
			offset = 13; 
		text = command.substring(offset);


		npc.broadcastPacket(new NpcSay(npcObjId, 0, npcId, text));
	}
	else
	{
		activeChar.sendPacket(new SystemMessage(SystemMessageId.INCORRECT_TARGET));
		return;
	}

	}
	catch (StringIndexOutOfBoundsException e)
	{
		// empty message.. ignore
	}
}
}



Npchat_menu.htm 

<html>
<title>NPC Says</title><body>
Instructions:<br>
Target the NPC and write whatever you want to make the NPC say.
<br>
<center>Text:<multiedit var="texto" width=250 height=50></center>
<table width="160">
<tr>
<td><center><button value="Say" action="bypass -h admin_npchat_menu $texto" width=80 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></center></td>
</tr></table><br><br><br>
</body>
</html>

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.



  • Posts

    • Hi players ! Meet our project Lineage 2 Hiro Classic ! A low rate classic pvp oriented with many features. No pay to win, RB/AoE, group clan pvp castle etc ...  Dynamic rates, RB Xp 4x and soon massive update with auto farm ! Join now !  https://www.lineage2hiro.com/ Can't wait to see you online !
    • To all first time buyers we give a bonus + 10% of the order. 
    • 🔥 Looking for a powerful, clean, and player-friendly Auction House system for your Lineage 2 server? This fully-featured module is ready to plug into your project and provide your players with a modern, centralized marketplace!   💼 What is it? A complete Auction House system designed for fixed-price item sales between players. Forget about private stores and spammed zones—this system offers a smooth, secure, and offline-friendly way to buy and sell items across your server.   Photo Library: https://imgur.com/a/zLlUQbW   ✅ Main Features: 🔹 Fixed-Price Listings Only: Players list items at a set price. No bidding, no delays—just fast, clean trades. 🔹 Multi-Currency Support: Works with Adena, event coins, custom currencies—fully configurable. 🔹 Dynamic Interface: Players can filter items by name, type, and price. Easy-to-use HTML layout with smooth pagination. 🔹 Sell While Offline: Post items and receive payments even if you're not online—true passive trading. 🔹 Safety First: Full validation: no equipped/augmented/restricted items unless allowed. Prevents scams, mispricing, and listing errors. 🔹 Expiration Timer (Optional): Set listing time limits. Expired items go to warehouse/mail automatically. 🔹 Spam & Duplication Protection: Prevents multiple listings of identical items and unnecessary database load. 🔹 Performance Optimized: Clean, indexed SQL structure. No lag or bloating even with thousands of listings.   ⚙️ Plug & Play Clean Java code (compatible with aCis & derivatives). Easy setup with full instructions and sample configurations. Includes SQL, HTML files, and all Java classes – fully working out of the box.   💰 Pricing & Contact 📦 50 euro - One-time purchase with full support for setup & basic customization. 💬 Contact me here via PM or on Discord: @Luminous 🔐 Serious buyers only – source is clean, secure, and tested on live servers.     Give your server the next-level economy it deserves. No more chaotic trade zones. No more confusion. Just clean, efficient, server-wide trading.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
  • Topics

×
×
  • Create New...