Page 1 of 1

mana reconstruction

Posted: Wed Jun 16, 2010 10:30 pm
by bembelinas
where could i find mana reconstruction because it gives only 100 mp i want 500

Re: mana reconstruction

Posted: Wed Jun 16, 2010 11:03 pm
by MELERIX
mana reconstruction ? what is that ? :?

Re: mana reconstruction

Posted: Thu Jun 17, 2010 5:27 am
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 ?

Re: mana reconstruction

Posted: Thu Jun 17, 2010 5:51 am
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.

Re: mana reconstruction

Posted: Thu Jun 17, 2010 6:22 am
by bembelinas
thanks :D

Re: mana reconstruction

Posted: Thu Jun 17, 2010 6:42 am
by bembelinas
Maybe you know in what xml file custom mana potion ?

Re: mana reconstruction

Posted: Thu Jun 17, 2010 6:44 am
by JIV
open etcitem.sql search mana potion and check column skill.

Re: mana reconstruction

Posted: Thu Jun 17, 2010 6:55 am
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 ? :?

Re: mana reconstruction

Posted: Thu Jun 17, 2010 6:59 am
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..

Re: mana reconstruction

Posted: Thu Jul 08, 2010 10:35 pm
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

Re: mana reconstruction

Posted: Sat Jul 10, 2010 12:58 pm
by sokal
Try to look at the vitality herb....a potion should be something like the herb ;)