From 4ffc6bf86bd807efdfb19b06f2f3becc16d41a68 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 17 Jan 2010 20:03:59 -0500 Subject: Make towel a charm so the client can equip it --- items.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items.xml b/items.xml index 9e2fe1d4..1f5ae961 100644 --- a/items.xml +++ b/items.xml @@ -2402,7 +2402,7 @@ image="generic-towel.png" name="Towel" description="You can dry yourself off with it if it still seems to be clean enough. - Douglas Adams" - type="generic" + type="equip-charm" weight="20"/> Date: Fri, 22 Jan 2010 10:58:02 +1300 Subject: Fix the chainmail and light platemail values to match those on the server. Thanks to DallasDean on the forums for reporting this. --- items.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/items.xml b/items.xml index 1f5ae961..55702e05 100644 --- a/items.xml +++ b/items.xml @@ -1314,10 +1314,10 @@ image="armor-chest-chainmail.png" name="Chainmail Shirt" description="A shirt made of chains. It weighs a lot but offers excellent protection." - effect="+12% Defense" + effect="+20% Defense" type="equip-torso" weight="250" - defense="12" + defense="20" max-per-slot="1"> chest-chainmail-male.xml chest-chainmail-female.xml @@ -1326,10 +1326,10 @@ image="armor-chest-lightplatemail.png|W:#ddeeff" name="Light Platemail" description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers." - effect="+14% Defense" + effect="+25% Defense" type="equip-torso" weight="240" - defense="14" + defense="25" max-per-slot="1"> chest-lightplatemail-male.xml|W:#ddeeff chest-lightplatemail-female.xml|W:#ddeeff -- cgit v1.2.3-60-g2f50 From 9fc21bf800a9398f765e11f2fc35fbbeff52e594 Mon Sep 17 00:00:00 2001 From: jared Date: Sun, 24 Jan 2010 16:06:10 -0700 Subject: Remove GM cap from Soul Menhir --- graphics/sprites/npcs/npcs.png | Bin 1346787 -> 162315 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/graphics/sprites/npcs/npcs.png b/graphics/sprites/npcs/npcs.png index 35d7a3b4..516d677b 100644 Binary files a/graphics/sprites/npcs/npcs.png and b/graphics/sprites/npcs/npcs.png differ -- cgit v1.2.3-60-g2f50