diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-13 21:45:33 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-13 21:45:33 +0400 |
commit | b83c34daa406718e71da63213e2b16b01242e77e (patch) | |
tree | 7be0d4b0448ee84fbd468c9e997e8a6e70c90cdb /monsters.xml | |
parent | 7e4986ee5252931247154d784e12f170c72b455a (diff) | |
download | clientdata-b83c34daa406718e71da63213e2b16b01242e77e.tar.gz clientdata-b83c34daa406718e71da63213e2b16b01242e77e.tar.bz2 clientdata-b83c34daa406718e71da63213e2b16b01242e77e.tar.xz clientdata-b83c34daa406718e71da63213e2b16b01242e77e.zip |
Removed no longer necessary example in monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/monsters.xml b/monsters.xml index 307d4985..0ce0b210 100644 --- a/monsters.xml +++ b/monsters.xml @@ -3,8 +3,6 @@ Copyright (C) 2010-2012 Evol Online --> <!-- -monsters.xml parameters explanation: - <monsters> Parent of the monster strings. <monster> Monster tag. Every new tag contain some specific attribute of the monster. The following paramaters is a list of them: id="" ID of the monster. It is different for each monster and starts from 0. @@ -14,12 +12,6 @@ walkType="" The walk type is used to manage which monster can fly over coll <sprite> This tag shows the path to the xml of the monster. <sound> Sound tag. Contains an event which displays the sound effects to the corresponding action. The next paramaters lists them: event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. - -Example: - <monster id="0" name="Reid" targetCursor="large" walkType="fly"> - <sprite>monsters/reid.xml</sprite> - <sound event="die">monsters/reid/reid-die-1.ogg</sound> - </monster> --> <monsters> |