mana reconstruction

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

mana reconstruction

Post by bembelinas »

where could i find mana reconstruction because it gives only 100 mp i want 500
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: mana reconstruction

Post by MELERIX »

mana reconstruction ? what is that ? :?
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: mana reconstruction

Post by bembelinas »

When you click to mana potion it gives you mp i want that mana pot,. give mo mp and where can i change this in config or where ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: mana reconstruction

Post by MELERIX »

ok, is simple, just change the amount to 500

thats all :P

if you ask where ?

just search for the skill called "Custom Mana Potion" in the skill XML files.
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: mana reconstruction

Post by bembelinas »

thanks :D
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: mana reconstruction

Post by bembelinas »

Maybe you know in what xml file custom mana potion ?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: mana reconstruction

Post by JIV »

open etcitem.sql search mana potion and check column skill.
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: mana reconstruction

Post by bembelinas »

Code: Select all

<skill id="10001" levels="1" name="Custom Mana Potion">		<set name="itemConsumeId" val="728" />		<set name="itemConsumeCount" val="1" />		<set name="isPotion" val="true" />		<set name="magicLvl" val="1" />		<set name="operateType" val="OP_ACTIVE" />		<set name="power" val="100" />		<set name="skillType" val="MANAHEAL" />		<set name="target" val="TARGET_SELF" />		<cond msgId="113" addName="1">			<player flyMounted="False" />		</cond>	</skill></list>
And where can i change ? :?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: mana reconstruction

Post by LasTravel »

Code: Select all

<set name="power" val="100" /> 
= 100 mana

Code: Select all

<set name="power" val="200" /> 
= 200 mana

Code: Select all

<set name="power" val="300" /> 
= 300 mana
Etc..
silex
Posts: 10
Joined: Sun Jan 10, 2010 5:06 pm

Re: mana reconstruction

Post by silex »

Hi, my question is more about something else neither Mana potion..
I'm trying to create Vitality potion same way as Mana potion work..
But I don't know where to look at the source code, can't find the right file.. Thanks
User avatar
sokal
Posts: 17
Joined: Wed May 27, 2009 1:07 pm

Re: mana reconstruction

Post by sokal »

Try to look at the vitality herb....a potion should be something like the herb ;)
Image
Post Reply