From 0b10fd63ad74a5c1fad4e1cc59e2b623e7049e44 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 27 Jan 2011 01:31:17 +0100 Subject: Updates to the example data. - Fixed monsters Id. - Added collision layer to the desert map. - Added a few simple NPCs on the map (They still need a sprite.) - Added player and hairstyles sprites files and definition in items.xml. --- .../sprites/races/humans/hairstyles/hairstyle0.xml | 80 ++++++++++++ .../sprites/races/humans/hairstyles/hairstyle1.png | Bin 0 -> 733 bytes .../sprites/races/humans/hairstyles/hairstyle1.xml | 143 +++++++++++++++++++++ .../races/humans/hairstyles/hairstyle10.png | Bin 0 -> 3127 bytes .../races/humans/hairstyles/hairstyle10.xml | 8 ++ .../races/humans/hairstyles/hairstyle11.png | Bin 0 -> 3708 bytes .../races/humans/hairstyles/hairstyle11.xml | 8 ++ .../races/humans/hairstyles/hairstyle12.png | Bin 0 -> 1668 bytes .../races/humans/hairstyles/hairstyle12.xml | 8 ++ .../races/humans/hairstyles/hairstyle13.png | Bin 0 -> 1525 bytes .../races/humans/hairstyles/hairstyle13.xml | 143 +++++++++++++++++++++ .../races/humans/hairstyles/hairstyle14.png | Bin 0 -> 2905 bytes .../races/humans/hairstyles/hairstyle14.xml | 8 ++ .../races/humans/hairstyles/hairstyle15.png | Bin 0 -> 3217 bytes .../races/humans/hairstyles/hairstyle15.xml | 8 ++ .../races/humans/hairstyles/hairstyle16.png | Bin 0 -> 2302 bytes .../races/humans/hairstyles/hairstyle16.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle2.png | Bin 0 -> 1073 bytes .../sprites/races/humans/hairstyles/hairstyle2.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle3.png | Bin 0 -> 1121 bytes .../sprites/races/humans/hairstyles/hairstyle3.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle4.png | Bin 0 -> 1312 bytes .../sprites/races/humans/hairstyles/hairstyle4.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle5.png | Bin 0 -> 1872 bytes .../sprites/races/humans/hairstyles/hairstyle5.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle6.png | Bin 0 -> 1092 bytes .../sprites/races/humans/hairstyles/hairstyle6.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle7.png | Bin 0 -> 1017 bytes .../sprites/races/humans/hairstyles/hairstyle7.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle8.png | Bin 0 -> 2532 bytes .../sprites/races/humans/hairstyles/hairstyle8.xml | 8 ++ .../sprites/races/humans/hairstyles/hairstyle9.png | Bin 0 -> 2280 bytes .../sprites/races/humans/hairstyles/hairstyle9.xml | 8 ++ .../sprites/races/humans/human_female_base.png | Bin 0 -> 60055 bytes .../sprites/races/humans/human_female_base.xml | 104 +++++++++++++++ .../sprites/races/humans/human_male_base.png | Bin 0 -> 55885 bytes .../sprites/races/humans/human_male_base.xml | 110 ++++++++++++++++ example/clientdata/items.xml | 57 ++++++++ example/clientdata/maps/desert.tmx | 9 +- example/clientdata/monsters.xml | 8 +- 40 files changed, 760 insertions(+), 6 deletions(-) create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle0.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.png create mode 100644 example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/human_female_base.png create mode 100644 example/clientdata/graphics/sprites/races/humans/human_female_base.xml create mode 100644 example/clientdata/graphics/sprites/races/humans/human_male_base.png create mode 100644 example/clientdata/graphics/sprites/races/humans/human_male_base.xml (limited to 'example/clientdata') diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle0.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle0.xml new file mode 100644 index 0000000..7fecdad --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle0.xml @@ -0,0 +1,80 @@ + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.png new file mode 100644 index 0000000..6bb2657 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.xml new file mode 100644 index 0000000..44b1d4e --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle1.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.png new file mode 100644 index 0000000..d52924b Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.xml new file mode 100644 index 0000000..665c432 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle10.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.png new file mode 100644 index 0000000..284772d Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.xml new file mode 100644 index 0000000..c6d23ec --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle11.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.png new file mode 100644 index 0000000..0309637 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.xml new file mode 100644 index 0000000..3a8c2f4 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle12.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.png new file mode 100644 index 0000000..0421089 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.xml new file mode 100644 index 0000000..56caee0 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle13.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.png new file mode 100644 index 0000000..7b4cddd Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.xml new file mode 100644 index 0000000..9f073a8 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle14.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.png new file mode 100644 index 0000000..cd77639 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.xml new file mode 100644 index 0000000..6d4f5c3 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle15.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.png new file mode 100644 index 0000000..fc13907 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.xml new file mode 100644 index 0000000..b41f1a3 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle16.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.png new file mode 100644 index 0000000..f80ad78 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.xml new file mode 100644 index 0000000..79b30f0 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle2.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.png new file mode 100644 index 0000000..b04df51 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.xml new file mode 100644 index 0000000..217f449 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle3.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.png new file mode 100644 index 0000000..b004080 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.xml new file mode 100644 index 0000000..f66b3e7 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle4.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.png new file mode 100644 index 0000000..d034fe6 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.xml new file mode 100644 index 0000000..f04c560 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle5.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.png new file mode 100644 index 0000000..b871025 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.xml new file mode 100644 index 0000000..b00aea6 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle6.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.png new file mode 100644 index 0000000..c3a27dd Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.xml new file mode 100644 index 0000000..2994f9e --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle7.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.png new file mode 100644 index 0000000..3c81a1a Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.xml new file mode 100644 index 0000000..7300dc9 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle8.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.png b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.png new file mode 100644 index 0000000..01bc360 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.xml b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.xml new file mode 100644 index 0000000..065e5b2 --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/hairstyles/hairstyle9.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/example/clientdata/graphics/sprites/races/humans/human_female_base.png b/example/clientdata/graphics/sprites/races/humans/human_female_base.png new file mode 100644 index 0000000..c4c0a80 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/human_female_base.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/human_female_base.xml b/example/clientdata/graphics/sprites/races/humans/human_female_base.xml new file mode 100644 index 0000000..1d0ffea --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/human_female_base.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/clientdata/graphics/sprites/races/humans/human_male_base.png b/example/clientdata/graphics/sprites/races/humans/human_male_base.png new file mode 100644 index 0000000..72b9b37 Binary files /dev/null and b/example/clientdata/graphics/sprites/races/humans/human_male_base.png differ diff --git a/example/clientdata/graphics/sprites/races/humans/human_male_base.xml b/example/clientdata/graphics/sprites/races/humans/human_male_base.xml new file mode 100644 index 0000000..fe495dd --- /dev/null +++ b/example/clientdata/graphics/sprites/races/humans/human_male_base.xml @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/clientdata/items.xml b/example/clientdata/items.xml index 9fd64a2..504ced4 100644 --- a/example/clientdata/items.xml +++ b/example/clientdata/items.xml @@ -1,5 +1,62 @@ + + + + races/humans/hairstyles/hairstyle1.xml + + + races/humans/hairstyles/hairstyle2.xml + + + races/humans/hairstyles/hairstyle3.xml + + + races/humans/hairstyles/hairstyle4.xml + + + races/humans/hairstyles/hairstyle5.xml + + + races/humans/hairstyles/hairstyle6.xml + + + races/humans/hairstyles/hairstyle7.xml + + + races/humans/hairstyles/hairstyle8.xml + + + races/humans/hairstyles/hairstyle9.xml + + + races/humans/hairstyles/hairstyle10.xml + + + races/humans/hairstyles/hairstyle11.xml + + + races/humans/hairstyles/hairstyle12.xml + + + races/humans/hairstyles/hairstyle13.xml + + + races/humans/hairstyles/hairstyle14.xml + + + races/humans/hairstyles/hairstyle15.xml + + + races/humans/hairstyles/hairstyle16.xml + + + + + races/humans/human_male_base.xml + races/humans/human_female_base.xml + + - H4sIAAAAAAAAA+2Y2Q6CMBBFqzy4kLgmrlFR3Bcw/v/HOcYSyKSBUttxNDycCKakxzsjTFgKIZYO6QBdoOd4HxMihd+Kgdev5PcARsAYmDDwUVED6oCX+c5VjafArARzoAW0AZ8gizWwKUHo0O+Y47cFzsDui355+YWaeVL47Rn63ZEX9ruKd//fiP1wz+HzorxwX9rwU/0Pjii/5LjID+dqK78DOk98yubnur7YE3OS9dPlYsGvIWmK9FmUh6e5LmHxoV9XpPNF8lvz8DXXqa4z8RuLdL7oA4MChprrVNe57D1qAqGeczh5BoQ+JrMZhVckP3XundnnT2hpf110/F5Od7mW0i9m6If7mpufSX2z8wWVX1zCD2fJLT9VrTn7UeZnMptR+v0LAQOHXwFnxe3dYFXjiorPeAK3IQLdABkAAA== + H4sIAAAAAAAAA+2Y2Q6CMBBFqzy4Ja6Ja1QUF9yA//86x0gDmTTQVjqOhocTwZT0eGeECRshxMYhfWAADB3vY0Ok8Nsy8PqV/E7AFJgBcwY+KhpAE/By37mq8QJYGrACOkAX6BFksQP2BgQO/cICvwNwBY5f9CvKL9DMk8LvxNAvQV7Y7y7e/f8g9sM9h8/L8sJ9WYWf6n8QovzkcZkfzrWq/M7oXPqY5ue6vtgTc0nrp8utAr9WSltkz6IiPM11kvWHfgORzRfytxbR01ynus7Gbyay+WIEjEuYaK5TXeey96jxhXrO4eTpE/rYzGYUXlH6qXPvzD9/gor210XH7+WUpGsp/WKGfrivufnZ1Dc/X1D5xQZ+OEtu+alqzdmPMj+b2YzS71/wGTj8Cjgrbu8G6xrX1HzGE2RW0EoAGQAA + + + + + H4sIAAAAAAAAA+3BAQ0AAADCoPdPbQ8HFAAAAAAAwJcBSxPzAQAZAAA= @@ -19,7 +24,7 @@ - + diff --git a/example/clientdata/monsters.xml b/example/clientdata/monsters.xml index 70d4009..c820178 100644 --- a/example/clientdata/monsters.xml +++ b/example/clientdata/monsters.xml @@ -35,7 +35,7 @@ exp: Tells how much experience point a monster is giving up - + monsters/monster-maggot.xml monsters/maggot/maggot-hit1.ogg monsters/maggot/maggot-hit2.ogg @@ -84,7 +84,7 @@ exp: Tells how much experience point a monster is giving up - + monsters/monster-scorpion.xml|#4d422d,826242,d8c282,ffffff monsters/scorpion/scorpion-hit1.ogg monsters/scorpion/scorpion-hit2.ogg @@ -138,7 +138,7 @@ exp: Tells how much experience point a monster is giving up /> - + monsters/monster-scorpion.xml|#791d0a,cd5d27,f28d54,ffffff monsters/scorpion/scorpion-hit1.ogg monsters/scorpion/scorpion-hit2.ogg @@ -185,7 +185,7 @@ exp: Tells how much experience point a monster is giving up /> - + monsters/monster-slime.xml|#72982c,ffffff monsters/slime/slime-hit1.ogg -- cgit