mana reconstruction
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
mana reconstruction
where could i find mana reconstruction because it gives only 100 mp i want 500
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: mana reconstruction
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 ?
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: mana reconstruction
ok, is simple, just change the amount to 500
thats all
if you ask where ?
just search for the skill called "Custom Mana Potion" in the skill XML files.
thats all

if you ask where ?
just search for the skill called "Custom Mana Potion" in the skill XML files.
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: mana reconstruction
thanks 

-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: mana reconstruction
Maybe you know in what xml file custom mana potion ?
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: mana reconstruction
open etcitem.sql search mana potion and check column skill.
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: mana reconstruction
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>

- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: mana reconstruction
Code: Select all
<set name="power" val="100" />
Code: Select all
<set name="power" val="200" />
Code: Select all
<set name="power" val="300" />
Etc..
-
- Posts: 10
- Joined: Sun Jan 10, 2010 5:06 pm
Re: mana reconstruction
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
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
- sokal
- Posts: 17
- Joined: Wed May 27, 2009 1:07 pm
Re: mana reconstruction
Try to look at the vitality herb....a potion should be something like the herb 

