Jump to content
  • 0

about L2TownZone.java


Question

Posted

i have add this code ....

 

protected void onExit(L2Character character)
{

	if(!_noPeace)
	{
		character.setInsideZone(L2Character.ZONE_PEACE, false);
	}

+		if (character instanceof L2PcInstance)
+		{
+			L2PcInstance player = (L2PcInstance) character;
+			
+			if(player.isAio())
+			{
+				player.sendMessage("Aio Buffers Can't Leave From Towns.");
+				player.teleToLocation(82516, 148525, -3470);
+				return;
+			}
+		}

 

but i get this kind of error .. on gs .. can someone help me for this ?

 

b408b5696b8de34728029f418d46d31e.png

 

and also...

 

6a5291cfad824d36598f3f3530f2e3a4.png

 

and note that i have 1 player online ... so the second player was the AIO character.. that can't logout !

 

also no errors on java code !

10 answers to this question

Recommended Posts

  • 0
Posted

i have add this code ....

 

protected void onExit(L2Character character)
{

	if(!_noPeace)
	{
		character.setInsideZone(L2Character.ZONE_PEACE, false);
	}

+		if (character instanceof L2PcInstance)
+		{
+			L2PcInstance player = (L2PcInstance) character;
+			
+			if(player.isAio())
+			{
+				player.sendMessage("Aio Buffers Can't Leave From Towns.");
+				player.teleToLocation(82516, 148525, -3470);
+				return;
+			}
+		}

 

but i get this kind of error .. on gs .. can someone help me for this ?

 

b408b5696b8de34728029f418d46d31e.png

 

and also...

 

6a5291cfad824d36598f3f3530f2e3a4.png

 

and note that i have 1 player online ... so the second player was the VIP character.. that can't logout !

 

Thats not error... its information...

It says that player "x" have status 0 and close connections...

  • 0
Posted

Thats not error... its information...

It says that player "x" have status 0 and close connections...

 

something is wrong .. cause is looping all the time..

 

b408b5696b8de34728029f418d46d31e.png

 

all the time .. on console !

 

and also on game.. appears and dissapears that player ! ( And is offline )

 

( new photo ) - ( more reports on console .. and is 0 players online )

 

9fe805ef8c388d12a2bb257a18e7e514.png

  • 0
Posted

something is wrong .. cause is looping all the time..

 

b408b5696b8de34728029f418d46d31e.png

 

all the time .. on console !

 

and also on game.. appears and dissapears that player ! ( And is offline )

 

( new photo ) - ( more reports on console .. and is 0 players online )

 

9fe805ef8c388d12a2bb257a18e7e514.png

 

There is something wierd in AIO system you use...

  • 0
Posted

There is something wierd in AIO system you use...

 

i know .. i just add restriction when going out town.. to teleport back to town ... but.. i cant bring whats the problem with that !

  • 0
Posted

Well, your code is invalid I'd say. Gimme a moment.

 

L2PcInstance.java

 

So, in this case. If aio char leaves town, he will be teleported back to the town ;)

 

	if (isAio() && !isGM() && (!isInsideZone(L2Character.ZONE_TOWN)))
		{
			sendMessage("You can only teleport to another town while being on AIO!");
			teleToLocation(TeleportWhereType.Town); // teleport the aio to the closest town
	}

  • 0
Posted

Well, your code is invalid I'd say. Gimme a moment.

 

L2PcInstance.java

 

So, in this case. If aio char leaves town, he will be teleported back to the town ;)

 

	if (isAio() && !isGM() && (!isInsideZone(L2Character.ZONE_TOWN)))
		{
			sendMessage("You can only teleport to another town while being on AIO!");
			teleToLocation(TeleportWhereType.Town); // teleport the aio to the closest town
	}

 

L2TeleportInstance.java

 

Prevent to use GK.

 

	if(player.isAio())
	{
		player.sendMessage("You're not allowed to use gatekeeper.");
		return;
	}

 

and if summoned ? , or .. if leave from town .. and then scroll near the other town that want to go ? on l2townzone .. when go out of town.. automatic teleport you back.. so you cant go out from town !

  • 0
Posted

and if summoned ? , or .. if leave from town .. and then scroll near the other town that want to go ? on l2townzone .. when go out of town.. automatic teleport you back.. so you cant go out from town !

 

It's all as you wanted aka "Aio Buffers Can't Leave From Towns.". If the aio get summoned, the check from PcInstance will teleport him back to nearest town ;)

 

Ohh, about the GK check, it's not really neccessary (I used it with config - optional) but well. It's useless since PcIns check will do all the work. Also, it prevents to travel between towns.. Just drop it :P

  • 0
Posted

It's all as you wanted aka "Aio Buffers Can't Leave From Towns.". If the aio get summoned, the check from PcInstance will teleport him back to nearest town ;)

 

Ohh, about the GK check, it's not really neccessary (I used it with config - optional) but well. It's useless since PcIns check will do all the work. Also, it prevents to travel between towns.. Just drop it :P

 

ok i will check it... thnx you ! , i will check it right now ! , also in which lines i must open that  ?

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

    • there is no autofarm as he claims that he sells it , its a copy of your source as i see gustavo.. so gustavo is not lying 🙂
    • 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..