Having a small problem with layering. The cloak is supposed to appear OVER the armor. Here's an image of the issue.
Â
<Up>
<!--Paperdoll is rendered in the following order when facing up. If you want to change when each piece of equipment gets rendered simply swap the equipment names.-->
<Slot0>Boots</Slot0>
<Slot1>Pants</Slot1>
<Slot2>Weapon</Slot2>
<Slot3>Shield</Slot3>
<Slot4>Gloves</Slot4>
<Slot5>Armor</Slot5>
<Slot6>Cloak</Slot6>
<Slot7>Amulet</Slot7>
<Slot8>Helmet</Slot8>
</Up>
<Down>
<!--Paperdoll is rendered in the following order when facing down. If you want to change when each piece of equipment gets rendered simply swap the equipment names.-->
<Slot0>Boots</Slot0>
<Slot1>Pants</Slot1>
<Slot2>Armor</Slot2>
<Slot3>Gloves</Slot3>
<Slot4>Weapon</Slot4>
<Slot5>Shield</Slot5>
<Slot6>Cloak</Slot6>
<Slot7>Amulet</Slot7>
<Slot8>Helmet</Slot8>
</Down>
Now, I have switched the cloak and armor back and forth in the draw order (and reset the server every time to make sure it was loading the new config), but it STILL draws the armor over the cloak on facing up. Not sure what's happening here. Any ideas?
Question
Ravenborn
Having a small problem with layering. The cloak is supposed to appear OVER the armor. Here's an image of the issue.
Â
Now, I have switched the cloak and armor back and forth in the draw order (and reset the server every time to make sure it was loading the new config), but it STILL draws the armor over the cloak on facing up. Not sure what's happening here. Any ideas?
Link to comment
Share on other sites
8 answers to this question
Recommended Posts