Jump to content

Recommended Posts

Posted

Hi people! Thats my first share.

I made commands to register, leave and to know the status of the TvT Event.

 


 

Manual Setup:

 

Core Patch:

 

In: "java/com/l2jserver/Config.java"

 

Search:

 

public static boolean TVT_ALLOW_VOICED_COMMAND;

 

And put this code below:

 

public static boolean TVT_ALLOW_REGISTER_VOICED_COMMAND;

 

After that search this code:

 

TVT_ALLOW_VOICED_COMMAND = Boolean.parseBoolean(L2JModSettings.getProperty("TvTAllowVoicedInfoCommand", "false"));

 

And put this code below:

 

TVT_ALLOW_REGISTER_VOICED_COMMAND = Boolean.parseBoolean(L2JModSettings.getProperty("TvTAllowRegisterVoicedCommand", "false"));

 

In: "java/config/l2jmods.properties"

 

Find this lines:

 

TvTEventTeam2Coordinates = 149999,46728,-3414

 

And put this others lines below:

 

+#Allow Voiced .join / .leave / .tvt commands
+TvTAllowRegisterVoicedCommand = True

 


 

DP Patch:

 

In: "data/scripts/handlers/voicedcommandhandlers/TvTVoicedInfo.java"

 

Search this line:

 

private static final String[] _voicedCommands = { "tvt" };

 

And delete it, and put this lines in the same place:

 

	private static final String[] _voicedCommands = 
{ 
	"tvt", 
	"tvtjoin",
	"tvtleave"
};

 

Search in the same code:

 

			activeChar.sendPacket(ActionFailed.STATIC_PACKET);
			}
		}

 

And below put this lines:

 

		else if(command.equalsIgnoreCase("tvtjoin"))
	{
		if(Config.TVT_ALLOW_REGISTER_VOICED_COMMAND)
			TvTEvent.onBypass("tvt_event_participation", activeChar);
		else
			activeChar.sendMessage("Command disabled");
	}
	else if(command.equalsIgnoreCase("tvtleave"))
	{
		if(Config.TVT_ALLOW_REGISTER_VOICED_COMMAND)
			TvTEvent.onBypass("tvt_event_remove_participation", activeChar);
		else
			activeChar.sendMessage("Command disabled");
	}

 

 


 

Patch Download:

 

Core:

http://www.mediafire.com/?44ogclf453iuft7

DP: http://www.mediafire.com/?t3d1rgze70u73y9

 

Chronicle: Freya

 

Pack: L2JServer (Last Rev - 16/06/11)

 

Credits: FFs

Posted

Thank you, great share. :)

Has anyone tested it? Working?

 

Tested on: 16/06/11 and working perfectly.

Posted

I dont have a tvtvoiced.java but the original file tvtvoiceinfo.java will that do? or do i rename the file?

 

Sorry, my mistake, i edited the post.

The current file is tvtvoiceinfo.java

Posted

i have a question when i´m in the config.java how i can edit the line on eclipse? i want make my own custom server thanks  good share

 

Cntrl + F, search the line how i said on the guide, and put the new one.

You can do that with all the lines and codes.

Posted

i cant seem to get it to work i get syntax error,

either with .tvtjoin or .join in config i put

#Allow Voiced .join / .leave / .tvt commands

TvTAllowRegisterVoicedCommand = True

 

# Voiced command (.tvt) working during TVT event to get information about event status

TvTAllowVoicedInfoCommand = True  even if i put false the same 

 

any suggestions?

Posted

i cant seem to get it to work i get syntax error,

either with .tvtjoin or .join in config i put

#Allow Voiced .join / .leave / .tvt commands

TvTAllowRegisterVoicedCommand = True

 

# Voiced command (.tvt) working during TVT event to get information about event status

TvTAllowVoicedInfoCommand = True  even if i put false the same 

 

any suggestions?

 

Post the error please.

Posted

i get no errors when compiling everything compiles perfect,just in game when i write .tvtjoin i get a message :syntax error;normaly a pop up windows pops up but in my case nothing

 

//edit now it works great

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

    • Lineage 2 Interlude Developer – Cliente + Datapack Hola, soy developer especializado en Lineage 2 Interlude con experiencia tanto en cliente como datapack/core. ✔ Desarrollo datapack (Java, scripts, quests, balance PvP/PvE) ✔ Fixes core / geodata / exploits ✔ Sistemas custom (events, Olympiad, instancias, mods PvP) ✔ Cliente: interface mods, system patches, .dat edits, UI personalizada ✔ Optimización y estabilidad de servidor ✔ Trabajo freelance o colaboración fija Si necesitáis soporte dev o mejoras para vuestro servidor Interlude, podéis contactarme por DM. Portfolio y ejemplos disponibles bajo petición.
    • THEY DON’T COME BACK FOR NO REASON. HERE’S WHY Our clients come from different countries and with very different tasks. But the strongest indicator of quality is simple — when a client comes back **for a second time**. This case is exactly that. The client returned with a request for a **German ID**. The requirement was clear: a document **in a male hand**, with a natural live scene and correct geographic context. What we did: ▪ accepted source files and data without unnecessary bureaucracy ▪ selected a **real street**, not a generic background ▪ built a print-ready mockup with correct scene logic ▪ sent it for approval ▪ after confirmation, delivered the **final file for printing** No templates. No “good enough”. Only solutions tailored to a specific task. Result: ▪ mockup approved on the first try ▪ client fully satisfied ▪ stays in touch We work **worldwide** — and that’s exactly why clients return. Contact us › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #redraw #verification #documents #case #ID
    • Lineage 2 Interlude Developer – Cliente + Datapack Hola, soy developer especializado en Lineage 2 Interlude con experiencia tanto en cliente como datapack/core. ✔ Desarrollo datapack (Java, scripts, quests, balance PvP/PvE) ✔ Fixes core / geodata / exploits ✔ Sistemas custom (events, Olympiad, instancias, mods PvP) ✔ Cliente: interface mods, system patches, .dat edits, UI personalizada ✔ Optimización y estabilidad de servidor ✔ Trabajo freelance o colaboración fija Si necesitáis soporte dev o mejoras para vuestro servidor Interlude, podéis contactarme por DM. Portfolio y ejemplos disponibles bajo petición.
  • 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..