Jump to content
  • 0

Question

Posted (edited)
Hi,

I have faced a problem when installed custom server modification called: Pvp Rank System (By Masterio).

I'v managed to fix my errors and problems (since that mod is outdated) and launched it on my server - everything would look fine except 1 thing:

 

InGame: When any kind of Character PKs (Kills innocent) another player - he gets no PK, no karma, no nick color change (as it should be as karma).

Ofc it's becouse of this mod i'v added, but maybe any1 could suggest how i could reenable normal PK mode without deleting Masterio's Pvp Rank System?

 

Maybe some1 knows the pk/karma correct code(full)? And where i should add it? Since it looks this mode is ignoring L2PcInstance's karma rules becouse it starts in L2PcInstance (7000+) before it begins (karma rules begins 8000+)...

 

Masterio's system:


 

P.S.

Posted this message here and on l2jserver since this pack was based on that server pack, i hope some1 will give me some answers - im desperate

Edited by improved

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

Would be nice if you post here what have you changed on your L2PcInstance.

 

Also, search for key word setKarma( and see if there is any code regarding the pvp system.

Edited by SweeTs
  • 0
Posted (edited)

Well i could attach my L2PcInstance, but since it has about 20000 lines ... and it weights more kb than i could attach nothing i can do to show you full of it

And the code i'v added is:

Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(revision 1004)
+++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -92,6 +92,8 @@
 import com.l2jfrozen.gameserver.managers.QuestManager;
 import com.l2jfrozen.gameserver.managers.SiegeManager;
 import com.l2jfrozen.gameserver.managers.TownManager;
+import com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.RankPvpSystemConfig;
+import com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.RankPvpSystemPc;
 import com.l2jfrozen.gameserver.model.BlockList;
 import com.l2jfrozen.gameserver.model.FishData;
 import com.l2jfrozen.gameserver.model.Inventory;
@@ -927,6 +929,10 @@
 	/** The _no duel reason. */
 	private SystemMessageId _noDuelReason = SystemMessageId.THERE_IS_NO_OPPONENT_TO_RECEIVE_YOUR_CHALLENGE_FOR_A_DUEL;
 
+	// Rank PvP System by Masterio
+	private RankPvpSystemPc _rankPvpSystemPc = new RankPvpSystemPc();
+	public RankPvpSystemPc getRankPvpSystemPc(){ return _rankPvpSystemPc; }
+	
 	/** Boat. */
 	private boolean _inBoat;
 	
@@ -7984,6 +7990,9 @@
 	 */
 	public void onKillUpdatePvPKarma(L2Character target)
 	{
+		// Rank PvP System by Masterio
+		_rankPvpSystemPc.runPvpTask(this, target);
+
 		if (target == null)
 			return;
 		
@@ -8295,8 +8304,10 @@
 			return;
 		
 		// Add karma to attacker and increase its PK counter
-		setPvpKills(getPvpKills() + 1);
-
+		// Rank PvP System by Masterio
+		if(!RankPvpSystemConfig.LEGAL_COUNTER_ALTT_ENABLED)
+			setPvpKills(getPvpKills() + 1);
+	
 		 // Increase the kill count for a special hero aura
 		 heroConsecutiveKillCount++;
 		

Its implemented before the PK system (Pk system starts few hundred lines after it). // Add karma to attacker and increase its PK counter - ignore this - its location is in PVP rules.

And after i add this masterio pvp rank system it looks like it overrides (ignores) default l2j pvp system. Even PVP counter in Alt+T is different. So it's in that custom system's code.

 

As i think - i should add pk karma system manually into that new masterio system codes, but i dunno how full of that code should look like since in l2pcinstance there is too many meanings... I'v tried to track it - not succeded.

 

If you really know how to help me, and you really want to - i can send you any of files you need. Believe me - i added that masterio pvp rank system correctly.

Edited by improved
  • 0
Posted

All i get when i try to PK a player is a message, wich comes from masterio pvp rank system:

	private boolean checkRewardProtections(Pvp pvp)
	{
		// if PK mode is disabled:
		if(!RankPvpSystemConfig.REWARD_FOR_INNOCENT_KILL_ENABLED && _victim.getPvpFlag() == 0 && _victim.getKarma() == 0)
		{
			_killer.sendMessage("You can't earn rewards/rank on innocent players!");
			return false;
		}

I just get purple nick (like in pvp) the victim dies and the killer stays like he's innocent.

I think i could add somewhere here in theese lines full pk/karma code and it should work fine.

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

    • ## [1.4.0] - 2026-01-28   ### ✨ New Features - **Vote System**: Lineage 2 servers can now use our vote–reward system. Players vote on the website and claim rewards in-game (1 vote = 1 claim) - **Vote Page**: On each server’s page (`/servers/<server>`), a **“Vote for Server”** button opens a dedicated vote page with cooldown info and optional Turnstile verification - **By Votes View**: The **“By Votes”** tab on the main page shows **actual vote counts** per server - **API Documentation**: New **API Docs** page at `/docs` (and footer link) with HMAC auth, endpoints, and examples for game server integration - **Vote API (My Servers)**: Server owners can open **“Vote API”** in My Servers to manage credentials, cooldown, allowed IPs, and open the docs   ### 🔄 Improvements - **Server Pages**: Single-server data is cached and loads faster; server pages can be opened by ID or by name (e.g. `/servers/my-server-name`) - **API Root**: Visiting the API root redirects to the docs URL configured in admin (default: site docs page) - **Admin Panel**: New **“Vote System”** tab for global settings (Turnstile, API security, default cooldown, docs URL)   ### 🔐 Security & Reliability - Turnstile (CAPTCHA) support for vote submissions to reduce abuse - HMAC-protected game server API for secure vote check/claim and stats
    • "I recently purchased the account panel from this developer and wanted to leave a positive review.   The transaction was smooth, and the developer demonstrated exceptional professionalism throughout the process.   What truly sets them apart is their outstanding post-sale support. They are responsive, patient, and genuinely helpful when addressing questions or issues. It's clear they care about their customers' experience beyond just the initial sale.   I am thoroughly satisfied and grateful for the service. This is a trustworthy seller who provides real value through both a quality product and reliable support. 100% recommended."
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
    • ⚙️ General Changed “No Carrier” title to “Disconnected” to avoid confusion after abnormal DC. On-screen Clan War kill notifications will no longer appear during Sieges, Epics, or Events. Bladedancer or SwordSinger classes can now log in even when Max Clients (2) is reached, you cannot have both at the same time. The max is 3 clients. Duels will now be aborted if a monster aggros players during a duel (retail-like behavior). Players can no longer send party requests to blocked players (retail-like). Fixed Researcher Euclie NPC dialogue HTML error. Changed Clan leave/kick penalty from 12 hours to 3 hours. 🧙 Skills Adjusted Decrease Atk. Spd. & Decrease Speed land rates in Varka & FoG. Fixed augmented weapons not getting cooldown when entering Olympiad. 🎉 Events New Team vs Team map added. New Save the King map added (old TvT map). Mounts disabled during Events. Letter Collector Event enabled Monsters drop letters until Feb. 13th Louie the Cat in Giran until Feb. 16th Inventory slots +10 during event period 📜 Quests Fixed “Possessor of a Precious Soul Part 1” rare stuck issue when exceeding max quest items. Fixed Seven Signs applying Strife buff/debuff every Monday until restart. 🏆 Milestones New milestone: “Defeat 700 Monsters in Varka” 🎁 Rewards: 200 Varka’s Mane + Daily Coin 🌍 NEW EXP Bonus Zones Hot Springs added Varka Silenos added (hidden spots excluded) As always, thank you for your support! L2Elixir keeps evolving, improving, and growing every day 💙   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
  • 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..