Jump to content
  • 0

Question

Posted (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://IujnCgt.jpg

 

and in inventory is 

 

http://tCg54Bd.jpg

Edited by criss22

6 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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
Posted

Solved! This problem was in this line.


	xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">

i change with 


	xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..