Jump to content

Recommended Posts

Posted

Hello guyz i have custom armor in my server but i cant add  in shop

in multisell when i put the id of armor parts after reload it show me in shop black icon and i get errors.

i can see the armor in game on my inventory and i can wear the armor too. Anybody have an idea how to fix the problem with blak icon - error ? :(

i will be greatfull if someone help me!!

Posted

Hello guyz i have custom armor in my server but i cant add  in shop

in multisell when i put the id of armor parts after reload it show me in shop black icon and i get errors.

i can see the armor in game on my inventory and i can wear the armor too. Anybody have an idea how to fix the problem with blak icon - error ? :(

i will be greatfull if someone help me!!

THe problem for black icons is missing textures, but since you can see them in your inventory you probably made something wrong in multisell.

Post here the multisell.

Posted
<?xml version='1.0' encoding='Utf-8?>

<list maintainEnchantment="true">

 

  <!-- (leather shirt) for (shirt)+(2100 adena) -->

  <item id="1">

    <ingredient id="57" count="2100"/>

    <production id="96137" count="1"/>

  </item>

 

</list>

 

this is one part

Posted

 

<?xml version='1.0' encoding='Utf-8?>
<list maintainEnchantment="true">
 
  <!-- (leather shirt) for (shirt)+(2100 adena) -->
  <item id="1">
    <ingredient id="57" count="2100"/>
    <production id="96137" count="1"/>
  </item>
 
</list>
 
this is one part

 

There is an error in the begining. Check the red correction.

Here :

encoding='Utf-8?>

 

 

It should be like that :

encoding='Utf-8'?>

 

Posted
<?xml version='1.0' encoding='utf-8'?>

 

<!-- Armors -->

 

<list>

 

  <!-- Scroll: Enchant Weapon D-Grade -->

  <item id="1">

    <ingredient id="57" count="100000"/>

    <production id="96131" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Weapon C-Grade -->

  <item id="2">

    <ingredient id="57" count="200000"/>

    <production id="96132" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Weapon B-Grade -->

  <item id="3">

    <ingredient id="57" count="1000000"/>

    <production id="96133" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Weapon A-Grade -->

  <item id="4">

    <ingredient id="57" count="1800000"/>

    <production id="96134" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Weapon S-Grade -->

  <item id="5">

    <ingredient id="57" count="2500000"/>

    <production id="96135" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Armor D-Grade -->

  <item id="6">

    <ingredient id="57" count="50000"/>

    <production id="96136" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Armor C-Grade -->

  <item id="7">

    <ingredient id="57" count="100000"/>

    <production id="96137" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Armor B-Grade -->

  <item id="8">

    <ingredient id="57" count="250000"/>

    <production id="96138" count="1"/>

  </item>

 

  <!-- Scroll: Enchant Armor A-Grade -->

  <item id="9">

    <ingredient id="57" count="425000"/>

    <production id="96139" count="1"/>

  </item>

 

</list>

 

 

I do this multisell but still black icon...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock