Jump to content

Recommended Posts

Posted

This Stuff is not mine, i found it in l2jserver's custom MOD section. And as I saw there is not something like this here I'd like to share it with you. It's usefull for server who has enabled the champions mod.

 

The mod i found was for epilogue/Freya, i just adapt it with veeery hard work (just joking, 2 lines deleted and 2 lines added LoL). I think, the way i adapted it, now it fits Final,Epilogue and Freya [bUT I HAVE ONLY TEST IT ON FINAL]!

 

So, here is the patch:

 

Index: java/com/l2jserver/Config.java
===================================================================
--- java/com/l2jserver/Config.java	(revision 4430)
+++ java/com/l2jserver/Config.java	(working copy)
@@ -642,6 +642,7 @@
	public static int L2JMOD_CHAMPION_REWARD_QTY;
	public static boolean	L2JMOD_CHAMPION_ENABLE_VITALITY;
+	public static int L2JMOD_CHAMPION_ENABLE_AURA;
	public static boolean TVT_EVENT_ENABLED;
	public static boolean TVT_EVENT_IN_INSTANCE;
	public static String TVT_EVENT_INSTANCE_FILE;
@@ -2201,6 +2202,8 @@
					L2JMOD_CHAMPION_REWARD_QTY = Integer.parseInt(L2JModSettings.getProperty("ChampionRewardItemQty", "1"));
					L2JMOD_CHAMPION_ENABLE_VITALITY = Boolean.parseBoolean(L2JModSettings.getProperty("ChampionEnableVitality", "False"));
+					L2JMOD_CHAMPION_ENABLE_AURA = Integer.parseInt(L2JModSettings.getProperty("ChampionEnableAura", "0"));
+					if (L2JMOD_CHAMPION_ENABLE_AURA != 0 && L2JMOD_CHAMPION_ENABLE_AURA != 1 && L2JMOD_CHAMPION_ENABLE_AURA != 2) L2JMOD_CHAMPION_ENABLE_AURA = 0;

					TVT_EVENT_ENABLED = Boolean.parseBoolean(L2JModSettings.getProperty("TvTEventEnabled", "false"));
					TVT_EVENT_IN_INSTANCE = Boolean.parseBoolean(L2JModSettings.getProperty("TvTEventInInstance", "false"));
Index: java/com/l2jserver/gameserver/network/serverpackets/AbstractNpcInfo.java
===================================================================
--- java/com/l2jserver/gameserver/network/serverpackets/AbstractNpcInfo.java	(revision 4430)
+++ java/com/l2jserver/gameserver/network/serverpackets/AbstractNpcInfo.java	(working copy)
@@ -185,7 +185,14 @@
			writeD(_allyId); // ally id
			writeD(_allyCrest); // all crest
			writeC(_npc.isFlying() ? 2 : 0); // C2
-			writeC(0x00); // title color 0=client
+			if (Config.L2JMOD_CHAMPION_ENABLE)
+			{
+				writeC(_npc.isChampion() ? Config.L2JMOD_CHAMPION_ENABLE_AURA : 0);
+			}
+			else
+			{
+				writeC(0);
+			}

			writeF(_collisionRadius);
			writeF(_collisionHeight);
Index: java/config/l2jmods.properties
===================================================================
--- java/config/l2jmods.properties	(revision 4430)
+++ java/config/l2jmods.properties	(working copy)
@@ -64,6 +64,11 @@
#	Works only if EnableVitality = True
# Default: False
ChampionEnableVitality = false

+# Enable aura from champion mobs
+# 0 - no aura / 1 - blue aura / 2 - red aura
+# Default = 0
+ChampionEnableAura = 0
+
# ---------------------------------------------------------------------------
# Wedding System (by evill33t)
# ---------------------------------------------------------------------------

 

As I said, It's tested by me in l2j Gracia Final (CT2.3) but i think it could work on Epilogue, Freya. For newbies like me, if you dont want to apply code or patches just search this forum, it has everything. I got helped a lot!

Edit1: (for newbies) I forgot to say, that there is option in l2jmods.properties to choose between blue aura, red aura, or disable it (info inside :D )...

 

Edit2: here are 2 pics:

http://img21.imageshack.us/i/championsaurablue.png/

http://img143.imageshack.us/i/championsaurared.png/

 

 

Credits to: qwerty13 and Sync from l2jserver forum.

  • 4 weeks later...
Posted

Like tvt aura .. ok there is no problem .. this is something different and weird ... so, PERFECT ^^

Thanks for sharing it with us :)

 

I think there are another colors, not only blue and red, but ... nvm ^^

  • 1 month later...
Posted

Maybe my question its newbie..but i dont know much..what i have to do to make it work ? i copy something for ur pic ? or ? cuz i already check l2jmods and i havent this..sorry for this question..

Posted

check code...

add lines that have + before them and delete lines with -

When i add the line to the eclipse... what i must do?? only save and then it will works? or i must do something else?

Posted

compile it

 

Because i am noob... what did you mean about compile it??

 

 

# ---------------------------------------------------------------------------

# Below are non-retail-like systems that have been integrated into the L2J project. Be warned that there may be no support for these mods beyond the original author's assistance.

# ---------------------------------------------------------------------------

# Champion mobs

# Turns random mobs into Champions

# ---------------------------------------------------------------------------

# Enable/Disable Champion Mob System.

ChampionEnable = True

 

# Force Champion mobs to be passive?

# To leave champion mobs to default/Agressive, set to False.

# To set all champion mobs to Passive, set True.

ChampionPassive = False

 

# % chance for a mob to became champion (0 to disable).

ChampionFrequency = 5

 

# Title of all Champion Mobs.

ChampionTitle = Champion

 

# Min and max levels allowed for a mob to be a Champion mob.

ChampionMinLevel = 20

ChampionMaxLevel = 70

 

# Hp multiplier for Champion mobs.

ChampionHp = 8

 

# Hp Regen Multiplier for Champion mobs.

ChampionHpRegen = 1.0

 

# Standard rewards multiplier for Champion mobs.

ChampionRewards = 8

 

# Adena & Seal Stone rewards multiplier for Champion mobs.

ChampionAdenasRewards = 1.0

 

# P. Attack and M. Attack bonus for Champion mobs.

ChampionAtk = 1.0

 

# Physical/Magical Attack Speed bonus for Champion mobs.

ChampionSpdAtk = 1.0

 

# Specified reward item ID

ChampionRewardItemID = 6393

 

# The amount of the specified reward a player will receive if they are awarded the item.

ChampionRewardItemQty = 1

 

# % Chance to obtain a specified reward item from a HIGHER lvl Champion mob.

ChampionRewardLowerLvlItemChance = 0

 

# % Chance to obtain a specified reward item from a LOWER lvl Champion mob.

ChampionRewardHigherLvlItemChance = 0

 

# Do you want to enable the vitality calculation when killing champion mobs?

# Be aware that it can lead to huge unbalance on your server, your rate for that mob would

# then be "mobXP x serverRate x vitalityRate x championXpRate

# Notes:

# Works only if EnableVitality = True

# Default: False

ChampionEnableVitality = True

 

java/com/l2jserver/Config.java (working copy)

@@ -642,6 +642,7 @@

 

public static int L2JMOD_CHAMPION_ENABLE_AURA;

 

@@ -2201,6 +2202,8 @@

 

L2JMOD_CHAMPION_ENABLE_AURA = Integer.parseInt(L2JModSettings.getProperty("ChampionEnableAura", "0"));

if (L2JMOD_CHAMPION_ENABLE_AURA != 0 && L2JMOD_CHAMPION_ENABLE_AURA != 1 && L2JMOD_CHAMPION_ENABLE_AURA != 2) L2JMOD_CHAMPION_ENABLE_AURA = 0;

 

java/com/l2jserver/gameserver/network/serverpackets/AbstractNpcInfo.java (working copy)

 

@@ -185,7 +185,14 @@

 

if (Config.L2JMOD_CHAMPION_ENABLE)

{

writeC(_npc.isChampion() ? Config.L2JMOD_CHAMPION_ENABLE_AURA : 0);

}

else

{

writeC(0);

}

 

java/config/l2jmods.properties (working copy)

@@ -64,6 +64,11 @@

 

# Enable aura from champion mobs

# 0 - no aura / 1 - blue aura / 2 - red aura

# Default = 0

ChampionEnableAura = 1

 

# ---------------------------------------------------------------------------

# Wedding System (by evill33t)

# ---------------------------------------------------------------------------

 

 

that i have add in my mods.properties

Posted

when you will add everything and you arent getting any errors, in package Explorer, open your core and right click on build.xml, then click on "Run as" and later click on "1 Ant build". when it will finish, go to your workspace, core, build and there you are going to find and open .zip file. And Extract all of it to your server folder. And you are done

Posted

I understand it better now, but all of this is new for me and i ask you trully sory if i make silly question all the time..

but whit the package explorer what you mean?? there i was write the code? or it is something alse?

Posted

OOO yea...it was front of my eye... Sory about my stupid questions all the time...

for the codo now...i must only add the line with ++ or all the code?

in my java/com/l2jserver/Config.java i haven't all the others line from the code...( the line without the +)

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

    • Yes, I have no problem going that route either. I've already done business with a couple of people and always paid. Thank you for your concern and for protecting the community from scammers. cheers. K
    • For many Elden Ring players, especially those short on time or seeking a specific build, buying items online has become a practical and time-saving solution. However, as someone who’s made that choice multiple times, I know firsthand that not all sellers are legitimate—and the risk of losing your money, or worse, getting banned, is real. Through trial and error, and countless hours in the community, I’ve discovered five proven methods to help players like you find authentic Elden Ring items to buy—safely, efficiently, and without risking your account. Here’s how to make sure you’re getting exactly what you need, the right way. 1. Choose Platforms That Guarantee Elden Ring Items Without Ban The number one concern when you buy Elden Ring items is avoiding account penalties. I've personally used platforms that explicitly promote delivery methods aligned with FromSoftware’s guidelines—like safe in-game drops, no cheats, and no modded content. Look for sellers or marketplaces that guarantee you’ll receive elden ring items without ban risk. If that promise isn’t clear or backed by community trust, move on. One time, I made the mistake of buying from an unverified Discord seller—within a week, I saw strange behavior on my account and had to delete my save file. Lesson learned: stick with professional services that know what they’re doing. 2. Rely on Established Marketplaces with Verified Reviews Always look for buyer feedback and real user ratings. Reputable platforms will have a track record of successful transactions and transparent customer experiences. I tend to avoid any site or seller that hides feedback or has a generic, incomplete website. The platforms I trust most let users post detailed reviews and show proof of item delivery—usually with timestamps and screenshots. That added layer of transparency gave me peace of mind the first time I placed an order, and it’s been part of my decision-making ever since. 3. Start with a Small Order to Test Reliability If you’re uncertain, try a small purchase first. This was my approach when I first decided to buy Elden Ring items. I ordered just a few smithing stones to upgrade a secondary weapon and see how the process worked. The seller delivered in under 10 minutes, and the transaction went smoothly. That small step helped build trust, and I gradually scaled up future purchases for full armor sets and talismans. It’s the smartest way to gauge service quality without taking a big risk up front.  [url=https://www.u4gm.com/elden-ring-items][img]https://i.pinimg.com/736x/9d/7d/d4/9d7dd41fc381c64fe9b93e5c11584513.jpg [/img][/url]   4. Confirm Safe Delivery Methods (No Bots or Cheats) Authentic sellers will provide clear instructions on how the item delivery will happen—usually through password-protected multiplayer sessions where they drop items directly to your character. That’s how I’ve received every safe delivery so far. If a seller talks about instant “mailing,” bots, or strange back-end tools, that’s a red flag. Those methods are often tied to bans or corrupted saves. Look for sellers who mention manual delivery, cooperative drops, or private session coordination—these methods are the standard for getting elden ring items without ban issues. 5. Ask for Live Support or Communication Options Good sellers are responsive, offer live chat, or message confirmations. I once had a situation where I accidentally gave the wrong character name for delivery. Thanks to a quick reply from customer support, they corrected it instantly. If a seller isn’t responsive or has no support at all, that’s a sign they may disappear after you’ve paid. A platform with clear customer service builds trust and shows professionalism—especially helpful if you’re new to the process.   There’s nothing wrong with wanting to buy Elden Ring items to save time or explore new builds. I’ve done it several times, and when done correctly, it can genuinely enhance the game without ruining the experience. But your safety comes first. By following these five proven methods, you can make sure the items you receive are legitimate, safe, and won’t get your account flagged. Always prioritize platforms that clearly offer elden ring items without ban risk, and when in doubt—start small, ask questions, and trust your instincts. How to Earn Fast: Buy Elden Ring Items Safely – No Risk of Ban
  • 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