Need Help for create recipe..
Posted: Fri Mar 12, 2010 8:27 pm
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 :
So if i'm right, i must add after this :
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
ยป 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>
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>
Thank you
