blob: c7f5b04aacd0612519d204158c776da11471c49c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2011-2012 Evol Online -->
<equipment>
<window width="180" height="345"/>
<playerbox x="50" y="80" width="74" height="168"/>
<slot name="torso" x="90" y="40" image="0"/>
<slot name="gloves" x="8" y="78" image="1"/>
<slot name="hat" x="70" y="0" image="2"/>
<slot name="pants" x="50" y="253" image="3"/>
<slot name="boots" x="90" y="253" image="4"/>
<slot name="" x="8" y="213"/>
<slot name="wings" x="129" y="213" image="10"/>
<slot name="scarf" x="50" y="40" image="11"/>
<slot name="weapon" x="8" y="168" image="7"/>
<slot name="shield" x="129" y="168" image="8"/>
<slot name="ammo" x="129" y="78" image="9"/>
<slot name="amulet" x="8" y="123" image="6"/>
<slot name="ring" x="129" y="123" image="5"/>
</equipment>
|