Jump to content
  • 0

Effect of Noblesse blessing but without noblesse


Question

Posted

Hello everybody,

 

I would like to know how prevent that the player loses his buffs when he dies?

 

As noblesse blessing but without the buff.

 

I know it's possible but i don't know how .. :/

 

Thanks anyway for answer

11 answers to this question

Recommended Posts

  • 0
Posted

It was already shared, as far as i remember, you only need to delete 1 method from l2pcinstance but i cant remember the name, would need to check it out

  • 0
Posted

It was already shared, as far as i remember, you only need to delete 1 method from l2pcinstance but i cant remember the name, would need to check it out

 

stopAllEffects();

 

Anyway other projects have other method.

  • 0
Posted

Hahaha, he wants to keep buffs, not remove them all :P. Name of method is kinda explicit... Think a little before  :-*

 

I would like to know how prevent that the player loses his buffs when he dies?

 

Any required condition ? Or it can happen to all without distinction ?

  • 0
Posted

Hahaha, he wants to keep buffs, not remove them all :P. Name of method is kinda explicit... Think a little before  :-*

 

Any required condition ? Or it can happen to all without distinction ?

 

ah Lol I just read 2nd reply and I understand that.

  • 0
Posted

It's not optimized, but it's enough for what you want.

 

On L2Playable, if you really want NOTHING is removed, delete that code :

 

		// Stop all active skills effects in progress
	if (isPhoenixBlessed())
	{
		//remove Lucky Charm if player has SoulOfThePhoenix/Salvation buff
		if (getCharmOfLuck())
			stopCharmOfLuck(null);
		if (isNoblesseBlessed())
			stopNoblesseBlessing(null);
	}
	// Same thing if the Character isn't a Noblesse Blessed L2Playable
	else if (isNoblesseBlessed())
	{
		stopNoblesseBlessing(null);

		//remove Lucky Charm if player have Nobless blessing buff
		if (getCharmOfLuck())
			stopCharmOfLuck(null);
	}
	else
		stopAllEffectsExceptThoseThatLastThroughDeath();

 

It removes all malus (debuff of noblesse, charm of luck and buffs).

  • 0
Posted

I have put this lines in /*   ... */ in L2pcinstance.java

 

isn't the same?

I will try =)

 

Edit :

 

Work fine with L2Playable.java

Thanks Tryskel !! French power :D

 

Moderator can lock

 

 

  • 0
Posted

/* */ is used to put a bloc of code in "remark", let's say this code is actually not fine or undone, you can use it to avoid errors. An other option is //, it's easier to type, and it's for one-line comments. So yeah, the fact to put on remark equals the fact to delete, except with remark you can change of opinion one day and put back retail way :). Ofc it makes code less clean.

 

PS : Using a "TODO" or a "FIXME" will be really helpful to help you to find back where you changed your code. I use personally "FIXME" as easy keyword to find what I put in remarks in the past. You only have to search all occurences of this word in your whole code, you will find like 5 results maximum.

 

Glad I could help ya :).

Guest
This topic is now closed to further replies.


  • Posts

    • Hello everyone, Lineage II clan MightyTeam is reopening recruitment and looking for ambitious, active players who want to compete seriously and grow together. We are building a disciplined and organized environment focused on teamwork, strategy, and long-term success. What we offer: Strong and experienced leadership, Fair and respectful treatment for every member, Organized clan structure and tactical gameplay, Competitive mentality with clear goals, Stable and drama-free environment, What we expect: Activity and willingness to improve, Teamplay and communication, Respect toward clan members, Motivation to compete and dominate, No politics. No toxicity. Only focused players with the right mentality.   If you are interested in joining MightyTeam, contact on Discord: tzelal.  <-- there is a dot  or Telegram tz3gg. 
    • Lol thanks no l better get Acis /Lucera/Mobius and will squeeze more profit that your crazy ass price files for fucks know what. Even Reborn was smart enough use Acis after Lucera to squeeze shit a lot of money 😁 Fucking hell 15 grants lol 😂 
    • It seems the SkyLord is simply not familiar with what l2-scripts and Bonux represents today. His opinion is likely based on our older materials — which is understandable. We haven't been standing still. Over the years, the studio has moved to a fundamentally different level of development. Our early builds are still available on the legacy site at very accessible prices — and they remain entirely viable for launching a project. As practice shows, solid servers can still be built on them, albeit with greater effort. As for the market — Classic, Essence, and Main have long been running on l2-scripts engines, and the majority of successful servers have, at one stage or another, used our source code as their foundation. This isn't self-promotion — it's the history of the industry. Today, for established projects with a reputation, we offer a different format: private partnership with individual terms tailored to your business goals. If you're interested in long-term collaboration — we're open to the conversation. We have solutions for every level — from newcomers to top-tier projects. Feel free to reach out, and we'll be happy to discuss.
    • implemented Black Market NPC that can copy and make discount on desired multisells , spawns despawns and fully configurable with schedule and random timer   implemented Dungeon Finder , fully configurable for custom dungeons and can be accessed from 2-9 party size. Your choice! 
    • https://en.l2oops.com/chronicle/lineage-2-essence   almost all the servers on here are using l2scripts or bonux files..
  • 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..