Jump to content

Recommended Posts

Posted

Καλημέρα λοιπόν, πριν από λίγο είδα πολλά άτομα να ζητάνε τον παρακάτω κώδικα και είπα να τον δώσω.

 

aCis pack.

 

### Eclipse Workspace Patch 1.0
#P Coding Time!
Index: java/net/sf/l2j/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java
===================================================================
--- java/net/sf/l2j/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java	(revision 0)
+++ java/net/sf/l2j/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java	(working copy)
@@ -0,0 +1,70 @@
+/*
+ * 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 net.sf.l2j.gameserver.model.actor.instance;
+
+import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;
+import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate;
+
+/**
+ * @author Debian
+ *
+ */
+public class L2MassSiegeManagerInstance extends L2NpcInstance
+{
+	
+	public L2MassSiegeManagerInstance(int objectId, L2NpcTemplate template)
+	{
+		super(objectId, template);
+	}
+	
+	public void showHtmlWindow(L2PcInstance activeChar)
+	{
+		 NpcHtmlMessage p = new NpcHtmlMessage(5);
+	         StringBuilder tb = new StringBuilder(""); 
+	     
+			tb.append("<html><head><title>Mass Siege Manager</title></head><body>");
+			tb.append("<center>");
+			tb.append("<img src=\"L2Font-e.replay_logo-e\" width=256 height=80>");
+			tb.append("<br>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>"); 
+			tb.append("<br>");
+			tb.append("<font color=\"FFAA00\">Mass Siege Manager</font>");
+			tb.append("<br>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>");
+	                tb.append("</center>");
+			tb.append("<center>");
+			tb.append("<button value=\"Giran Siege\" action=\"bypass -h siege_giran\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Aden Siege\" action=\"bypass -h siege_aden\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Rune Siege\" action=\"bypass -h siege_rune\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Goddard Siege\" action=\"bypass -h siege_goddard\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Dion Siege\" action=\"bypass -h siege_dion\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Shuttgart Siege\" action=\"bypass -h siege_shuttgart\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Innadril Siege\" action=\"bypass -h siege_innadril\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Oren Siege\" action=\"bypass -h siege_oren\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Gludio Siege\" action=\"bypass -h siege_gludio\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("</center>");
+			tb.append("<center>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>");
+			tb.append("<br>");
+			tb.append("<font color=\"FFAA00\">by Debian</font>");  
+			tb.append("</center>");
+			tb.append("</body></html>");
+			
+			p.setHtml(tb.toString());
+			activeChar.sendPacket(p);
+			return;
+	}
+	
+}
Index: java/net/sf/l2j/gameserver/network/clientpackets/RequestBypassToServer.java
===================================================================
--- java/net/sf/l2j/gameserver/network/clientpackets/RequestBypassToServer.java	(revision 270)
+++ java/net/sf/l2j/gameserver/network/clientpackets/RequestBypassToServer.java	(working copy)
@@ -22,11 +22,13 @@
import net.sf.l2j.gameserver.datatables.AdminCommandAccessRights;
import net.sf.l2j.gameserver.handler.AdminCommandHandler;
import net.sf.l2j.gameserver.handler.IAdminCommandHandler;
+import net.sf.l2j.gameserver.instancemanager.CastleManager;
import net.sf.l2j.gameserver.model.L2Object;
import net.sf.l2j.gameserver.model.L2World;
import net.sf.l2j.gameserver.model.actor.L2Npc;
import net.sf.l2j.gameserver.model.actor.instance.L2OlympiadManagerInstance;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
+import net.sf.l2j.gameserver.model.entity.Castle;
import net.sf.l2j.gameserver.model.entity.Hero;
import net.sf.l2j.gameserver.model.olympiad.OlympiadGameManager;
import net.sf.l2j.gameserver.model.olympiad.OlympiadGameTask;
@@ -34,6 +36,7 @@
import net.sf.l2j.gameserver.network.SystemMessageId;
import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;
import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;
+import net.sf.l2j.gameserver.network.serverpackets.SiegeInfo;
import net.sf.l2j.gameserver.util.GMAudit;

public final class RequestBypassToServer extends L2GameClientPacket
@@ -95,6 +98,64 @@
			{
				playerHelp(activeChar, _command.substring(12));
			}
+			
+			/** Siege Commands **/
+			
+			else if (_command.startsWith("siege_aden"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(5);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_giran"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(3);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_goddard"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(7);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_rune"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(8);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_shuttgart"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(9);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_oren"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(4);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_dion"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(2);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_gludio"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(1);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+		    else if (_command.startsWith("siege_innadril"))
+		    {
+		    	 Castle castle = CastleManager.getInstance().getCastleById(6);
+					if(castle != null)
+						sendPacket(new SiegeInfo(castle));
+		    }
+			
			else if (_command.startsWith("npc_"))
			{
				if (!activeChar.validateBypass(_command))

 

L2jFrozen pack.

 

### Eclipse Workspace Patch 1.0
#P L2jFrozen_GameServer
Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java	(revision 0)
+++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2MassSiegeManagerInstance.java	(working copy)
@@ -0,0 +1,69 @@
+/*
+ * 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.l2jfrozen.gameserver.model.actor.instance;
+
+import com.l2jfrozen.gameserver.network.serverpackets.NpcHtmlMessage;
+import com.l2jfrozen.gameserver.templates.L2NpcTemplate;
+
+/**
+ * @author Debian
+ *
+ */
+public class L2MassSiegeManagerInstance extends L2NpcInstance
+{
+	
+	public L2MassSiegeManagerInstance(int objectId, L2NpcTemplate template)
+	{
+		super(objectId, template);
+	}
+	
+	public void showHtmlWindow(L2PcInstance activeChar)
+	{
+		 NpcHtmlMessage p = new NpcHtmlMessage(5);
+	         StringBuilder tb = new StringBuilder(""); 
+	     
+			tb.append("<html><head><title>Mass Siege Manager</title></head><body>");
+			tb.append("<center>");
+			tb.append("<img src=\"L2Font-e.replay_logo-e\" width=256 height=80>");
+			tb.append("<br>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>"); 
+			tb.append("<br>");
+			tb.append("<font color=\"FFAA00\">Mass Siege Manager</font>");
+			tb.append("<br>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>");
+	        tb.append("</center>");
+			tb.append("<center>");
+			tb.append("<button value=\"Giran Siege\" action=\"bypass -h siege_giran\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Aden Siege\" action=\"bypass -h siege_aden\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Rune Siege\" action=\"bypass -h siege_rune\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Goddard Siege\" action=\"bypass -h siege_goddard\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Dion Siege\" action=\"bypass -h siege_dion\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Shuttgart Siege\" action=\"bypass -h siege_shuttgart\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Innadril Siege\" action=\"bypass -h siege_innadril\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Oren Siege\" action=\"bypass -h siege_oren\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("<button value=\"Gludio Siege\" action=\"bypass -h siege_gludio\" width=204 height=20 back=\"sek.cbui36\" fore=\"sek.cbui75\">");
+			tb.append("</center>");
+			tb.append("<center>");
+			tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>");
+			tb.append("<br>");
+			tb.append("<font color=\"FFAA00\">by Debian</font>");  
+			tb.append("</center>");
+			tb.append("</body></html>");
+			
+			p.setHtml(tb.toString());
+			activeChar.sendPacket(p);
+			return;
+	}
+}
\ No newline at end of file
Index: head-src/com/l2jfrozen/gameserver/network/clientpackets/RequestBypassToServer.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/network/clientpackets/RequestBypassToServer.java	(revision 986)
+++ head-src/com/l2jfrozen/gameserver/network/clientpackets/RequestBypassToServer.java	(working copy)
@@ -28,6 +28,7 @@
import com.l2jfrozen.gameserver.handler.AdminCommandHandler;
import com.l2jfrozen.gameserver.handler.IAdminCommandHandler;
import com.l2jfrozen.gameserver.handler.custom.CustomBypassHandler;
+import com.l2jfrozen.gameserver.managers.CastleManager;
import com.l2jfrozen.gameserver.model.L2Object;
import com.l2jfrozen.gameserver.model.L2World;
import com.l2jfrozen.gameserver.model.actor.instance.L2ClassMasterInstance;
@@ -41,8 +42,10 @@
import com.l2jfrozen.gameserver.model.entity.event.TvT;
import com.l2jfrozen.gameserver.model.entity.event.VIP;
import com.l2jfrozen.gameserver.model.entity.olympiad.Olympiad;
+import com.l2jfrozen.gameserver.model.entity.siege.Castle;
import com.l2jfrozen.gameserver.network.serverpackets.ActionFailed;
import com.l2jfrozen.gameserver.network.serverpackets.NpcHtmlMessage;
+import com.l2jfrozen.gameserver.network.serverpackets.SiegeInfo;
import com.l2jfrozen.gameserver.util.GMAudit;

public final class RequestBypassToServer extends L2GameClientPacket
@@ -125,6 +128,64 @@
			{
				playerHelp(activeChar, _command.substring(12));
			}
+			
+						/** Siege Commands **/
+						
+						else if (_command.startsWith("siege_aden"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(5);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_giran"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(3);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_goddard"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(7);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_rune"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(8);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_shuttgart"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(9);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_oren"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(4);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_dion"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(2);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_gludio"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(1);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+					    else if (_command.startsWith("siege_innadril"))
+					    {
+					    	 Castle castle = CastleManager.getInstance().getCastleById(6);
+								if(castle != null)
+									sendPacket(new SiegeInfo(castle));
+					    }
+			
			else if(_command.startsWith("npc_"))
			{
				if(!activeChar.validateBypass(_command))

 

Και για τα 2 pack, βάλτε type σε npc L2MassSiegeManager

  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...
Posted

I made some few changes because it wasn't working...anyway it may was my mistake

but now i know for sure it works because i tested it...i am using latest rev of jfrozen

and i just had the same problem with Visius....

i was targeting the npc and it was saying i have nothing to say to you.

 

i just changed from: StringBuilder tb = new StringBuilder("");

to: TextBuilder tb = new TextBuilder();

+package com.l2jfrozen.gameserver.model.actor.instance;
+
+import com.l2jfrozen.gameserver.network.serverpackets.NpcHtmlMessage;
+import com.l2jfrozen.gameserver.templates.L2NpcTemplate;
+import javolution.text.TextBuilder;
+
+public class L2MassSiegeManagerInstance extends L2NpcInstance
+{
+	
+	public L2MassSiegeManagerInstance(int objectId, L2NpcTemplate template)
+	{
+		super(objectId, template);
+	}
+	
+	@Override
+	public void showChatWindow(L2PcInstance player, int val)
+	  {
+	    NpcHtmlMessage msg = new NpcHtmlMessage(getObjectId());
+	    msg.setHtml(siegeWindow(player));
+	    msg.replace("%objectId%", String.valueOf(getObjectId()));
+	    player.sendPacket(msg);
+	  }
+	  private String siegeWindow(L2PcInstance player)
+	  {
+		 TextBuilder tb = new TextBuilder();
+	     
+		 tb.append("<html><title>Siege Manager</title><body><center>");
+		    tb.append("<br>");
+		    tb.append("<img src=\"L2UI_CH3.onscrmsg_pattern01_1\" width=\"300\" height=\"32\"");
+		    tb.append("<br>");
+			tb.append("<button value=\"Giran Siege\" action=\"bypass -h siege_giran\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Aden Siege\" action=\"bypass -h siege_aden\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Rune Siege\" action=\"bypass -h siege_rune\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Goddard Siege\" action=\"bypass -h siege_goddard\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Dion Siege\" action=\"bypass -h siege_dion\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Shuttgart Siege\" action=\"bypass -h siege_shuttgart\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Innadril Siege\" action=\"bypass -h siege_innadril\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Oren Siege\" action=\"bypass -h siege_oren\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("<button value=\"Gludio Siege\" action=\"bypass -h siege_gludio\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\">");
+			tb.append("</center>");
+
+		    tb.append("<center><img src=\"L2UI_CH3.onscrmsg_pattern01_2\" width=295 height=32><br></center>");
+		    tb.append("</body></html>");
+			return tb.toString();
+	  }
+}

  • 2 weeks later...
Posted

Bro I appreciate your work but you could do it alot simplier, like:

 

package net.sf.l2j.gameserver.model.actor.instance;

import java.util.StringTokenizer;

import net.sf.l2j.gameserver.instancemanager.CastleManager;
import net.sf.l2j.gameserver.model.entity.Castle;
import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;
import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;
import net.sf.l2j.gameserver.network.serverpackets.SiegeInfo;
import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate;

/**
* @author Tommy
* @version 1.00
*/
public class L2MultiSiegeInstance extends L2NpcInstance
{
public L2MultiSiegeInstance(int objectId, L2NpcTemplate template)
{
	super(objectId, template);
}

@Override
public void onBypassFeedback(L2PcInstance player, String command)
{		
	if (command.startsWith("SiegeInfo"))
	{
		StringTokenizer s = new StringTokenizer(command);
		s.nextToken();

		Castle castle = CastleManager.getInstance().getCastleById(Integer.parseInt(s.nextToken()));

		if (castle == null)
		{
			mainHtm(player, true);
			player.sendPacket(ActionFailed.STATIC_PACKET);
		}
		else
			player.sendPacket(new SiegeInfo(castle));
	}
}

@Override
public void showChatWindow(L2PcInstance player)
{
	mainHtm(player, false);
}

private void mainHtm(L2PcInstance player, boolean nocastle)
{
	NpcHtmlMessage html = new NpcHtmlMessage(5);
	StringBuilder sb = new StringBuilder("");

	sb.append("<html><title>Tommy's Multi-Siege Manager</title>");
	sb.append("<body><center>");
	if (nocastle)
		sb.append("The castle you were searching is disabled.");
	else
	{
		sb.append("Choose which castle you wish to check:<br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 1\"><font color=\"LEVEL\">Gludio</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 2\"><font color=\"LEVEL\">Dion</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 3\"><font color=\"LEVEL\">Giran</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 4\"><font color=\"LEVEL\">Oren</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 5\"><font color=\"LEVEL\">Aden</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 6\"><font color=\"LEVEL\">Innadril</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 7\"><font color=\"LEVEL\">Goddard</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 8\"><font color=\"LEVEL\">Rune</font></a><br>");
		sb.append("<a action=\"bypass -h npc_" + getObjectId() + "_SiegeInfo 9\"><font color=\"LEVEL\">Schuttgart</font></a><br>");
	}
	sb.append("</center></body></html>");

	html.setHtml(sb.toString());
	player.sendPacket(html);
}
}

 

For people who wants to give it a try - all you need is retype the npc to L2MultiSiege.

 

It works well with aCis.

  • 2 months later...
Posted

Φίλε έχω περάσει κανονικά τον κώδικα αλλά μετά δεν ξέρω τι να κάνω. Προσπάθησα να αλλάξω σε ενα οποιοδήποτε npc το type αλλά δεν έγινε κάτι. Μπορείς να μου πεις τι να κάνω ακριβώς;;

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Big vouch for Splicho. He’s been one of the best guys in the L2 scene for a long time, always helping out and providing what’s needed. Solid dude and easy to work with.   If anyone wants to work with him, make sure you’re serious and don’t waste his time. He really wants to build something good that brings back the real Lineage 2 feeling and gives the community a good vibe. Transparency is important to him and that’s rare these days.   Before hitting him up, be honest with yourself if you actually want to commit. Too many people nowadays come with stupid ideas and end up ruining projects and wasting the time and effort others put in.   I 100% recommend working with this guy.
    • Dragonic 2 – High Five is a fully custom private server, built with an original visual identity and integrated premium systems. We offer a stable, modern, and optimized experience, combining classic High Five gameplay with new features created especially for the community. The server is live and available to all players. You can access the official website here: 👉 https://dragonic2.ddns.net/ If you encounter any bugs or issues, please report them so we can fix them as quickly as possible. Join the adventure and discover Dragonic 2 — High Five.
    • Yes I know that sounds hilarious, but I am looking for 1-2 passionate people that are down to team up on a project I wanted to "revive". We had a server up and running in 2023 and closed the same year due to the team splitting up for personal differences. However, thought of bringing it back.   What we have (In terms of infrastructure): - Website is up and running - Launcher is done - Dedicated server is up and running - Control Panel (Web) is in development, almost finished. We'll use my own one (https://nimeracp.com/)   What expansion did we pick? Well our project was based on Interlude, but we could expand anytime later with alternative servers/chronicles.   Who are we? Basically it's me and @protoftw at the moment. I've been dealing with the website + launcher and maybe java development (For now), proto with datapack/textures/htmls/npcs/zones etc.   What we're looking for: Just one or two people that love what they do and got the required expertise/skills to be a part of this. Whatever you're into, if you just want to be GM, Event GM, help with development or whatever, we look for any kind of addition to the team.   Reach out by adding me on discord. ID: splicho
    • General Trackers :   IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account tracker.czech-server.com Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Torrentseeds account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Blackhattorrent account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas invite Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Hawke.uno account Monikadesign account Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Torrentdd account Cyanbug.net invite Hhanclub.top account Wintersakura.net account Xthor account Tctg.pm account Finelite invite Agsvpt.com account Pt.0ff.cc invite Qingwapt.com account Xingtan.one account Ptcafe.club invite Theoldschool.cc account W-o-t.pro account Coastal-crew.bounceme.net account Darkpeers.org account Pianyuan.org account Seedpool.org  account Tempelbox account   Movies Trackers :   Anthelion account Pixelhd account Cinemageddon account DVDSeed account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Tb-asian account Cathode-ray.tube account Greatposterwall account Telly account Arabicsource.net account Upload.cx account Crabpt.vip invite Onlyencodes.cc account   HD Trackers :   Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Bearbit account Hdturk.club account Asiandvdclub account Star-space.net account   Music Trackers :   Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos account Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account Musictorrents.org account   E-Learning Trackers :   BitSpyder invite Brsociety account Learnbits invite Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account Pt.tu88.men invite   TV-Trackers :   Skipthecommericals Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account Tvroad.info   XXX - Porn Trackers :   FemdomCult account Pornbay account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Happyfappy.org account Kamept.com account   Gaming Trackers :   Mteam.fr account BitGamer invite Retrowithin invite Gamegamept account   Cartoon/Anime/Comic Trackers :   Animeworld account Oldtoons.world account U2.dmhy account CartoonChaos invite Animetorrents account Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Adbt.it.cx invite   Sports Trackers :   MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite   Software/Apps Trackers :   Brokenstones account Appzuniverse invite Teamos.xyz account Graphics Trackers: Forum.Cgpersia account Gfxpeers account Forum.gfxdomain account   Documentary Trackers:   Forums.mvgroup account   Others   Fora.snahp.eu account Board4all.biz account Filewarez.tv account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Militaryzone account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account Ddl.tv account Filewarez.club account Hispamula.org account Hubwarez.tv account   NZB :   Drunkenslug account Drunkenslug invite Usenet-4all account Brothers-of-Usenet account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account Nzbsa.co.za account Bd25.eu account NZB.to account Samuraiplace account Tabula-rasa.pw account   Prices start from 3 $ to 100 $   Payment methods: Crypto, Neteller, Webmoney, Revolut   If you want to buy something send me a pm or contact me on:   Email: morrison2102@gmail.com   Discord: LFC4LIFE#4173   Telegram: https://t.me/LFC4LIFE4173   Skype: morrison2102@hotmail.com
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock