Jump to content
  • 0

Dont Remove Buffs After Death [ Acis ]


Question

Posted

Hey guys can u tell me how to make when u die to not remove buffs i try to remove 

stopAllEffectsExceptThoseThatLastThroughDeath();

from l2character.java but its give me errors on other files and if i remove them its removing other thinks like on sublcass and other ;s

5 answers to this question

Recommended Posts

  • 0
Posted

i cant find it i found only this 

	@Override
	public boolean doDie(L2Character killer)
	{
		// Kill the L2PcInstance
		if (!super.doDie(killer))
			return false;
		
		if (isMounted())
			stopFeed();
		
		synchronized (this)
		{
			if (isFakeDeath())
				stopFakeDeath(true);
		}
Guest
This topic is now closed to further replies.


×
×
  • 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