Bag during Craft!

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
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Bag during Craft!

Post 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!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Bag during Craft!

Post by _DS_ »

RateConsumableCost = 1
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Bag during Craft!

Post by fokysss »

Solved
Post Reply