Page 1 of 1

Allow Self Mana Recharge

Posted: Mon May 31, 2010 1:59 pm
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!

Re: Allow Self Mana Recharge

Posted: Mon May 31, 2010 3:02 pm
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>

Re: Allow Self Mana Recharge

Posted: Mon May 31, 2010 3:24 pm
by alehawk
:O didnt know that!
Thank you!