Need Help for create recipe..

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
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Need Help for create recipe..

Post 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 :)
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Need Help for create recipe..

Post by janiii »

recipes are client side.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: Need Help for create recipe..

Post 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
Post Reply