Jump to content

Recommended Posts

Posted

Hello. This share includes nothing special and amazing but this one will be funny for gameplay.

Please don't judge me...

PK Players will transform to monsters till they will have karma(tranformation can be seen only by other players)

Index: com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(revision 946)
+++ com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -3041,6 +3042,15 @@
		{
			karma = 0;
		}
+		
+		if(karma ==0 && Config.TRANSFORM_PK)
+		{
+			getPoly().setPolyInfo(null, "1");
+			decayMe();
+			spawnMe(getX(),getY(),getZ());
+			sendMessage("You have been untransformed.");
+			broadcastUserInfo();	
+		}

		if(_karma == 0 && karma > 0)
		{
@@ -8359,10 +8369,21 @@
			updateTitle();
		}

+		if(Config.TRANSFORM_PK)
+		{
+				String transform_id = Config.TRANSFORM_NPC_ID;
+				getPoly().setPolyInfo("npc", transform_id);
+				teleToLocation(getX(), getY(), getZ(), false);				
+				sendMessage("You have killed a player!");				
+				sendMessage("You have been transformed to "+Config.TRANSFORM_NPC_NAME+".");
+				broadcastUserInfo();		
+		}		
+
		//Update the character's title color if they reached any of the 5 PK levels.
		updatePkColor(getPkKills());
		broadcastUserInfo();

+
		// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
		sendPacket(new UserInfo(this));
	}
===================================================================
--- com/l2jfrozen/Config.java	(revision 946)
+++ com/l2jfrozen/Config.java	(working copy)
@@ -2167,10 +2167,21 @@

public static boolean DONATOR_SKILLS;
+	public static boolean TRANSFORM_PK;	
+	public static String  TRANSFORM_NPC_ID;
+   public static String  TRANSFORM_NPC_NAME;

@@ -2309,10 +2311,21 @@
//============================================================
public static void loadByLekiConfig()

		GM_MAX_ENCHANT = Integer.parseInt(ByLekiSettings.getProperty("GMMaxEnchant", "65355"));
+       	TRANSFORM_PK      = Boolean.parseBoolean(ByLekiSettings.getProperty("EnableTransformPK", "False"));
+        	TRANSFORM_NPC_ID             = ByLekiSettings.getProperty("TransformNPCID", "14040");
+        	TRANSFORM_NPC_NAME           = ByLekiSettings.getProperty("TransformNPCName", "Zombie");		
		if (L2JMOD_CHAMPION_ENABLE_mxc != 0 && L2JMOD_CHAMPION_ENABLE_mxc != 1 && L2JMOD_CHAMPION_ENABLE_mxc != 2) L2JMOD_CHAMPION_ENABLE_mxc = 0;	
	}
	catch(Exception e)	
Index: config/ByLeki/ByLeki.ini
===================================================================
--- config/ByLeki/ByLeki.ini	(revision 946)
+++ config/ByLeki/ByLeki.ini	(working copy)
@@ -21,7 +24,5 @@
# words to use, between 10 and 16 keys.

########################################
#PK Cleaner NPC
########################################
#Item ID for Cleaning PK
PKCleanItemID = 4037

#PK Cleaning price
PKCleanPrice = 1

+########################################
+# Tranform PKs
+########################################
+#Tranform PK Players?
+EnableTransformPK = False
+#Tranformation Monster ID
+TransformNPCID = 14040
+#Tranform Monster Name
+TransformNPCName = Zombie		

Posted

Lol.

 

Where you see the problem?

 

Quote from: Finito

You can now give karma to anything you like(a simple share, a helpful answer[The person who does the request], and even more than 1 karma in a topic)

Posted

Where you see the problem?

 

 

I used an abbreviation of the Internet "Lol", can I ask you the same question?

 

Don't worry, I do not want to quarrel.

Posted

I used an abbreviation of the Internet "Lol", can I ask you the same question?

 

Don't worry, I do not want to quarrel.

 

i dont have any problem man Rules for Karma are changed i dont care for a pixel :) i just making my own shares to help some people about l2 Thanks.

Posted

i dont have any problem man Rules for Karma are changed i dont care for a pixel :) i just making my own shares to help some people about l2 Thanks.

 

Sure, no problem, keep up. I apologize if I am wrong somewhere. <_< I was surprised.

Guest Elfocrash
Posted

Wow man! Probably the best share in the section! You deserve your title!

+1 karma for this amazing share!

Guest
This topic is now closed to further replies.



  • Posts

    • Hey, any one can help me or tell advice how to make this shown damage on screen directly on enemy when im hitting it, becuase now this damage is located on my screen near my character. What script or what interface.u class i need modify?
    • Opening Date: Q4 2026 (exact date TBA) Chronicle: High Five (H5) Rates: Mob EXP/SP: low (secondary) | PvP EXP: main progression source (custom formula, exact rate TBA)   Hey everyone,   Announcing L2Berserk, a custom Lineage 2 High Five project currently in development. This is a solo project, so progress may take a bit longer than a full team would need — but it's moving forward steadily. The idea behind it is simple: most servers either force you into rigid factions or let PvP happen almost by accident while everyone grinds mobs for hours. L2Berserk is a crossover of both worlds — there's no faction split, no separate towns, everyone spawns and plays in one shared hub, but progression itself is built around fighting other players instead of farming spots. If you enjoy PvP more than staring at a bot-farming route, this is being built with you in mind.   Already implemented: Custom launcher — own CDN and updater, auto-detects your existing install so setup is fast and low-friction Tower of Trials — a 10-floor PvE dungeon, 3 monster waves per floor, difficulty scales as you climb; built as a solo/small-group challenge track separate from the PvP-EXP loop PvP Arena — an NPC that queues players into Party vs Party or Command Channel vs Command Channel arena matches on demand Olympiad — implemented and functional for structured 1v1/team PvP Event Manager — automated system running rotating events every 10 minutes non-stop, so there's always something active for players to jump into Single shared hub — no faction-locked zones; PvP-driven EXP progression is the main way you level PvP Zone — a dedicated zone avaiable through PvP Zone Teleport Scroll. Zones have boundaries so players won't run from pvp forever. Planned: Kill-streak rewards / bounty system — the more active you are in PvP, the more visible and rewarded you become PvP ranking / leaderboard with seasonal recognition More content and events Additional Discord integrations A live testing phase with the community before the official opening, so mechanics get stress-tested before Q4 A lot more features are planned beyond what's listed here — the project is still actively growing If you have suggestions, feel free to post them on Discord   A note on where things stand: the server is currently offline (0% uptime) — that's expected at this early stage, not a sign the project stalled. Following along and feedback from anyone interested in this kind of PvP-first server are very welcome.   Website: l2berserk.fun
  • 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..