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>

Posted

Nice Share Flash Its For All Clients??

 

Is Java different for C4.. different for Interlude etc?

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

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
  • 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..