diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 01:40:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 01:40:52 -0300 |
commit | 50f0e5b54fee4c69376859f7d5eacc59c144ae2a (patch) | |
tree | 5c324a9ed78e3f8c6718548e49f4345f36947d90 | |
parent | 3642e0e39293ffe8229f30a52ce0ada35553b886 (diff) | |
download | clientdata-50f0e5b54fee4c69376859f7d5eacc59c144ae2a.tar.gz clientdata-50f0e5b54fee4c69376859f7d5eacc59c144ae2a.tar.bz2 clientdata-50f0e5b54fee4c69376859f7d5eacc59c144ae2a.tar.xz clientdata-50f0e5b54fee4c69376859f7d5eacc59c144ae2a.zip |
I'm just messing around, revert this commit anytime
-rw-r--r-- | equipmentwindow.xml | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml index 91db49205..131afe00e 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: 4144 -Copyright (C) 2011-2012 Evol Online --> +<!-- Author: 4144, Jesusalva +Copyright (C) 2011-2012 Evol Online +Copyright (C) 2018 TMW2: Moubootaur Legends --> <equipment> - <page name="default"> + <page name="Default"> <playerbox x="50" y="80" width="74" height="168"/> <slot name="torso" x="94" y="48" image="0"/> <slot name="gloves" x="8" y="92" image="1"/> @@ -18,8 +19,24 @@ Copyright (C) 2011-2012 Evol Online --> <slot name="ammo" x="136" y="92" image="9"/> <slot name="amulet" x="8" y="137" image="6"/> <slot name="ring" x="136" y="137" image="5"/> - </page> - <page name="all"> + </page> + <page name="Quick"> + <slot name="hat" x="0" y="0" image="2"/> + <slot name="torso" x="40" y="0" image="0"/> + <slot name="pants" x="80" y="0" image="3"/> + <slot name="boots" x="120" y="0" image="4"/> + + <slot name="gloves" x="0" y="40" image="1"/> + <slot name="ammo" x="120" y="40" image="9"/> + <slot name="weapon" x="80" y="40" image="7"/> + <slot name="shield" x="40" y="40" image="8"/> + + <slot name="scarf" x="0" y="80" image="11"/> + <slot name="wings" x="40" y="80" image="10"/> + <slot name="amulet" x="80" y="80" image="6"/> + <slot name="ring" x="120" y="80" image="5"/> + </page> + <page name="All"> <slot name="slot0" x="8" y="0" image="0"/> <slot name="slot1" x="48" y="0" image="0"/> <slot name="slot2" x="88" y="0" image="0"/> |