Jump to content
  • 0

Question

Recommended Posts

  • 0
Posted

Afto einai ena apo ta problimata tis l2jarchid .Katebase to revision 1050 einai poli kalo... kapou enas eixa kanei post ta mkapia compiled packs tis l2jarchid.Kane ena search kai 8a ta breis ;)

  • 0
Posted

Afto einai ena apo ta problimata tis l2jarchid .Katebase to revision 1050 einai poli kalo... kapou enas eixa kanei post ta mkapia compiled packs tis l2jarchid.Kane ena search kai 8a ta breis ;)

exeis la8os lpn perimene na sto ftiaxw kai na sto doso

Edit!

phgene edw

com.l2jarchid.gameserver.handler.admincommandhandlers

ftiaxe ena new arxeio me name AdminHero.java

kai bale auto mesa

/*
* 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 2, 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* http://www.gnu.org/copyleft/gpl.html
*/
package com.l2jarchid.gameserver.handler.admincommandhandlers;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import com.l2jarchid.gameserver.GmListTable;
import com.l2jarchid.gameserver.handler.IAdminCommandHandler;
import com.l2jarchid.gameserver.model.L2Object;
import com.l2jarchid.gameserver.model.actor.instance.L2PcInstance;
import com.l2jarchid.gameserver.network.serverpackets.SocialAction;

/**
*L2J-Archid
**/
public class AdminHero implements IAdminCommandHandler
{
private static String[]		ADMIN_COMMANDS	=
											{ "admin_sethero" };
private final static Log	_log			= LogFactory.getLog(AdminHero.class.getName());

public boolean useAdminCommand(String command, L2PcInstance activeChar)
{
	if (activeChar == null)
		return false;

	if (command.startsWith("admin_sethero"))
	{
		L2Object target = activeChar.getTarget();

		if (target instanceof L2PcInstance)
		{
			L2PcInstance targetPlayer = (L2PcInstance) target;
			boolean newHero = !targetPlayer.isHero();

			if (newHero)
			{
				targetPlayer.setHero(true);
				targetPlayer.sendMessage("You are now a hero.");
				sendMessages(true, targetPlayer, activeChar, true, true);
				targetPlayer.broadcastPacket(new SocialAction(targetPlayer.getObjectId(), 16)); 
				targetPlayer.broadcastUserInfo();
			}
			else
			{
				targetPlayer.setHero(false);
				targetPlayer.sendMessage("You are no longer a hero.");
				sendMessages(false, targetPlayer, activeChar, true, true);
				targetPlayer.broadcastUserInfo();
			}
		}
		else
		{
			activeChar.sendMessage("Impossible to set a non Player Target as hero.");
			_log.info("GM: " + activeChar.getName() + " is trying to set a non Player Target as hero.");
			return false;
		}
	}
	return true;
}

private void sendMessages(boolean fornewHero, L2PcInstance player, L2PcInstance gm, boolean announce, boolean notifyGmList)
{
	if (fornewHero)
	{
		player.sendMessage(gm.getName() + " has granted Hero Status for you!");
		gm.sendMessage("You've granted Hero Status for " + player.getName());

		if (notifyGmList)
			GmListTable.broadcastMessageToGMs("Warn: " + gm.getName() + " has set " + player.getName() + " as Hero !");
	}
	else
	{
		player.sendMessage(gm.getName() + " has revoked Hero Status from you!");
		gm.sendMessage("You've revoked Hero Status from " + player.getName());

		if (notifyGmList)
			GmListTable.broadcastMessageToGMs("Warn: " + gm.getName() + " has removed Hero Status of player" + player.getName());
	}
}

/**
 * @return
 */
public String[] getAdminCommandList()
{
	return ADMIN_COMMANDS;
}
}

meta phgene edw

com.l2jarchid.gameserver.handler

meta sto  AdminCommandHandler.java

bres auto

import com.l2jarchid.gameserver.handler.admincommandhandlers.AdminHelpPage;

kai bale auto apo kato

import com.l2jarchid.gameserver.handler.admincommandhandlers.AdminHero;
meta bres auto [code]registerAdminCommandHandler(new AdminHelpPage());

kai apo kato bale auto

registerAdminCommandHandler(new AdminHero());

elpizo na doulepsei[/code]

  • 0
Posted

dn einai set_hero einai //sethero

dn 3erw an einai prob =/

 

Molis ekana compile to teleuteo revision, patisa //set_hero kai tpt.Patisa //sethero tpt.Den katalabenw ti exei ginei.... kai sto gameserver console lei pws den eiparxi afti i entoli... omfg

  • 0
Posted

Molis ekana compile to teleuteo revision, patisa //set_hero kai tpt.Patisa //sethero tpt.Den katalabenw ti exei ginei.... kai sto gameserver console lei pws den eiparxi afti i entoli... omfg

 

OMG AFOY soy lei einai //sethero.. an den doylevi exi kapio prob to pack.. an den iparxi to commant kanto esi !!!disolo men :D

  • 0
Posted

Molis ekana compile to teleuteo revision, patisa //set_hero kai tpt.Patisa //sethero tpt.Den katalabenw ti exei ginei.... kai sto gameserver console lei pws den eiparxi afti i entoli... omfg

 

OMG AFOY soy lei einai //sethero.. an den doylevi exi kapio prob to pack.. an den iparxi to commant kanto esi !!!disolo men :D

fae -1 karma gt to xeis kanei to 8ema spam sunexeia

timoskoure des pio panw to ftiaxa..

  • 0
Posted

kai kati akoma sto revision 1027 pou exw oi hero bgenoun kanonika exei kana problem 3eretai tpt???

 

Mia xara einai... mono na ri8miseis ta configs kai tin wra tou sistimatos sou, kai 8a eisai ok.. ;)

  • 0
Posted

kai kati akoma sto revision 1027 pou exw oi hero bgenoun kanonika exei kana problem 3eretai tpt???

lol sto 1027 einai prin ginei stable opote

to //sethero douleuei..

  • 0
Posted

kai kati akoma sto revision 1027 pou exw oi hero bgenoun kanonika exei kana problem 3eretai tpt???

Mia xara einai... mono na ri8miseis ta configs kai tin wra tou sistimatos sou, kai 8a eisai ok.. ;)

 

 

paidia  eleos i versios pou exei to paidi einai poly pali para poly... file kane compile tin new versio tin archid giati tora poia to pack tis l2jarchid den exei custom kai tin version pou exeis esu  to //sethero ama to kaneis se  ena aplos char meta apo to  restart den bgenei..

  • 0
Posted

einai kai 1 ali entoli p einai se polous server //hero ..... isos na doulebi kai afto

 

afto den pezei me tpt ! den exw dei se kanena pack to //hero  omfg... esi 8a enoeis ///hero  opou einai ena fake-hero pou to blepeis mono esi..

Guest
This topic is now closed to further replies.


  • Posts

    • It's a 5 days ago project. I initially started with the idea from C4, 4 months ago, you can see my stuff in the first posts of this thread. I experimented with scene loads while learning Odin and experimenting with graphics programming. Elfo got inspired by the idea and thought of implementing the full client, smth I didn't wanna do. I personally didn't look for inspiration on anything, just having fun with a new language. And elfo did the rest on his own. How about you act like an adult and acknowledge something good that's in front of you and respect the grind that Elfo pushed out since mot of vibe coders quit after a month or run out of money to invest into it. All the vibe wow slop and this recent one will get abandoned in a bit, you'll see. Also @Northy you sound like such a childish text book narcissist. Go touch some grass outside, you're not winning anything here. Have a good life 
    • ⭐ Fast support & replacement warranty guaranteed. All fresh links in stock with automated delivery!
    • Will open: 23 September 2026 | 20:00 GMT+2 Are you ready for a unique, hard-farm High Five journey? Join L2DragonLand where you can learn every skill in the game and build the ultimate character! Progress through custom farming zones and endless progression possibilities.   Server Features: XP Rate: 500x SP Rate: 2x   Drop / Spoil: 20x   Hard Farm Gameplay Safe Enchant: +600   Max Enchant: +600   Max Attribute: Level 7 Multiskill System: Learn every single skill in the game.   Custom Content: Zone Progression: Farm and progress through custom zones Item Upgrade System: Upgrade your gear step-by-step Custom Weapons & Armor: Packed with massive % P.Atk, M.Atk, P/M.Def, HP/CP stats Unique Visuals: Every item has unique custom stats and visual effects Additional Features Custom Buffer in Main Towns Custom Buff Learn NPC Global Gatekeeper Automated In-Game Events Lottery System Fast Boss Respawns: Crucial raid bosses respawn every 10 seconds Olympiad Every Two Weeks   Website: http://l2dragonland.eu/   Discord: https://discord.gg/geVGy8Xcpv   L2DragonLands
    • you can lie as much as you want. idea from git.   Open source h5 game engine on rust : https://github.com/nascimentolh/CanastraEngine
    • I have no clue what you're talking about. The idea was @Setekh's. Stop acting like a child.
  • 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..