From 81ba652d89f1f88dfaa71def79eab5f2893780e4 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 27 May 2012 16:17:20 +0200 Subject: Add Jack Menhorn as sound contributor, Change coconut accessories's delays (for tarlan NPC), Add coconut monster XML, Add coconut as ID 8 on monsters.xml . --- CONTRIBUTORS | 5 +- graphics/sprites/accessories/coconut.xml | 1 + graphics/sprites/monsters/coconut.xml | 105 +++++++++++++++++++++++++++++++ monsters.xml | 25 +++++--- 4 files changed, 124 insertions(+), 12 deletions(-) create mode 100644 graphics/sprites/monsters/coconut.xml diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3ff87680..1c65c2d7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ Some other artworks and xml on Evol Online comes from The Mana World Project, he http://wiki.themanaworld.org/index.php/Contributors -The following list regroup every contributors and developers (from the Evol Online or other FOSSGame) with their contact email whom worked directly or indirectly on the Evol Online project. +The following list regroup evry contributors and developers (from the Evol Online or other FOSSGame) with their contact email whom worked directly or indirectly on the Evol Online project. == Evol Developers & Contibutors == @@ -23,9 +23,10 @@ Derpella - < - > Enchilado W E Sayers < - > Ezili (Sola) - < - > Fey Alexandre Le Corre -Hal9000 Francesco Miglietta +Hal9000 Francesco Miglietta KaTSuo Gremly Kolokolna Olga Zhupina +KomradeJack Jack Menhorn Lien Felix Jely Minnymart3 - < - > Naj Thibault Garcia diff --git a/graphics/sprites/accessories/coconut.xml b/graphics/sprites/accessories/coconut.xml index 57c541a5..25367418 100644 --- a/graphics/sprites/accessories/coconut.xml +++ b/graphics/sprites/accessories/coconut.xml @@ -61,6 +61,7 @@ Copyright (C) 2012 Evol Online --> + diff --git a/graphics/sprites/monsters/coconut.xml b/graphics/sprites/monsters/coconut.xml new file mode 100644 index 00000000..109492d0 --- /dev/null +++ b/graphics/sprites/monsters/coconut.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + +A TESTER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index 85cc4adc..2fe90134 100644 --- a/monsters.xml +++ b/monsters.xml @@ -4,16 +4,16 @@ Author : Reid monsters.xml parameters explanation: - Parent of the monster strings. - Monster tag, every new tag contain some specific attribute of the monster, here the list of them : - id="" ID of the monster, it's different for every monsters, it starts from 0. - name="" Name of the monster which will be displayed in game, it's also used by the server. + Parent of the monster strings. + Monster tag, every new tag contain some specific attribute of the monster, here the list of them : + id="" ID of the monster, it's different for every monsters, it starts from 0. + name="" Name of the monster which will be displayed in game, it's also used by the server. targetCursor="" Cursor size used by the client, different size are : small, medium and large. - walkType="" The walk type is used to manage which monster can fly over collision tiles or swim under the sea, or fly over it. different walktype are : walk walkswim and fly. - This tag show the path to the xml of the monster. - Sound tag, contain an event which display the sound effects for the corresponding action, here the list of them : - event="" Link the sfx to an action, like die, hit, hurt, miss, move and spawn. - Close monster configuration. + walkType="" The walk type is used to manage which monster can fly over collision tiles or swim under the sea, or fly over it. different walktype are : walk walkswim and fly. By default, walk option is used, and if the monster is static, this tag can be removed. + This tag show the path to the xml of the monster. + Sound tag, contain an event which display the sound effects for the corresponding action, here the list of them : + event="" Link the sfx to an action, like die, hit, hurt, miss, move and spawn. + Close monster configuration. exemple : @@ -76,7 +76,7 @@ exemple : monsters/croc.xml - monsters/blub-little.xml + monsters/coconut.xml accessories/littleblub-tentacle.xml monsters/blub/blub-hit1.ogg @@ -89,4 +89,9 @@ exemple : accessories/blub-tentacle.xml accessories/blub-tophat.xml --> + + monsters/coconut.xml + monsters/coconut/coconut-hurt1.ogg + monsters/coconut/coconut-dying1.ogg + -- cgit v1.2.3-70-g09d2