Jump to content

Recommended Posts

Posted

Config for custom unstuck

 

Patch

 

Index: src/main/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java
===================================================================
--- src/main/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java	(revision 8200)
+++ src/main/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Escape.java	(working copy)
@@ -124,7 +124,13 @@
             
             try 
             {
-                _activeChar.teleToLocation(TeleportWhereType.Town);
+    			if (Config.CUSTOM_UNSTUCK)
+    			{
+    		_activeChar.teleToLocation(Config.CUSTOM_UNSTUCK_X, Config.CUSTOM_UNSTUCK_Y, Config.CUSTOM_UNSTUCK_Z);					}
+           else
+    		{
+    			_activeChar.teleToLocation(TeleportWhereType.Town);
+    		}
             } catch (Throwable e) { _log.error(e.getMessage(),e); }
         }
     }
Index: src/main/java/net/sf/l2j/Config.java
===================================================================
--- src/main/java/net/sf/l2j/Config.java	(revision 8200)
+++ src/main/java/net/sf/l2j/Config.java	(working copy)
@@ -101,6 +101,10 @@
     public static int           SELECTED_NODE_ID;
     public static int           LINKED_NODE_ID;
     public static String        NEW_NODE_TYPE;
+    public static boolean 		CUSTOM_UNSTUCK;
+    public static int 			CUSTOM_UNSTUCK_X;
+    public static int 			CUSTOM_UNSTUCK_Y;
+    public static int 			CUSTOM_UNSTUCK_Z;
     /** JMX Admin */ 
     /** Properties administration port*/
     public static  int JMX_TCP_PORT ;
@@ -1534,6 +1538,10 @@
             RIFT_ENTER_COST_COMMANDER        = Integer.parseInt(altSettings.getProperty("CommanderCost", "30")); 
             RIFT_ENTER_COST_HERO             = Integer.parseInt(altSettings.getProperty("HeroCost", "33")); 
             RIFT_BOSS_ROOM_TIME_MUTIPLY      = Float.parseFloat(altSettings.getProperty("BossRoomTimeMultiply", "1.5"));
+    	    CUSTOM_UNSTUCK 					 = Boolean.parseBoolean(altSettings.getProperty("CustomUnstuck", "False"));
+            CUSTOM_UNSTUCK_X 				 = Integer.parseInt(altSettings.getProperty("CustomUnstuckX", "x"));
+            CUSTOM_UNSTUCK_Y 				 = Integer.parseInt(altSettings.getProperty("CustomUnstuckY", "y"));
+            CUSTOM_UNSTUCK_Z 				 = Integer.parseInt(altSettings.getProperty("CustomUnstuckZ", "z"));
         }
         catch (Exception e)
         {
Index: config/altsettings.properties
===================================================================
--- config/altsettings.properties	(revision 8200)
+++ config/altsettings.properties	(working copy)
@@ -408,4 +408,11 @@
AltManorSaveAllActions = False

# Manor Save Period (used only if AltManorSaveAllActions=false) Default very 2 hours
-AltManorSavePeriodRate = 2
\ No newline at end of file
+AltManorSavePeriodRate = 2
+
+#Custom Unstuck False or True
+CustomUnstuck = False
+#Unstuck Coordinates
+CustomUnstuckX = x
+CustomUnstuckY = y
+CustomUnstuckZ = z

 

Credits to me!

 

Posted

My opinion? Its useless ...

 

You can create new voiced handler for new tele command.

 

Do not post simple java strings or stupid Configuring Codes. Such topics will be immediately locked.

 

Locked.

Guest
This topic is now closed to further replies.


  • Posts

    • All links at http://akumu.ru return 503 and most  mega upload dont exist. Any idea if this will get fixed?
    • You make me laugh... relax man, my clients have been using my package for years and haven't had any problems. Cheers!  
    • yes travor? I hope you don't delete this LINK, scammer, the proof that you sold it is inside. HASH MD5: F1B3722977A7E3720DC91D56203D4E39 https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file   I'm uploading it again because I'm sure you'll delete it. https://www.mediafire.com/file/h51kz9vlbj9tk8a/travor-source.rar/file L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in ext2025-main.zip Modified 2025-07-15 L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in  travor-source.rar Modified 2026-03-09 Explain this to the community, you damn scammer! YOUR PC IS: DESKTOP-I4LDE28 VERIFY: HASH CRC32 in two files. GG. <?xml version="1.0" encoding="windows-1250"?> <VisualStudioUserFile     ProjectType="Visual C++"     Version="8,00"     ShowAllFiles="false"     >     <Configurations>         <Configuration             Name="Debug|Win32"             >             <DebugSettings                 Command="$(TargetPath)"                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Debug|x64"             >             <DebugSettings                 Command=""                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Release|Win32"             >             <DebugSettings                 Command="$(TargetPath)"                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Release|x64"             >             <DebugSettings                 Command=""                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>     </Configurations> </VisualStudioUserFile> I HOPE YOU GET BANNED FROM THE FORUM, YOU'RE A SCAMMER AND A LIAR.  
    • Here we go again to teach!  The source code he mentions (backdoor) is from the leaked Travor files. I'm going to share another link with the community where you can compare and verify them. Source Travor files: https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file It should also be clarified that the person using this source can only comment on that and it will have no effect. Regards!
  • 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..