summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-06-04 13:55:36 +0200
committerAlige <aligetmw@hotmail.fr>2012-06-04 13:55:36 +0200
commitcf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2 (patch)
tree15ca253d6cebbe788c002ca30e25c5c99fdaf022
parent4de5580e0d1ea408d7231499d5514cc61ee21eea (diff)
downloadclientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.gz
clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.bz2
clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.xz
clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.zip
Fixed location of savepoint and highlight xml files in effects.xml and npcs.xml.
-rw-r--r--effects.xml2
-rw-r--r--npcs.xml12
2 files changed, 7 insertions, 7 deletions
diff --git a/effects.xml b/effects.xml
index 7793ea00..d43ae71f 100644
--- a/effects.xml
+++ b/effects.xml
@@ -33,7 +33,7 @@ Copyright (C) 2010-2012 Evol Online -->
<effect id="30" particle="graphics/particles/large-explosion.xml"/>
<effect id="31" particle="graphics/particles/medium-explosion.xml"/>
<effect id="32" particle="graphics/particles/medium-smoke.xml"/>
- <effect id="33" particle="graphics/particles/savepoint/highlight.xml"/>
+ <effect id="33" particle="graphics/particles/highlight.xml"/>
<!-- Second time effects used to end an action. -->
<effect id="111" particle="graphics/particles/magic.shield-ends.xml"/>
diff --git a/npcs.xml b/npcs.xml
index 84c9e19c..c5763792 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -110,19 +110,19 @@ IDs 990-999 = Special
<!-- Special NPCs -->
<npc id="900">
<!-- Savepoint, 32x32. -->
- <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx>
+ <particlefx>graphics/particles/savepoint-32x32.xml</particlefx>
</npc>
<!-- WIP <npc id="901">
Savepoint, 32x64.
- <particlefx>graphics/particles/savepoint/savepoint-32x64.xml</particlefx>
+ <particlefx>graphics/particles/savepoint-32x64.xml</particlefx>
</npc>-->
<!-- WIP <npc id="902">
Savepoint, 64x32.
- <particlefx>graphics/particles/savepoint/savepoint-64x32.xml</particlefx>
+ <particlefx>graphics/particles/savepoint-64x32.xml</particlefx>
</npc>-->
<!-- WIP <npc id="903">
Savepoint, 64x64.
- <particlefx>graphics/particles/savepoint/savepoint-64x64.xml</particlefx>
+ <particlefx>graphics/particles/savepoint-64x64.xml</particlefx>
</npc>-->
<npc id="904">
<!-- Left Hammock -->
@@ -135,7 +135,7 @@ IDs 990-999 = Special
<npc id="906">
<!-- Left Hammock, with particles. -->
<sprite>npcs/xml/hammock-animated1.xml</sprite>
- <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx>
+ <particlefx>graphics/particles/savepoint-32x32.xml</particlefx>
</npc>
<npc id="999">
<!-- Invisible -->
@@ -147,4 +147,4 @@ IDs 990-999 = Special
<!-- Reid's re-management of the shape - May 2011 -->
<!-- Reid's wipe - November 2011 -->
<!-- Reid's Beta 1 release - December 2011 -->
-<!-- Reid's Beta 2 release - May 2012 -->
+<!-- Reid's Beta 2 release - June 2012 -->