Jump to content
  • 0

[HELP] Pws tha peraso auto java code..


Question

Posted

l2jbrasil compile last rev 1210

Pws kai poy 8a peraso auto to code?

/*
* 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 com.l2emu.gameserver.handler.voicedcommandhandlers;

import com.l2emu.gameserver.handler.IVoicedCommandHandler;
import com.l2emu.gameserver.model.actor.instance.L2PcInstance;
import com.l2emu.gameserver.model.base.Experience;

/**
* @author Intrepid
*/
public class delevel implements IVoicedCommandHandler
{
private static final String[] VOICED_COMMANDS = {"delevel"};

public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
{
	if (command.equalsIgnoreCase("delevel"))
	{
		activeChar.destroyItemByItemId("Consume", 57, 10000000, activeChar, true);
		activeChar.getStat().removeExpAndSp((activeChar.getExp() - Experience.LEVEL[activeChar.getStat().getLevel() - 1]), 0);
	}
	return true;

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

to pira apo --> http://www.maxcheaters.com/forum/index.php?topic=76205.0

6 answers to this question

Recommended Posts

  • 0
Posted

Gia na peraseis ena java code opos ayto prepei na exeis ton server uncompiled kai na prostheseis to arxeio ayto.

Mono poy polly fobame oti ayto to arxeio tha xreiastei kai kati allo sta master handlers giati an den dilwthei kai ekei

h entolh delevel den prokeite na soy doylepsei.

  • 0
Posted

Ego proteino na stamatiseis na asxolise me server developing. An den mporeis na peraseis oute ayto ... ti thes kai asxolise ? Enas aplos handler einai .

  • 0
Posted

Ego proteino na stamatiseis na asxolise me server developing. An den mporeis na peraseis oute ayto ... ti thes kai asxolise ? Enas aplos handler einai .

 

kai egw protino afou to ksereis na mou to peis na to ma9w kai egw k na mn kaneis kritiki ... an m to peis 9a to ma9w kai egw k etC 9a kserw na help kapoion allon

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.

×
×
  • Create New...