this is a code to get noble if u kill barakiel ..and i get 1 error ...i'm using l2jfrozen
ther error is on Hero.
There is an auto-fix to import --> import com.l2jfrozen.gameserver.model.entity.Hero;
the problem gets fixed....
but then there is 1 more problem at
setRBkilled
it says: create method setRBkilled ( int , int)' in type 'Hero' .
Could u help me fix it?
if (player.isInParty())
{
for (L2PcInstance member : player.getParty().getPartyMembers())
{
RaidBossPointsManager.addPoints(member, getNpcId(), (getLevel() / 2) + Rnd.get(-5, 5));
if (member.isNoble())
Hero.getInstance().setRBkilled(member.getObjectId(), getNpcId());
if (getNpcId() == 25325 && !member.isNoble() && member.isSubClassActive() && member.getLevel() >= 75 && member.isInsideRadius(getX(), getY(), getZ(), 1000, false, false))
{
member.setNoble(true);
member.addItem("Quest", 7694, 1, member, true);
NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
html.setHtml("<html><body>Congratulations, you're now a noble!<br1>Open the Skills & Magic (ALT+K) to see your acquired abilities.</body></html>");
member.sendPacket(html);
}
}
}
else
{
RaidBossPointsManager.addPoints(player, getNpcId(), (getLevel() / 2) + Rnd.get(-5, 5));
if (player.isNoble())
Hero.getInstance().setRBkilled(player.getObjectId(), getNpcId());
if (getNpcId() == 25325 && !player.isNoble() && player.isSubClassActive() && player.getLevel() >= 75)
{
player.setNoble(true);
player.addItem("Quest", 7694, 1, player, true);
NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
html.setHtml("<html><body>Congratulations, you're now a noble!<br1>Open the Skills & Magic (ALT+K) to see your acquired abilities.</body></html>");
player.sendPacket(html);
}
}
🎉 **OPENING — Lineage 2 x17 MULTIPROF COMFORT SERVER!**
🔥 **October 31, 2025 at 20:00 (MSK)**
(OBT starts **October 27, 2025 at 20:00**)
💎 **Multeria** invites you to join the brand-new **Multiprof server** — built with care, balance, and community feedback in mind!
⚔️ **COMFORT RATES:**
• EXP ×17 (with PA ×25.5)
• SP ×8.5 (with PA ×17)
• Drop / Spoil ×1 (with PA ×2.5)
• Adena ×1 (with PA ×2)
🚀 **WHAT’S NEW:**
• New max level — **100**
• **100% Craft System** for armor, weapons, belts (incl. Power Belt), bracelets & talismans
• New epic accessory — **Frintezza’s Necklace**
• **Mass skills cooldown reduced ×10** (Defense Instinct, Magic Impulse, Fanatic, etc.)
• Fair play — HWID limits on global instances and rebirth-based party checks
• **New 90+ dungeons** (60/120 min time limits)
• **New PvP zones:** Varka, FoG, LoA, Stakato (battle zones active)
• **Extra game window** available for in-game currency (Gold Einhasad)
💬 Everything you love about Lineage 2 — **balance, comfort, and fairness**.
🔗 More info: https://hf.multeria.world/
Question
protoftw
18 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now