How to disable Prohibited in voicedcommandhandlers
Posted: Mon Feb 04, 2013 8:46 pm
Hi, I need to cancel my living as a chat ban or stop in
package handlers.voicedcommandhandlers;
....
I tested
and neither worked.
I need to cancel ChatBan when using voice. xxxxxx
Help me please.
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);
I need to cancel ChatBan when using voice. xxxxxx
Help me please.