fake apparence

Lordeze

Heir
Customer
Hello everyone,


I’m having a problem with the fake appearance system. When I test two fake appearances, one of them gets stuck.


For example, if I test the body only, the fake respects its trial time correctly. But when I test both body and hat, the hat respects its trial time, while the body fake does not disappear and stays permanently active. It only goes away after relogging.


Is it possible to adjust this so both can be tested at the same time correctly?


I haven’t tested it with weapons yet, but I think it might be the same issue — when testing two fakes at the same time, one remains stuck while the other respects its trial duration.


I’m attaching a video. Sorry it’s 2 minutes long, but if it’s shorter you can’t clearly see the issue I’m describing.
 
This is not from lucera dressme system. This look likes a custom code.
we have the same, absolutely the same, that is just custom HTML
That is Lucera dress me system

Code:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "item_fake_appearance.dtd">
<!--
Guide: https://lucera2.com/threads/new-way-to-change-the-appearance-of-armor.1584/
Инструкция https://lucera2.com/threads/novyi-sposob-izmenenija-vneshnego-vida-broni.1583/

 Example for fitting and apply from own service.
    Example of Try out bypass: action="bypass -h scripts_services.ItemFakeAppearance:fitting 485"
    Example of permanently apply: action="bypass -h scripts_services.ItemFakeAppearance:apply 485"
    Example of remove exist appearance: action="bypass -h scripts_services.ItemFakeAppearance:removeAppearance"
    <item itemId="485" consumeItemId="57" consumeItemAmount="1000" tryOutItemId="57" tryOutItemAmount="1" tryOutTime="30">
        <display itemId="6408"/>
    </item>
    <item itemId="486" consumeItemId="57" consumeItemAmount="1000" tryOutItemId="57" tryOutItemAmount="1" tryOutTime="30">
        <display itemId="6408"/>
        <display itemId="6408"/>
        <display itemId="6408"/>
        <display itemId="6408"/>
        <display itemId="6408"/>
    </item>
    With premium account:
    <item itemId="1001"
          consumeItemId="57" consumeItemAmount="1000" premiumConsumeItemId="4037" premiumConsumeItemAmount="1"
          tryOutItemId="57" tryOutItemAmount="100" premiumTryOutItemId="4037" premiumTryOutItemAmount="1" tryOutTime="30">
        <display itemId="2001"/>
    </item>

    ATTENTION: DO NOT COMBINE ITEM EQUIPMENT AND SERVICE SYSTEMS. CHOOSE ONE FOR THE SERVER
    ВНИМАНИЕ: НЕ КОМБИНИРУЙТЕ СИСТЕМЫ С НАДЕВАНИЕМ ПРЕДМЕТА И СЕРВИСОМ. ВЫБИРАЙТЕ НА СЕРВЕР ЧТО ТО ОДНО
-->
<list enabled="false">
    <item itemId="485">
        <display itemId="6408"/>
    </item>
    <item itemId="486">
        <display itemId="6379"/>
        <display itemId="6380"/>
        <display itemId="6381"/>
    </item>
</list>
 
Back
Top