diff options
author | Reid <reidyaro@gmail.com> | 2011-12-06 23:35:09 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-06 23:35:09 +0100 |
commit | d88d1610a57fb6de4646737be2e0488061dde0db (patch) | |
tree | 2e68ef0cdd63c58715db85e8500f0440ddedb9f8 /graphics | |
parent | 1d12311f6d347d51bfed062aaa2caddf4bfe0dba (diff) | |
download | clientdata-d88d1610a57fb6de4646737be2e0488061dde0db.tar.gz clientdata-d88d1610a57fb6de4646737be2e0488061dde0db.tar.bz2 clientdata-d88d1610a57fb6de4646737be2e0488061dde0db.tar.xz clientdata-d88d1610a57fb6de4646737be2e0488061dde0db.zip |
Changed color on waterdrop item,
Added dye setting on cotton shirt female and male "|W",
Updated some dye problems on items.xml with id 508,
Updated every maps with collision and warp place setting,
Added monster sound event on monsters.xml.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/generic/use/waterdrop.png | bin | 463 -> 395 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/cottonshirt-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/chest/cottonshirt-male.xml | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/graphics/items/generic/use/waterdrop.png b/graphics/items/generic/use/waterdrop.png Binary files differindex d9388853..35c8693d 100644 --- a/graphics/items/generic/use/waterdrop.png +++ b/graphics/items/generic/use/waterdrop.png diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.xml b/graphics/sprites/equipment/chest/cottonshirt-female.xml index bb3b2010..b1ee22fc 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-female.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-female.xml @@ -3,7 +3,7 @@ Copyright (C) 2010-2011 Evol Online --> <sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png" width="64" height="64" /> + <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png|W" width="64" height="64" /> <action name="stand" imageset="base"> <animation direction="down"> diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.xml b/graphics/sprites/equipment/chest/cottonshirt-male.xml index 51d911b3..cf1be653 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-male.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-male.xml @@ -3,7 +3,7 @@ Copyright (C) 2010-2011 Evol Online --> <sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png" width="64" height="64" /> + <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png|W" width="64" height="64" /> <action name="stand" imageset="base"> <animation direction="down"> |