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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...