Jump to content
  • 0

[Help]Create admin command error


AfaNouLiS

Question

paidia thelw ligo help. Prospathw na ftiaksw ena admin command alla exw to eksis error sto gameserver

 

1. ERROR in C:\Server\gameserver\data\scripts\handlers\admincommandhandlers\Admi

nHGm.java (at line 27)

        public class AdminHGm implements IAdminCommandHandler

                    ^^^^^^^^

The type AdminHGm must implement the inherited abstract method IAdminCommandHand

ler.getAdminCommandList()

----------

2. ERROR in C:\Server\gameserver\data\scripts\handlers\admincommandhandlers\Admi

nHGm.java (at line 27)

        public class AdminHGm implements IAdminCommandHandler

                    ^^^^^^^^

The type AdminHGm must implement the inherited abstract method IAdminCommandHand

ler.useAdminCommand(String, L2PcInstance)

----------

2 problems (2 errors)The type handlers.admincommandhandlers.AdminHGm must implem

ent the inherited abstract method net.sf.l2j.gameserver.handler.IAdminCommandHan

dler.getAdminCommandList()

The type handlers.admincommandhandlers.AdminHGm must implement the inherited abs

tract method net.sf.l2j.gameserver.handler.IAdminCommandHandler.useAdminCommand(

java.lang.String, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance)

Failed executing script: C:\Server\gameserver\data\scripts\handlers\MasterHandle

r.java. See MasterHandler.java.error.log for details.

Compiled Scripts Cache is disabled.

 

 

edw sas dinw kai to .java file

 

/*

* This program is free software: you can redistribute it and/or modify it under

* the terms of the GNU General Public License as published by the Free Software

* Foundation, either version 3 of the License, or (at your option) any later

* version.

*

* This program is distributed in the hope that it will be useful, but WITHOUT

* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more

* details.

*

* You should have received a copy of the GNU General Public License along with

* this program. If not, see <http://www.gnu.org/licenses/>.

*/

package handlers.admincommandhandlers;

 

import java.util.logging.Logger;

 

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

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

import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;

 

/**

* Support for /HGm command

* Added by Deoll

*/

public class AdminHGm implements IAdminCommandHandler

{

private static final int[] COMMAND_IDS =

{

129

};

 

/**

*

* @see net.sf.l2j.gameserver.handler.IAdminCommandHandler#useUserCommand(int, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance)

*/

public boolean useUserCommand(int id, L2PcInstance activeChar)

{

if (id != COMMAND_IDS[0])

return false;

                NpcHtmlMessage npcHtmlMessage = new NpcHtmlMessage(0);

                npcHtmlMessage.setHtml("<html><head><title>HGm Panel</title></head><body>HGm panel</body></html>");

                activeChar.sendPacket(npcHtmlMessage);

                return true;

        }

 

/**

*

* @see net.sf.l2j.gameserver.handler.IAdminCommandHandler#getUserCommandList()

*/

public int[] getUserCommandList()

{

return COMMAND_IDS;

}

}

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
package handlers.admincommandhandlers;

 

import java.util.logging.Logger;

 

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

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

import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;

 

/**

* Support for /HGm command

* Added by Deoll

*/

public class AdminHGm implements IAdminCommandHandler

{

  private static final int[] COMMAND_IDS =

  {

      129

  };

 

  /**

    *

    * @see net.sf.l2j.gameserver.handler.IAdminCommandHandler#useUserCommand(int, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance)

    */

  public boolean useUserCommand(int id, L2PcInstance activeChar)

  {

      if (id != COMMAND_IDS[0])

        return false;

                NpcHtmlMessage npcHtmlMessage = new NpcHtmlMessage(0);

                npcHtmlMessage.setHtml("<html><head><title>HGm Panel</title></head><body>HGm panel</body></html>");

                activeChar.sendPacket(npcHtmlMessage);

                  return true;

        }

 

  /**

    *

    * @see net.sf.l2j.gameserver.handler.IAdminCommandHandler#getUserCommandList()

    */

  public int[] getUserCommandList()

  {

      return COMMAND_IDS;

  }

}

 

Αυτά που σου τα έκανα πορτοκαλί , να τα κάνεις Admin και όχι User. Αφου στο λεει το interface βρε noobako :) ;D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
    • This is my first and last topic created on a Lineage Forum, because if there's one thing that causes headaches for a lot of people, it's the critical error, that's why I decided to share it...   I'm creating a server again and before starting configurations I started collecting dozens of customs, without realizing my system folder had 950MB of files, so I started to enter the game, every 1 to 2 hours my client was reaching the maximum limit of virtual memory of the game due to the absurd amount of customs inside the system folder, reaching the maximum limit of 2047MB virtual ram, automatically we get critical, regardless of the error that appears on your screen, "THE WORDS ARE IRRELEVANT, unless it is a critical error before the ram memory limit reaches its limit", if you are seeing "2047 MB", it means that the game's virtual memory has reached its limit, and this memory is not configurable due to the game being created on 32-bit architecture, so I significantly reduced the amount of customs within the system from 950MB to 625MB, so my client started to reach the maximum memory limit every 10 to 12h, a huge progress, but my goal was at least 24h before reaching the virtual memory limit (playing frantically), so I reduced the system's custom files from 625MB to 267MB, the result was a first virtual memory limit critical error appearing after 41h.   My client is H5, the only types of customs I added to the game were focused only on equipment, one of the main causes were these skins and cloaks, they consume a huge amount of MB's within the "system", the problem is not adding customs to the client, the problem is adapting a custom and adding it inside the system folder, the system folder was not created with the intention of storing a huge amount of files.   Adding customs to the system folder means significantly reducing the time your client can remain open before reaching the virtual ram limit and make no mistake, there are hundreds of different critical errors with a small summary of the cause of the error, but if the critical table shows 2047MB of RAM, the problem is only 1. Example: I can see 3, 5, 9 critical error with different messages, but if this table is showing 2047MB ram, the reason was the virtual memory limit, an important detail is that this 2047MB ram is not a "fixed message or information from your computer", this 2047MB only appear when the cause is the virtual ram limit, it means that when you get a critical error with random numbers of ram memory appearing, such as 358MB ram, 715MB ram, it means that the cause of this error has no connection with ram virtual memory.
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products  https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...