diff options
author | mekolat <mekolat@gmail.com> | 2014-06-16 15:30:59 -0400 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-06-30 22:45:22 -0500 |
commit | 8b687b477f2ab5b683bb98bd3446e7b8af359913 (patch) | |
tree | 28ac9a5c9cd50ed523902140711a076eb85c98b8 /equipmentwindow.xml | |
parent | d874826b24d6c723db3c446d2fb8274931d0b5e1 (diff) | |
download | clientdata-8b687b477f2ab5b683bb98bd3446e7b8af359913.tar.gz clientdata-8b687b477f2ab5b683bb98bd3446e7b8af359913.tar.bz2 clientdata-8b687b477f2ab5b683bb98bd3446e7b8af359913.tar.xz clientdata-8b687b477f2ab5b683bb98bd3446e7b8af359913.zip |
Manaplus compatibility
Disable auto-follow
Add complete list of gm commands
Add auto-complete chat commands
Fix equipment window fix
closes #114
Diffstat (limited to 'equipmentwindow.xml')
-rw-r--r-- | equipmentwindow.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml new file mode 100644 index 00000000..02fde278 --- /dev/null +++ b/equipmentwindow.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: 4144 +Copyright (C) 2011-2012 Evol Online --> +<equipment> + <window width="205" height="400"/> + <playerbox x="50" y="80" width="74" height="123"/> + <slot name="torso" x="94" y="48" image="0"/> + <slot name="gloves" x="8" y="92" image="1"/> + <slot name="hat" x="72" y="4" image="2"/> + <slot name="pants" x="50" y="226" image="3"/> + <slot name="boots" x="94" y="226" image="4"/> + <slot name="cape" x="8" y="182" image="5" /> + <slot name="wings" x="136" y="182" image="6"/> + <slot name="scarf" x="50" y="48" image="5"/> + <slot name="weapon" x="8" y="137" image="7"/> + <slot name="shield" x="136" y="137" image="8"/> + <slot name="ammo" x="136" y="92" image="9"/> +</equipment> |