diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-07-20 13:09:52 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | 1ea62b12e9b80fb43d0aea1346db562314683602 (patch) | |
tree | 9d62b718846ef6c9d68088fd5de92ef6a69a513e | |
parent | f89f441e7edb38bd7dc7ba0f5ffc7c69a49f2f82 (diff) | |
download | clientdata-1ea62b12e9b80fb43d0aea1346db562314683602.tar.gz clientdata-1ea62b12e9b80fb43d0aea1346db562314683602.tar.bz2 clientdata-1ea62b12e9b80fb43d0aea1346db562314683602.tar.xz clientdata-1ea62b12e9b80fb43d0aea1346db562314683602.zip |
Add the first few npcs: old Koga, Lumberjack, Richard.
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 7 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/richard.xml | 5 | ||||
-rw-r--r-- | npcs.xml | 3 |
4 files changed, 20 insertions, 5 deletions
diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml index 6b3f17ad..cb74e8bf 100644 --- a/graphics/sprites/npcs/xml/koga.xml +++ b/graphics/sprites/npcs/xml/koga.xml @@ -13,4 +13,14 @@ Copyright (C) 2018 Evol Online --> <frame index="0"/> </animation> </action> +======= +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/koga.png" width="634" height="477"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> + </sprite> diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml index 2d6867d4..9735995c 100644 --- a/graphics/sprites/npcs/xml/lumberjack.xml +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -12,6 +12,13 @@ Copyright (C) 2018 Evol Online --> <action name="stand" imageset="base"> <animation direction="default"> +======= +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- eyes movements --> <frame index="0" delay="3000"/> <frame index="1" delay="80"/> <frame index="0" delay="1500"/> diff --git a/graphics/sprites/npcs/xml/richard.xml b/graphics/sprites/npcs/xml/richard.xml index b176ebbb..3c436ef5 100644 --- a/graphics/sprites/npcs/xml/richard.xml +++ b/graphics/sprites/npcs/xml/richard.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - <!-- Author: Micksha -Copyright (C) 2015 Evol Online --> + +Copyright (C) 2018 Evol Online --> <sprite> <imageset name="npc" @@ -13,6 +13,7 @@ Copyright (C) 2015 Evol Online --> <label name="start"/> <goto label="static" rand="95"/> <goto label="winking" rand="100"/> + <goto label="winking" rand="5"/> <!-- winking --> <label name="winking"/> <sequence start="0" end="2" delay="160"/> @@ -449,8 +449,6 @@ IDs 900-999 = Special <menu name="Talk" command="talk 'NAME'"/> </npc> - - <!-- Animated NPCs --> <npc id="400" allowDelete="false"> @@ -812,7 +810,6 @@ IDs 900-999 = Special <sprite>equipment/legs/shorts-male.xml|#16486e,498ec5,e4f2fc</sprite> <sprite>equipment/chest/shirt-male.xml|#2b2b2b,382140,3f3f3f,3a254e,585858,3b3769,858585,3c3d83,a7a7a7,4246a6,d6d6d6,5a9cdb,ffffff,afedd2</sprite> <sprite>hairstyles/hairstyle01.xml</sprite> - <menu name="Talk" command="talk 'NAME'"/> </npc> <!-- Test NPCs --> |