Page 1 of 1

Need Help for create recipe..

Posted: Fri Mar 12, 2010 8:27 pm
by kurtspirit
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi all,
can someone help me for create a recipe ? I try to make a little event for low rate server with craft mana potion..
I look on recipe.xml and the last i have on is :

Code: Select all

<item id="3000" recipeId="20191" name="mk_br_valen_dark_chocolate" craftLevel="1" type="common" successRate="95">		<statUse name="MP" value="50" />		<production id="20195" count="1" />		<ingredient id="20192" count="10" />		<ingredient id="20193" count="10" />		<ingredient id="20194" count="5" />	</item>
So if i'm right, i must add after this :

Code: Select all

<item id="728" recipeId="99999" name="mk_mana_potion" craftLevel="1" type="common" successRate="95">		<statUse name="MP" value="50" />		<production id="728" count="1" />		<ingredient id="xxxx" count="x" />		<ingredient id="xxxx" count="x" />		<ingredient id="xxxx" count="x" />	</item>
But it's the only modif to doing for working or it have another add ?? Sql maybe ? I don't know if i must doing other add or not..
Thank you :)

Re: Need Help for create recipe..

Posted: Sat Mar 13, 2010 9:23 am
by janiii
recipes are client side.

Re: Need Help for create recipe..

Posted: Sat Mar 13, 2010 4:18 pm
by kurtspirit
OH?? Really ?? :( We don't have possibility to create new recipe custom ? This is a bad new :( And can we modify a useless recipe ? Just touch on server side name and function ? Thank you Janiii