Allow Self Mana Recharge

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
alehawk
Posts: 50
Joined: Wed Mar 24, 2010 10:42 pm

Allow Self Mana Recharge

Post by alehawk »

Hi!
I got gracia 2.1 server and I want to allow an Elder to recharge himself.
A long time ago I found in the code what lines to change but I am searching for them now and I cant find them.
Soed someone know what to change to allow an elder charge themselves?
Thank you!
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Allow Self Mana Recharge

Post by lion »

you need delete condition in skill 1013 Recharge

Code: Select all

		<cond msgId="113" addName="1">			<not>				<target active_skill_id="1013" /> <!-- Cannot be used to classes that has Recharge skill -->			</not>		</cond>
alehawk
Posts: 50
Joined: Wed Mar 24, 2010 10:42 pm

Re: Allow Self Mana Recharge

Post by alehawk »

:O didnt know that!
Thank you!
Post Reply