Page 1 of 1

Bag during Craft!

Posted: Wed Oct 27, 2010 3:33 pm
by fokysss
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4422:
L2JDP Revision 7669:

Hello!
Players on my server reported me a bug during craft!
Here is and example from recipes.xml with count of items that should be used on item creation!
This item count also apears on dwar recipe book,but when you click on ''MAKE'' button in game system is asking for more items,i will paste count of items that system is asking opposite numbers that should be asked!
<item id="21" recipeId="1805" name="mk_soulshot_c" craftLevel="4" type="dwarven" successRate="100">
<statUse name="MP" value="84" />
<production id="1464" count="952" />
<ingredient id="1785" count="30" /> <<<------------ 300
<ingredient id="1459" count="2" /> <<<---------- 20
NOTE:This is only one example,it is the same with other items from soulshot class!

Re: Bag during Craft!

Posted: Wed Oct 27, 2010 3:35 pm
by _DS_
RateConsumableCost = 1

Re: Bag during Craft!

Posted: Wed Oct 27, 2010 3:56 pm
by fokysss
Solved