How to disable Prohibited in voicedcommandhandlers

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
patersvk
Posts: 11
Joined: Fri Dec 02, 2011 11:14 pm

How to disable Prohibited in voicedcommandhandlers

Post by patersvk »

Hi, I need to cancel my living as a chat ban or stop in

package handlers.voicedcommandhandlers;
....

I tested

Code: Select all

this.activeChar.setPunishLevel(L2PcInstance.PunishLevel.NONE, 0);this.activeChar.setPunishLevel(0);this.activeChar.setPunishTimer(0);this.activeChar.stopPunishTask(false);
and neither worked.
I need to cancel ChatBan when using voice. xxxxxx

Help me please.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: How to disable Prohibited in voicedcommandhandlers

Post by MELERIX »

chatban is client side if I'm not wrong
patersvk
Posts: 11
Joined: Fri Dec 02, 2011 11:14 pm

Re: How to disable Prohibited in voicedcommandhandlers

Post by patersvk »

You can not send the packet to reset it? or clear timer?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: How to disable Prohibited in voicedcommandhandlers

Post by UnAfraid »

U cant as far as i remember.
Image
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: How to disable Prohibited in voicedcommandhandlers

Post by Aikimaniac »

If you mean the restriction when spamming ingame, its client side and has nothing to do with server...
Image
patersvk
Posts: 11
Joined: Fri Dec 02, 2011 11:14 pm

Re: How to disable Prohibited in voicedcommandhandlers

Post by patersvk »

It's okay. I solved it by calling bypass -h voice

Thanks.
Post Reply