Jump to content

Recommended Posts

Posted

My mind always get f.ucked when I'm trying to create an Instance, Mob Zone, Quest... which needs specified spawn points, so I decided to create a simple code that allows me to work faster.

Are you tired of using /loc to get spawn points and after that, having to write all the values?

Don't get f.ucked  by your scripts, use //loc and copy+paste! x'D

 

Index: dist/game/data/scripts/handlers/admincommandhandlers/AdminLocations.java
===================================================================
--- dist/game/data/scripts/handlers/admincommandhandlers/AdminLocations.java	(revision 0)
+++ dist/game/data/scripts/handlers/admincommandhandlers/AdminLocations.java	(revision 0)
@@ -0,0 +1,105 @@
+/*
+ * 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.io.BufferedWriter;
+import java.io.File;
+import java.io.FileWriter;
+import java.util.ArrayList;
+import java.util.List;
+import com.l2jserver.gameserver.handler.IAdminCommandHandler;
+import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
+
+/**
+ * 
+ * @author Wyatt
+ *
+ */
+
+public class AdminLocations implements IAdminCommandHandler
+{
+	private static final String[] ADMIN_COMMANDS =
+	{
+		"admin_loc",
+		"admin_reset_loc"
+	};
+	
+	public static List<String> _locs = new ArrayList<String>();
+	private int count = 0;
+	private int loop = 0;
+	
+	@Override
+	public boolean useAdminCommand(String command, L2PcInstance activeChar)
+	{
+
+		if (command.equals("admin_reset_loc"))
+		{
+			_locs.clear();
+			activeChar.sendMessage("Locations deleted.");
+		}
+		
+		else if (command.equals("admin_loc"))
+		{
+			count = 0;
+			_locs.add(""+activeChar.getX());
+			_locs.add(""+activeChar.getY());
+			_locs.add(""+activeChar.getZ());
+			
+			String fname = "data/locations.txt";
+            File file = new File(fname);
+            try
+    		{
+            	file.createNewFile();
+            	FileWriter fstream = new FileWriter(fname);
+            	BufferedWriter out = new BufferedWriter(fstream);
+            	out.write("private int [] x = {};\r\nprivate int [] y = {};\r\nprivate int [] z = {};\r\n\r\n");
+            	for(String loc: _locs)
+            	{
+            		loop++;
+            		out.write(getCoord(loop, count, loc));
+            	}
+            	out.close();
+                activeChar.sendMessage("Location saved.");
+            }  
+            catch (Exception e)
+    		{
+            	e.printStackTrace();
+    		}    
+		}
+		return true;
+	}
+	
+	@Override
+	public String[] getAdminCommandList()
+	{
+		return ADMIN_COMMANDS;
+	}
+	
+	private String getCoord(int a, int e, String o)
+	{
+		switch(a)
+		{
+			case 1:
+				return "x["+e+"] = "+o+";\r\n";	
+			case 2:
+				return "y["+e+"] = "+o+";\r\n";
+			case 3:
+				count++;
+    			loop = 0;
+				return "z["+e+"] = "+o+";\r\n\r\n";	
+		}
+		return null;
+	}	
+}

Posted

well, i made similar thing while spawning a lot of monsters, while using //para, mobs locations were added to text file, thanks for sharing it anyway ^^

Posted

? :/

I don't catch you at all... but if you're meaning that what I coded I so easy to do and that you don't like it... Ok, but I think is a very useful and for sure, easy code.

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

    • Hi everyone,   I’m currently playing Lineage 2 on the L2Damage server and I’d like to know the current status of botting tools there. With all the server updates and protections, many tools stop working or get detected pretty fast, so I wanted to ask the community:   Is anyone currently using any bot on L2Damage that still works reliably? Have you had any success with tools like Adrenaline, L2Walker, L2Tower, or similar? Any general experience or feedback about what’s still usable on this server?   I know every server has different protections, so any up-to-date info or personal experience would be appreciated.   Thanks in advance.
    • Hey Dexters! Https://lineage2dex.com SKADI server starting TODAY! ✅ On 18:00 (UTC +2) We allow you to login for create character! To restrict your name and transfer ToDs/Starter packs in game. Make it before start! On start, we can have problems with WEB! It is IMPORTANT to prepare everything for starting the game RIGHT NOW, do not postpone for later, during the opening there may be problems with the web part of the project and you simply can not register. ## [ - REGISTRATION AND FILES](https://lineage2dex.com/en/start) ✨ Get a +15% bonus on all TOD orders! The bonus is active until February 1st, 23:00 and also applies to UNION. ✅ What you need to know at the start: ➡️ All Epic Raid Bosses dead on start. Re-spawn time you can check in game ALT+B Raid tab ➡️ All other RBs (for difficult 1 location) alive on server start (including Sub and Nobl RB) ➡️ Max enchant for items +10, this limits will be change with server time ➡️ Difficulty 1 locations are available ➡️ Locations drop Basic and Advanced tier resources, allowing you to craft B and A grade equivalent gear ➡️ School of Dark Arts — PvP zone with x5 drop. Its intance Zone, to enter it you need make TP from GateKeeper. If you will teleport on it by map, you will go on regular zone, not pvp ➡️ Only B-grade equivalent equipment is available for purchase (common, its dont have durability) ➡️ Tier 1 talents are available to learn ➡️ Talent Point Shop is available [ - Roadmap](https://wiki.lineage2dex.com/road-map/en) [ - Basic server description](https://wiki.lineage2dex.com/general-description-skadi-x100/en) Thank you for participating in the beta! All players who spent more than 1 hour on the beta server will receive useful items for autofarming and equipment repair. The rewards will be granted to the first character on the same account that participated in the beta. All items will be placed in the Quest Inventory. Good luck everyone! And have a fun on new Skadi server!
    • ## [1.5.1] - 2026-01-30   ### 🐛 Bug Fixes - **Top Voters**: Top voters list now loads correctly for inactive servers (previously showed "Server not found"). - **View Counter**: Server info page view count now records correctly for inactive servers.   ### 🔄 Improvements - **My Servers – Hide/Active**: The hide/active toggle now works correctly and is only shown when the server is approved (active) by an admin. Owner hide/show is separate from admin status. Toggling no longer causes a full page refresh. - **Accessibility**: Form fields across the site now have proper labels and IDs for screen readers and autofill — server info edit form, add server form, My Servers edit, Admin Panel (Email, Vote System, pricing, filters, logs), and related inputs.
  • 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..