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

    • Is there tutorial how to make this effects? Thanks in Advance  
    • https://pastebin.com/UJcX7rXH    
    • Does anyone have more information about bugs and errors in the Frozen review? Any ideas? Any help is welcome!   Modifications and corrections made   https://pastebin.com/vqYjM8ZH   Sorry if this is the wrong area.
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • 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