criss22 Posted November 13, 2018 Posted November 13, 2018 (edited) HI. Can help me somebody with this problem? I use l2jsunrise and this pack comming with few configs. One of this is item enchantable in shop. And when i buy that item, in inventory is +0 http:// and in inventory is http:// Edited November 13, 2018 by criss22
0 SweeTs Posted November 13, 2018 Posted November 13, 2018 First, learn to upload images. Secondly, don't lol, don't say "i make enchantment items in shop" as that says NOTHING to us. Post EXACTLY what did you do.
0 criss22 Posted November 13, 2018 Author Posted November 13, 2018 it's possible to make this thing to work?
0 SweeTs Posted November 13, 2018 Posted November 13, 2018 No idea, don't know the pack. If there is already some multisell with working items + sell, take a look there and compare. If all looks ok - which I doubt, you miss/forgot about something - you should check the code how it's processed.
0 criss22 Posted November 13, 2018 Author Posted November 13, 2018 I am 100% sure the configs are good. and i don;t edit this part in this pack. Here it is XML with enchant. <?xml version="1.0" encoding="UTF-8"?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd"> <!-- Vesper Avenger - Health --> <item> <ingredient id="9142" count="40" /> <production id="14137" count="1" enchantmentLevel="25" /> </item> I search in configs, but nothing. I saw in some forums here on MXC, something about MaintainEnchant="True", i set that and still no work.
0 criss22 Posted November 13, 2018 Author Posted November 13, 2018 Solved! This problem was in this line. xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd"> i change with xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
0 SweeTs Posted November 13, 2018 Posted November 13, 2018 Yay, it was pointing to wrong dir. See, it was enough to check another xml :D Good, good.
Question
criss22
HI. Can help me somebody with this problem? I use l2jsunrise and this pack comming with few configs. One of this is item enchantable in shop. And when i buy that item, in inventory is +0
http://
and in inventory is
http://
Edited by criss226 answers to this question
Recommended Posts