summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-10 12:49:49 +0100
committerReid <reidyaro@gmail.com>2012-01-10 12:49:49 +0100
commit03fb8a8dfea383a87c24d211ec784e87397edc81 (patch)
tree48efde7e2384ad751162ee1bdf0e641673ee311c
parent2db8b79251cb9732ede8e38f80eb5af87e0edb8b (diff)
downloadclientdata-03fb8a8dfea383a87c24d211ec784e87397edc81.tar.gz
clientdata-03fb8a8dfea383a87c24d211ec784e87397edc81.tar.bz2
clientdata-03fb8a8dfea383a87c24d211ec784e87397edc81.tar.xz
clientdata-03fb8a8dfea383a87c24d211ec784e87397edc81.zip
Remove bracelets for beta1 release,
Add npc (medium size) xml, Add dan NPC on npcs.xml.
-rw-r--r--graphics/items/equipment/hands/bracelets.pngbin632 -> 0 bytes
-rw-r--r--graphics/sprites/equipment/hands/bracelets.pngbin5271 -> 0 bytes
-rw-r--r--graphics/sprites/equipment/hands/bracelets.xml106
-rw-r--r--graphics/sprites/npcs/XML1/npc.xml14
-rw-r--r--items.xml6
-rw-r--r--npcs.xml4
6 files changed, 21 insertions, 109 deletions
diff --git a/graphics/items/equipment/hands/bracelets.png b/graphics/items/equipment/hands/bracelets.png
deleted file mode 100644
index 1339b0a5..00000000
--- a/graphics/items/equipment/hands/bracelets.png
+++ /dev/null
Binary files differ
diff --git a/graphics/sprites/equipment/hands/bracelets.png b/graphics/sprites/equipment/hands/bracelets.png
deleted file mode 100644
index 35e8992e..00000000
--- a/graphics/sprites/equipment/hands/bracelets.png
+++ /dev/null
Binary files differ
diff --git a/graphics/sprites/equipment/hands/bracelets.xml b/graphics/sprites/equipment/hands/bracelets.xml
deleted file mode 100644
index a362f95d..00000000
--- a/graphics/sprites/equipment/hands/bracelets.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0"?>
-<!-- Original Author possible tmw, tmw br, ufb projects
-Copyright (C) 2010-2011 Evol Online -->
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/equipment/hands/bracelets.png" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="27" end="30" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="63" end="66" delay="75" />
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- <end />
- </animation>
- </action>
-
-</sprite>
diff --git a/graphics/sprites/npcs/XML1/npc.xml b/graphics/sprites/npcs/XML1/npc.xml
new file mode 100644
index 00000000..b78daf8b
--- /dev/null
+++ b/graphics/sprites/npcs/XML1/npc.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!-- Author : Reid
+Copyright (C) 2012 Evol Online -->
+<sprite variants="1" variant_offset="1">
+
+ <imageset name="base" src="graphics/sprites/npcs/sprite/npc.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0" />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/items.xml b/items.xml
index 2228b938..13f94ed2 100644
--- a/items.xml
+++ b/items.xml
@@ -373,8 +373,8 @@ Colors is now seted up by itemcolors.xml.
</item>
- <!-- Gloves -->
- <item id="2000"
+ <!-- Gloves
+ <item id="2001"
image="equipment/hands/bracelets.png"
name="Bracelets"
description="Made out of wood and iron."
@@ -382,7 +382,7 @@ Colors is now seted up by itemcolors.xml.
type="equip-arms"
weight="30">
<sprite>equipment/hands/bracelets.xml</sprite>
- </item>
+ </item> -->
<!-- Pants -->
diff --git a/npcs.xml b/npcs.xml
index e75c6d48..4edc70c7 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -59,6 +59,10 @@ IDs 990-999 = Special
<sprite>npcs/XML1/billybons.xml</sprite>
</npc>
<npc id="312">
+ <!-- Demon-Man, sittin on a chair... -->
+ <sprite>npcs/XML1/npc.xml</sprite>
+ </npc>
+ <npc id="313">
<!-- Mudget-Man, small and not smart at all... -->
<sprite>npcs/XML1/silvio.xml</sprite>
</npc>