Jump to content

Recommended Posts

Posted

can exchange

loc = new Location(81236, 148638, -3469);

 

to use

loc = new Location(Config.LocRespawnX, Config.LocRespawnY, Config.LocRespawnZ);

 

config :

+public static int LocRespawnX;
+public static int LocRespawnY;
+public static int LocRespawnZ;


+LocRespawnX = Integer.parseInt(l2jdemonniacSettings.getProperty("LocX", "10724"));

+LocRespawnY = Integer.parseInt(l2jdemonniacSettings.getProperty("LocY", "-23729"));

+LocRespawnZ = Integer.parseInt(l2jdemonniacSettings.getProperty("LocZ", "-3650"));

 

also works! :D

tha's a good idea dude .

You can easily change what location you want instantly thank repatching :)

keep sharing :)

  • 3 months later...
  • 3 weeks later...
Posted

very good i test and working

one question i can use more location ??

 

loc = new Location(81236, 148638, -3469);
loc = new Location(819356, 148938, -3499);
loc = new Location(815236, 1486938, -3969);

  • 9 months later...
Posted

can exchange

loc = new Location(81236, 148638, -3469);

 

to use

loc = new Location(Config.LocRespawnX, Config.LocRespawnY, Config.LocRespawnZ);

 

config :

+public static int LocRespawnX;
+public static int LocRespawnY;
+public static int LocRespawnZ;


+LocRespawnX = Integer.parseInt(l2jdemonniacSettings.getProperty("LocX", "10724"));

+LocRespawnY = Integer.parseInt(l2jdemonniacSettings.getProperty("LocY", "-23729"));

+LocRespawnZ = Integer.parseInt(l2jdemonniacSettings.getProperty("LocZ", "-3650"));

 

also works! :D

 

Add:

 

+ public static boolean LocEnable;

 

+ LocEnable = Boolean.parseBoolean(CustomSettings.getProperty("LocEnable", "true"));

 

requestrestartpoint...

 

default:

+ if (Config.LocEnable)

+ loc = new Location(Config.LocRespawnX, Config.LocRespawnY, Config.LocRespawnZ);

+ else

loc = MapRegionManager.getInstance().getTeleToLocation(activeChar, MapRegionManager.TeleportWhereType.Town);

break;

 

Is better :$

Posted

What about arenas? like coliseum/giran arena. It should be normal spawn. xD

sad, but true story, btw the code is 4 years old  :troll:

  • 1 month later...
Posted

sad, but true story, btw the code is 4 years old  :troll:

 

### Eclipse Workspace Patch 1.0
#P L2J-Archid-Game
Index: src/main/java/com/l2jarchid/gameserver/network/clientpackets/RequestRestartPoint.java
===================================================================
--- src/main/java/com/l2jarchid/gameserver/network/clientpackets/RequestRestartPoint.java	(revision 1060)
+++ src/main/java/com/l2jarchid/gameserver/network/clientpackets/RequestRestartPoint.java	(working copy)
@@ -148,7 +148,7 @@
						break;

					default:
-						loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town);
+						if (!activeChar.isInsideZone(L2Character.ZONE_PVP)
+                                                {
+                                                     loc = new Location(81236, 148638, -3469); //Giran
+                                                 }
+                                               else
+                                              {
+                                                     loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town);
+                                                }
					break;
				}

Guest
This topic is now closed to further replies.



  • Posts

    • Hello everyone. Has anyone else experienced the same thing at his server? I am entering baium by the Angelic vortex with 2 char that have arrogant search quest(at search begins) and the blooded fabric ofcourse but when I press the baium it spawns and despawn immediately but angels are staying alive.. Is there a DLL problem at files or the requirements for him to spawn correctly are not legit with the chars just to have the start of the quest... C4 OFF FILES 
    • so practially you are re-writing the game into unity ? 
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchiha-market.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/4EPpYhe2HA  | https://campsite.bio/utchihaamkt  
    • I spent a lot of time transferring the UI from the original. I won't describe all the elements yet. But I'm very close to fully transferring all the basic windows. I'll leave this video here as an example.   In this video I check the work of the skills window. The server sends different lists, I immediately send them to update in SkillList
    • True value lies in people   We believe that a service is not only about functions, but about the people who use it. For us, it’s important that working with numbers is simple and convenient, so you can solve your tasks with peace of mind. We improve the service every day: making it more stable, adding new features, and ensuring everything works as it should. We want working with Vibe SMS to be enjoyable, and for you to feel like part of the team, not just a client. Vibe SMS is not only about service, but about the atmosphere where it’s comfortable and easy to work. Website: https://vibe-sms.net/ Telegram: https://t.me/vibe_sms      
  • 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