Jump to content
  • 0

Dont Remove Buffs After Death [ Acis ]


iAlreadyExist

Question

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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);
		}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...