Jump to content

Recommended Posts

Posted

hope useful for some server :

 

when character enter peace zone speed to be x2 , favorable for gamer to shoping or changeclass or learn skill with faster speed . Dont waste time for gamer.

 

/L2_GameServer/java/com/l2jserver/gameserver/model/actor/stat/PlayableStat.java

 

find

if (getActiveChar().isInsideZone(L2Character.ZONE_WATER))
            val /= 2;

 

after this insert:

 

if (getActiveChar().isInsideZone(L2Character.ZONE_PEACE))
            val *= 2;

 

Good luck for all.

Posted

Cool, but i think that you could add smth like an icon at buff's section that will inform the player. I mean, when he is x2 boosted the icon appears and when the boost is over the icon desappears.

 

Btw,at

val *= 2;

what does * stands for?

Posted

Smart code.You could add something like

player.sendMessage("You can feel the x2 speed boost as you enter peace zone");

right after your code,just to let the player know where did this come from.But that's just to be eye-appealing:)

Good simple but smart job

Posted

smart job my ass:), when he will exit the peace zone the  val*2 will remain :) and when he will enter again val*2*2 will ocur and so on;).He just created a bug:)

Posted

smart job my ass:), when he will exit the peace zone the  val*2 will remain :) and when he will enter again val*2*2 will ocur and so on;).He just created a bug:)

if (getActiveChar().isInsideZone(L2Character.ZONE_WATER))

val /= 2;

so this one won't return back to normal speed.and will keep divide your speed by 2."bug my ass".

Posted

Anyway here is the working one without bugs i think..:

 

### Eclipse Workspace Patch 1.0
#P TEST_GAMESERVER
Index: java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java
===================================================================
--- java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java	(revision 4699)
+++ java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java	(working copy)
@@ -18,6 +18,7 @@
package net.sf.l2j.gameserver.model.zone.type;

import net.sf.l2j.gameserver.model.L2Character;
+import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.gameserver.model.zone.L2ZoneType;

/**
@@ -37,6 +38,11 @@
	{
		character.setInsideZone(L2Character.ZONE_PEACE, true);

+		if(character instanceof L2PcInstance)
+		{
+			int speed = character.getWalkSpeed();
+			character.getWalkSpeed() = speed * 2;
+		}
		/*if (character instanceof L2PcInstance)
		{
			((L2PcInstance)character).sendMessage("You entered a peace zone!");
@@ -48,6 +54,11 @@
	{
		character.setInsideZone(L2Character.ZONE_PEACE, false);

+		if(character instanceof L2PcInstance)
+		{
+			int speed = character.getWalkSpeed();
+			character.getWalkSpeed() = speed / 2;
+		}
		/*if (character instanceof L2PcInstance)
		{
			((L2PcInstance)character).sendMessage("You exited a peace zone!");

 

Posted

@aλonε™ you just make a variable named speed,you don't set it as player speed.

@hoangnhan no problem,just forgot to mention you have to add it on L2PeaceZone.java and not in PlayableStat.java cuz you will get spammed with this message :)

Posted

Anyway here is the working one without bugs i think..:

 

### Eclipse Workspace Patch 1.0
#P TEST_GAMESERVER
Index: java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java
===================================================================
--- java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java	(revision 4699)
+++ java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java	(working copy)
@@ -18,6 +18,7 @@
package net.sf.l2j.gameserver.model.zone.type;

import net.sf.l2j.gameserver.model.L2Character;
+import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.gameserver.model.zone.L2ZoneType;

/**
@@ -37,6 +38,11 @@
	{
		character.setInsideZone(L2Character.ZONE_PEACE, true);

+		if(character instanceof L2PcInstance)
+		{
+			int speed = character.getWalkSpeed();
+			speed *= 2;
+		}
		/*if (character instanceof L2PcInstance)
		{
			((L2PcInstance)character).sendMessage("You entered a peace zone!");
@@ -48,6 +54,11 @@
	{
		character.setInsideZone(L2Character.ZONE_PEACE, false);

+		if(character instanceof L2PcInstance)
+		{
+			int speed = character.getWalkSpeed();
+			speed /= 2;
+		}
		/*if (character instanceof L2PcInstance)
		{
			((L2PcInstance)character).sendMessage("You exited a peace zone!");

 

 

Stop trying to be a coder please. You can sell icecream and have a nice life.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Lineage 2 Interlude L2OFF Server Based on H5 Files   Are you looking to start your own Lineage 2 server? This is your chance! I’m selling a 100% functional server based on Official L2OFF H5 files, adapted to the Interlude version. Main Features: Based on official L2OFF H5 files, perfectly configured for Interlude. Includes the full source code, allowing you to fully customize the server to fit your needs. Fully working events, such as: TvT (Team vs. Team) CTF (Capture the Flag) Tons of custom content added, keeping the balance and original essence of the game. Why choose this project? The server is fully functional and optimized, ready to launch. You can test the server before purchasing, with access to a GM character to explore all features. Comes with everything you need to make your project a success, both technically and in terms of content. Interested? Feel free to contact me! If you need more information or would like to schedule a test, I’m happy to answer any questions.   Auto Create Accounts Client Test Server: DOWNLOAD   Price: 600 usd Source price: send pm. Discord: Guytis#6760 Skype: gustavoorellano@hotmail.com  
    • Website: https://l2aurum.com/  Discord: https://discord.gg/l2aurum   Hello Everyone,  finally, the moment has arrived: I'm launching my own server, L2Aurum!   L2Aurum x300 Closed Beta Test - Start: 17.02.2025  [20:00 GMT+2] Grand Opening 21.02.2025 [20:00 GMT+2]     Experience Rates: x300 Skill Points Rates: x300 Adena Drop: x300 Premium Accounts: x2 Drop Rates: x1 Spoil Rates: x1 Quest Rates: x1 Only one account per player, no dualboxing allowed. Everything is earned through gameplay, no pay-to-win mechanics. No server wipes—your progress is permanent. Fair play is a priority, with no room for corruption. All players are treated equally, no special favors.     Buffs slots: 26+4, all buffs in NPC and Scheme System. Custom Armors: Aurum Apella Armor Custom Weapons: Aurum Weapon Custom Accessories: +300 P.Def & M.Def Tattoos: Mage & Fighter & Custom Shirts Custom Jewels: New Grand Bosses Auto Farm is FREE for everyone. Status Noblesse: Barakiel. Player Spawn Protection: 10 seconds. Geodata e Panthodes: ENABLED. All Commands are visible in .menu. System 2 Bishop Per Party: ENABLED. Boss Protect - Anti-Zerg: ENABLED.     Siege Duration: 2 hours (120 minutes). Siege Period: Every 7 days. Castle Reward: 100E Per Castle. Available Castles: Rune Aden Giran Giran Siege: Every Friday 20:00 GMT +2. Aden Siege: Every Saturday 20:00 GMT +2. Rune Siege: Every Sunday 20:00 GMT +2. Main Clan: 40 Members max. Royal Clan: 12 Members max. Knight Clan: 7 Members max. Alliance: You can have only 1.     Epic Boss Valakas: Monday 22:30 (GMT+2) Zaken: Tuesday | Thursday 22:30 (GMT+2) Queen Ant: Monday | Wednesday 22:30 (GMT+2) Baium: Friday 22:30 (GMT+2) Antharas: Saturday 22:30 (GMT+2) Orfen: Tuesday | Thursday | Saturday 18:30 (GMT+2) Core: Monday | Wednesday | Friday | Sunday 18:30 (GMT+2)   Raid Boss  Flame Of Splendor Barakiel Last Hit: Every Day Respawn 3-4 hours Ember: Every Day Respawn 3-4 hours Lilith: Every Day Respawn 3-4 hours Anakim: Every Day Respawn 3-4 hours Queen Shyeed: Every Day Respawn 3-4 hours Golkonda: Every Day Respawn 3-4 hours Shuriel: Every Day Respawn 3-4 hours Varka's Hero Shadith: Every Day Respawn 3-4 hours Ketra's Hero Hekaton: Every Day Respawn 3-4 hours Varka's Mos: Every Day Respawn 3-4 hours Chief Horus: Every Day Respawn 3-4 hours Ketra's Tayer: Every Day Respawn 3-4 hours Chief Brakki: Every Day Respawn 3-4 hours Sailren: Every Day Respawn 02:00   🥳🥳🥳🥳 I would like to chat personally with all of you over on our Discord and discuss any suggestions or feedback you might have.      Website: https://l2aurum.com/  Discord: https://discord.gg/l2aurum
  • Topics

×
×
  • Create New...