Jump to content

Recommended Posts

Posted

New command for players. now they can teleport desirable town/village.

 

package handlers.voicedcommandhandlers;

import java.util.StringTokenizer;

import com.l2jserver.gameserver.handler.IVoicedCommandHandler;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;

public class TeleportPalace implements IVoicedCommandHandler
{
private boolean EnabledScript = true;


private static final String[] VOICED_COMMANDS =
{
	"teleport"
};

private static final String[][] PALACES =
{
	{"Aden", "147450 27064 -2208"},
	{"Dion", "18748 145437 -3132"},
	{"FloranVillage", "17144 170156 -3502"},
	{"Giran", "82698 148638 -3473"},
	{"Gludin", "-83063 150791 -3133"},
	{"Gludio", "-14225 123540 -3121"},
	{"Goddard", "147725 -56517 -2780"},
	{"Heine", "111115 219017 -3547"},
	{"Oren", "82321 55139 -1529"},
	{"Rune", "44070 -50243 -796"},
	{"Schuttgart", "87358 -141982 -1341"},
	{"HunterVillage", "116589 76268 -2734"},
	{"TalkingIsland", "-82687 243157 -3734"},
	{"DwarvenVillage", "116551 -182493 -1525"},
	{"ElvenVillage", "45873 49288 -3064"},
	{"KamaelVillage", "-116934 46616 368"},
	{"OrcVillage", "-44133 -113911 -244"},
	{"DarkElvenVillage", "12428 16551 -4588"}
};

@Override
public boolean useVoicedCommand(String command, L2PcInstance activeChar, String params)
{
	if(!EnabledScript)
		return false;

	StringTokenizer st = null;
	String palace = null;

	if(!params.equalsIgnoreCase(""))
		st = new StringTokenizer(params);

	if (st.hasMoreTokens())
		palace = st.nextToken();

	if(palace.equalsIgnoreCase(""))
	{
		activeChar.sendMessage("-- BAD TELEPORT PALACE --");
		for (int i=0; i<PALACES.length; i++)
	    {
			activeChar.sendMessage("-- ." + VOICED_COMMANDS[0] + " " + PALACES[i][0]);
	    }
		return false;
	}

	for (int i=0; i<PALACES.length; i++)
    {
		if(PALACES[i][0].equalsIgnoreCase(palace))
		{
			TeleportTo(activeChar, PALACES[i][1]);
			break;
		}
	}

	return true;
}

public void TeleportTo(L2PcInstance activeChar, String cord)
{
	activeChar.sendMessage("Selected by the teleport a success.");
	StringTokenizer st = new StringTokenizer(cord);
	activeChar.teleToLocation(Integer.getInteger(st.nextToken()), Integer.getInteger(st.nextToken()), Integer.getInteger(st.nextToken()));
}

@Override
public String[] getVoicedCommandList()
{
	return VOICED_COMMANDS;
}
}

 

Credits to Mentor.

  • 7 months later...
Posted

did not understand the following when I put this code file, or folder to put the path there? I get kind acustumei pastebin in loss to know what path to put that his command.

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

    • I genuinely admire your bravery - in an age where AI can whip up something better in under a minute, you still stubbornly try to sell these "projects" of yours on a forum that’s been clinically dead for years. That’s no longer determination, that’s digital archaeology. I just can’t tell whether you’re actually trying to make money, or simply testing how much we can endure before we ask an AI to generate you some actual talent.   And ofc AI will make it for free, $220 saved.
    • I’m glad I’m not the only one who appreciates Maxthor’s involvement in group gay orgies, he can’t be bothered to reply to messages, but covering the entire forum in gay lights is absolutely no issue for him. As for the project - the forum is packed with feedback from the testers, the lads are spending every spare moment fixing even the tiniest typo in an NPC’s text. I’ll share the links as soon as I get the green light. Edit: I forgot to add that the GM recruitment will begin once the links are released. Three people will be accepted, and they’ll work in a three-shift rotation so that there’s always a GM available online.
    • Added: a brand-new default dashboard template. You can now add multiple game/login server builds. Full support for running both PTS & L2J servers simultaneously, with switching between them. Payment systems: added OmegaPay and Pally (new PayPal-style API). Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account. Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.     Look demo site: demo
    • One of best project i play last few years
    • for me no  😕   https://files.fm/f/jewqgu9fkb
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock