summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-11-13 02:52:30 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-11-13 19:54:03 +0100
commitdf82930fa5d5715289f52ab8c05bad39afce270f (patch)
tree6483ed955315bebb748b9c72758c6c5d88b2df81
parent7ef4c5e7a13d1555536bbd2471eee11fb8ed1b5f (diff)
downloadmanaserv-df82930fa5d5715289f52ab8c05bad39afce270f.tar.gz
manaserv-df82930fa5d5715289f52ab8c05bad39afce270f.tar.bz2
manaserv-df82930fa5d5715289f52ab8c05bad39afce270f.tar.xz
manaserv-df82930fa5d5715289f52ab8c05bad39afce270f.zip
Added the background parameter values to the equip.xml file.
Reviewed-by: Thorbjorn Lindeijer
-rw-r--r--example/clientdata/equip.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/example/clientdata/equip.xml b/example/clientdata/equip.xml
index db7aeccc..0a53a9ac 100644
--- a/example/clientdata/equip.xml
+++ b/example/clientdata/equip.xml
@@ -8,31 +8,31 @@
-->
<equip-slots>
<slot id="1" name="Hand" capacity="2" visible="true" weapon="true">
- <box x="8" y="123" />
- <box x="129" y="123" />
+ <box x="8" y="123" background="equip-box-hands.png" />
+ <box x="129" y="123" background="equip-box-shield.png" />
</slot>
<slot id="2" name="Torso" capacity="1" visible="true">
- <box x="50" y="40" />
+ <box x="50" y="40" background="equip-box-chest.png" />
</slot>
<slot id="3" name="Arms" capacity="1">
- <box x="8" y="78" />
+ <box x="8" y="78" background="equip-box-hands.png" />
</slot>
<slot id="4" name="Head" capacity="1" visible="true">
- <box x="70" y="0" />
+ <box x="70" y="0" background="equip-box-head.png" />
</slot>
<slot id="5" name="Legs" capacity="1" visible="true">
- <box x="50" y="208" />
+ <box x="50" y="208" background="equip-box-legs.png" />
</slot>
<slot id="6" name="Ring" capacity="1">
- <box x="129" y="78" />
+ <box x="129" y="78" background="equip-box-ring.png" />
</slot>
<slot id="7" name="Necklace" capacity="1">
- <box x="90" y="40" />
+ <box x="90" y="40" background="equip-box-neck.png" />
</slot>
<slot id="8" name="Feet" capacity="1" visible="true">
- <box x="90" y="208" />
+ <box x="90" y="208" background="equip-box-feet.png" />
</slot>
<slot id="9" name="Ammo" capacity="1" ammo="true">
- <box x="8" y="168" />
+ <box x="8" y="168" background="equip-box-ammo.png" />
</slot>
</equip-slots>