Page 1 of 1

How to disable Prohibited in voicedcommandhandlers

Posted: Mon Feb 04, 2013 8:46 pm
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.

Re: How to disable Prohibited in voicedcommandhandlers

Posted: Mon Feb 04, 2013 8:53 pm
by MELERIX
chatban is client side if I'm not wrong

Re: How to disable Prohibited in voicedcommandhandlers

Posted: Mon Feb 04, 2013 9:02 pm
by patersvk
You can not send the packet to reset it? or clear timer?

Re: How to disable Prohibited in voicedcommandhandlers

Posted: Mon Feb 04, 2013 11:01 pm
by UnAfraid
U cant as far as i remember.

Re: How to disable Prohibited in voicedcommandhandlers

Posted: Tue Feb 05, 2013 8:51 am
by Aikimaniac
If you mean the restriction when spamming ingame, its client side and has nothing to do with server...

Re: How to disable Prohibited in voicedcommandhandlers

Posted: Tue Feb 05, 2013 11:07 am
by patersvk
It's okay. I solved it by calling bypass -h voice

Thanks.