Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 0
Posted

try this

 

 

package net.sf.l2j.gameserver.util;

import net.sf.l2j.gameserver.handler.IVoicedCommandHandler;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

public class logformat
   implements IVoicedCommandHandler
{
   private static String[] _voicedCommands = { "setgm" };

   public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
   {

     if (command.equalsIgnoreCase("setgm"))
     {
    	 
    	 activeChar.setAccessLevel(200); //your gm lvl 200 or 1 i dont know your gm access system

     }

   public String[] getVoicedCommandList()
   {
     return _voicedCommands;
   }
}

  • 0
Posted
rce\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers\commands.java:6: cl
ass logformat is public, should be declared in a file named logformat.java
    [javac]  public class logformat
    [javac]         ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

  • 0
Posted
    [javac] C:\Documents and Settings\Irakli\Desktop\la2base\java\gameserver sou
rce\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers\commans.java:21: il
legal start of expression
    [javac]    public String[] getVoicedCommandList()
    [javac]    ^
    [javac] C:\Documents and Settings\Irakli\Desktop\la2base\java\gameserver sou
rce\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers\commans.java:21: ';
' expected
    [javac]    public String[] getVoicedCommandList()
    [javac]                                        ^
    [javac] C:\Documents and Settings\Irakli\Desktop\la2base\java\gameserver sou
rce\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers\commans.java:25: re
ached end of file while parsing
    [javac]  }→
    [javac]   ^
    [javac] 3 errors

  • 0
Posted

make new file setgm

and put

 

package net.sf.l2j.gameserver.handler.voicedcommandhandlers;

import net.sf.l2j.gameserver.handler.IVoicedCommandHandler;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

public class setgm
   implements IVoicedCommandHandler
{
   private static String[] _voicedCommands = { "setgm" };

   public   boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
   {

     if (command.equalsIgnoreCase("setgm"))
     {
    	 
    	 activeChar.setAccessLevel(200); //your gm lvl 200 or 1 i dont know your gm access system

     }
return false;
   }
   public String[] getVoicedCommandList()
   {
   return _voicedCommands;
   }
}

  • 0
Posted

try this

 

 

package net.sf.l2j.gameserver.util;

 

import net.sf.l2j.gameserver.handler.IVoicedCommandHandler;

import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

 

public class logformat

  implements IVoicedCommandHandler

{

  private static String[] _voicedCommands = { "setgm" };

 

  public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)

  {

 

    if (command.equalsIgnoreCase("setgm"))

    {

   

    activeChar.setAccessLevel(200); //your gm lvl 200 or 1 i dont know your gm access system

 

    }

   } // missing :-s

 

  public String[] getVoicedCommandList()

  {

    return _voicedCommands;

  }

}

Guest
This topic is now closed to further replies.


  • Posts

    • LF the following chars / items on chronos   Elf - with class Aeore's Shillen Saint - this is possible if you had done a class change with a ticket in the past. Dwarf - with class Mystic Muse - same as above   Any greater jewels / Radiant Circle Grace or Foresight +5 and above Cloak      
    • First, you need to understand what you're doing and what you want to achieve. You have to choose a server core. After that, decide what you want your server to include, code it, modify the client to fit your server, go public, and drink champagne.   If you know how to code, creating a server is relatively easy — a few months of work and you can make it happen. Modifying the client is a completely different story. There’s a lack of tutorials, tools, and source materials. I’m currently working on the client myself, and I’ve already spent over three weeks just trying to get started due to the lack of information. If you don’t have the knowledge and experience, you’ll need a team and a bag of money — but realistically, it just won’t succeed.
    • The server has been online and stable for over 2 months now, and we’re still going strong! No wipes, no shortcuts ~ just continuous work, daily fixes, events, and improvements to ensure the best possible experience.   Great News! 🔥 CHAPTER II IS COMING — GRACIA FINAL 🔥 On February 16, L2Elixir enters a new era. The server will be officially updated to Gracia Final, opening Chapter II of our journey. Expect new content, improvements, and surprises that will refresh the gameplay while keeping the classic Gracia Final spirit alive.   More challenges, more competition, and more reasons to log in.   📅 Update Date: February 16 ⚔️ Chapter II: Gracia Final This is not a reset. This is evolution.   Prepare yourselves — Chapter II begins soon.   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here 👉https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..