I made a little voicedcommand to call the Bot window in case the player close it by mistake. I have no errors when I use the command but nothing happen. I got this error on the voicedcommandhandlers folder.
Error on: C:\Users\Giovanni Amorim\Desktop\Project_l2obs\game\data\scripts\handlers\voicedcommandhandlers\Code.java.error.log
Line: -1 - Column: -1
no main method in handlers.voicedcommandhandlers.Code
Can someone help me make this code work. Thank you in advance.
Here is the code.
package handlers.voicedcommandhandlers;
import com.l2jserver.gameserver.handler.IVoicedCommandHandler;
import com.l2jserver.gameserver.model.actor.instance.L2AntiBot;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
/**
* @author disorder25
*/
public class Code implements IVoicedCommandHandler
{
private static String[] VOICED_COMMANDS =
{
"code"
};
@Override
public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
{
if (command.equalsIgnoreCase("code"))
{
L2AntiBot.ShowHtml_Start(activeChar);
}
else
{
activeChar.sendMessage("omg lame error! where is " + command + " ! blame the Server Admin");
}
return true;
}
@Override
public String[] getVoicedCommandList()
{
return VOICED_COMMANDS;
}
}
I was waiting for you to wrap all this stuff around xD The true is that he selling Lucera 2 IL on Classic client claiming this the best stuff but reality maybe pvp srv can this shit adopt and the maps was taken from devmem or how it calllz forgot this guy who makingmaps, use this all work without even geodata selling this crap and claim its the best pack, he sould ban from ucera cominity for crappy image but up to them ) Anyway this shit was selin for money and u can download for free )
the translation on google is something about discovering a mammoths dick or something
but generally he says that "dick" a lot maybe he likes them
but whats the story behind and what is the truth ..we will never know
Question
disorder25
I made a little voicedcommand to call the Bot window in case the player close it by mistake. I have no errors when I use the command but nothing happen. I got this error on the voicedcommandhandlers folder.
Can someone help me make this code work. Thank you in advance.
Here is the code.
package handlers.voicedcommandhandlers; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.actor.instance.L2AntiBot; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author disorder25 */ public class Code implements IVoicedCommandHandler { private static String[] VOICED_COMMANDS = { "code" }; @Override public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("code")) { L2AntiBot.ShowHtml_Start(activeChar); } else { activeChar.sendMessage("omg lame error! where is " + command + " ! blame the Server Admin"); } return true; } @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } }7 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now