Recipes quick questions
Posted: Wed Oct 13, 2010 7:01 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4416
L2JDP Revision Number:7666
Hello, i m not experienced yet when it comes to receips, but i have only 1 questions.
are the material requirements of a receip in client?
if for exemple, i have this
and i remove the line , in the game, will that material be visible as a requirement, allthough it s not required server side anymore>
i ask this because i know even if i edit chance 60% to 100, in game it s still 60% visible?
ty
» Find Revision
L2J Revision Number:4416
L2JDP Revision Number:7666
Hello, i m not experienced yet when it comes to receips, but i have only 1 questions.
are the material requirements of a receip in client?
if for exemple, i have this
Code: Select all
<item id="937" recipeId="15775" name="mk_sealed_destino_helmet" craftLevel="9" type="dwarven" successRate="60"> <statUse name="MP" value="246" /> <production id="15694" count="1" /> <productionRare id="16221" count="1" rarity="70" /> <ingredient id="15775" count="1" /> <ingredient id="15645" count="18" /> <ingredient id="5551" count="1" /> <ingredient id="1894" count="360" /> <ingredient id="4043" count="36" /> <ingredient id="9630" count="18" /> <ingredient id="1462" count="54" /> <ingredient id="2134" count="9" /> </item>
Code: Select all
<ingredient id="15645" count="18" />
i ask this because i know even if i edit chance 60% to 100, in game it s still 60% visible?
ty