Encuesta

What do you think of the mod?

Brutal
It's good
Normal

Autor Tema: [MOD] Dressme  (Leído 2344 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Dressme
« en: 14 de Mayo de 2022, 03:32:23 am »
Information:

[EN] Allows player appearance change.
[ES] Permite el cambio de apariencia del jugador.

Features:
  • Save values local mod file.
  • Armor list in xml file.
  • Cloak list in xml file.
  • Shield list in xml file.
  • Weapon list in xml file.
  • Multi-lang for all text.

Images:



Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Dressme System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Dressme System:
# Default: False
DressmeSystemEnabled = False

# Enabled system by item:
# Default: False
DressmeByItemEnabled = False

# List of item premium:
# Default: ["999000","999001"]
DressmeByItemId = ["999000","999001"]

# Enabled system by access level:
# Default: False
DressmeByAccessLevelEnabled = False

# Access level require:
# Default: 8
DressmeByAccessLevel = 8

Xml list:

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Armors.xsd">

<!-- S84 - Elegia -->
<armor id="1" name="Elegia Heavy" chest="15575" legs="15578" gloves="15581" boots="15584"/>
<armor id="2" name="Elegia Light" chest="15576" legs="15579" gloves="15582" boots="15585"/>
<armor id="3" name="Elegia Robe" chest="15577" legs="15580" gloves="15583" boots="15586"/>

<!-- S84 - Vorpal -->
<armor id="4" name="Vorpal Heavy" chest="15592" legs="15595" gloves="15598" boots="15601"/>
<armor id="5" name="Vorpal Light" chest="15593" legs="15596" gloves="15599" boots="15602"/>
<armor id="6" name="Vorpal Robe" chest="15594" legs="15597" gloves="15600" boots="15603"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Cloaks.xsd">

<cloaks id="1" name="Ancient Cloak" item="14602"/>
<cloaks id="2" name="Knight's Cloak" item="13687"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Shields.xsd">

<!-- S84 - Elegia -->
<shield id="1" name="Elegia Shield" item="15587"/>
<shield id="2" name="Elegia Sigil" item="15588"/>

<!-- S84 - Vorpal -->
<shield id="3" name="Vorpal Shield" item="15758"/>
<shield id="4" name="Vorpal Sigil" item="15759"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Weapons.xsd">

<!-- S84 - Boss Weapons -->
<weapon id="1" name="Hellblade" item="21919"/>
<weapon id="2" name="Butcher Blades" item="21935"/>
<weapon id="3" name="Claw of Destruction" item="21939"/>
<weapon id="4" name="Blades of Delusion" item="21955"/>
<weapon id="5" name="Blood Brother" item="21959"/>
<weapon id="6" name="Mardil's Fan" item="21973"/>

<!-- Infinity Weapons -->
<weapon id="7" name="Infinity Blade" item="6611"/>
<weapon id="8" name="Infinity Cleaver" item="6612"/>
<weapon id="9" name="Infinity Axe" item="6613"/>
<weapon id="10" name="Infinity Rod" item="6614"/>
<weapon id="11" name="Infinity Crusher" item="6615"/>
<weapon id="12" name="Infinity Scepter" item="6616"/>
<weapon id="13" name="Infinity Stinger" item="6617"/>
<weapon id="14" name="Infinity Fang" item="6618"/>
<weapon id="15" name="Infinity Bow" item="6619"/>
<weapon id="16" name="Infinity Wing" item="6620"/>
<weapon id="17" name="Infinity Spear" item="6621"/>
<weapon id="18" name="Infinity Rapier" item="9388"/>
<weapon id="19" name="Infinity Sword" item="9389"/>
<weapon id="20" name="Infinity Shooter" item="9390"/>

</list>



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
  • Save values in SQL for restart.
  • Missing Cloaks option.
  • Add pages option for more buttons.