summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-10-26 23:22:35 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-10-26 23:22:35 +0200
commit42f0fc2197e1f1b8a359e10dabe0ceef58c3615b (patch)
tree6c58d1b55218e3bcade8b13567fabab4405885f2 /example
parentf9c91630f39ce441ed0536064d1678236f67b0d1 (diff)
downloadmanaserv-42f0fc2197e1f1b8a359e10dabe0ceef58c3615b.tar.gz
manaserv-42f0fc2197e1f1b8a359e10dabe0ceef58c3615b.tar.xz
manaserv-42f0fc2197e1f1b8a359e10dabe0ceef58c3615b.zip
Added an empty npcs.xml file to the client data
Needed for the Mana client to reach the character selection dialog.
Diffstat (limited to 'example')
-rw-r--r--example/clientdata/npcs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/clientdata/npcs.xml b/example/clientdata/npcs.xml
new file mode 100644
index 0000000..0128b0e
--- /dev/null
+++ b/example/clientdata/npcs.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ This file maps the NPC appearance IDs the server is sending to the
+ spritesheet(s).
+
+ Note that it is possible to give an NPC multiple sprites. In this case the
+ sprites are drawn in order of declaration.
+-->
+<npcs>
+</npcs>