diff options
author | Reid <reidyaro@gmail.com> | 2011-11-27 00:47:48 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-11-27 00:47:48 +0100 |
commit | 7019bee94a0ba6158fcbd11a73046e012a669c81 (patch) | |
tree | 9db51542cae5966b5655486516c03a608a0e3b01 /equipmentwindow.xml | |
download | clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.gz clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.bz2 clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.xz clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.zip |
Initialization of the Clientdata for the Beta release of Evol Online.
Diffstat (limited to 'equipmentwindow.xml')
-rw-r--r-- | equipmentwindow.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml new file mode 100644 index 00000000..c1f300e8 --- /dev/null +++ b/equipmentwindow.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author : 4144 +(C) Evol Online 2011. --> + +<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" /> + <slot name="boots" x="90" y="253" /> + <slot name="" x="8" y="213" /> + <slot name="wings" x="129" y="213" /> + <slot name="scarf" x="50" y="40" /> + <slot name="weapon" x="8" y="168" /> + <slot name="shield" x="129" y="168" /> + <slot name="ammo" x="129" y="78" /> + <slot name="amulet" x="8" y="123" /> + <slot name="ring" x="129" y="123" /> +</equipment> |