summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-10-23 13:25:14 +0200
committerPhilipp Sehmisch <mana@crushnet.org>2010-10-23 13:25:14 +0200
commit9dbed61281088b5673aee09cd86d276863c160f2 (patch)
tree0b2e17bd00a6872436be5c276f1331fe649f803d /example
parentbf6e38872829f87ff408f294184da14c8c24bfd4 (diff)
downloadmanaserv-9dbed61281088b5673aee09cd86d276863c160f2.tar.gz
manaserv-9dbed61281088b5673aee09cd86d276863c160f2.tar.bz2
manaserv-9dbed61281088b5673aee09cd86d276863c160f2.tar.xz
manaserv-9dbed61281088b5673aee09cd86d276863c160f2.zip
Added example equip.xml
Diffstat (limited to 'example')
-rw-r--r--example/clientdata/equip.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/example/clientdata/equip.xml b/example/clientdata/equip.xml
new file mode 100644
index 00000000..0d1c1d3b
--- /dev/null
+++ b/example/clientdata/equip.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<equip-slots>
+ <slot name="hand" count="2" visible="true" />
+ <slot name="torso" count="1" visible="true" />
+ <slot name="arms" count="1" />
+ <slot name="head" count="1" visible="true" />
+ <slot name="legs" count="1" visible="true" />
+ <slot name="ring" count="1" />
+ <slot name="necklace" count="1" />
+ <slot name="feet" count="1" />
+ <slot name="ammo" count="1" />
+</equip-slots>