summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--effects.xml5
-rw-r--r--paths.xml8
2 files changed, 6 insertions, 7 deletions
diff --git a/effects.xml b/effects.xml
index 2443ca31..03f04080 100644
--- a/effects.xml
+++ b/effects.xml
@@ -13,12 +13,13 @@ Copyright (C) 2010-2013 Evol Online -->
<effect id="8" particle="graphics/particles/poison.xml"/> // Poison particle effect.
<effect id="9" particle="graphics/particles/invisibility.xml"/> // Invisibility particle effect.
<effect id="10" particle="graphics/particles/afk.xml"/> // AFK particle effect.
- <effect id="11"/> // Complete and incomplete quest particle effect.
+ <effect id="11" audio="system/critical.ogg" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect.
<effect id="12" sprite="effects/queststart.xml"/> // NPC quest-start status effect.
<effect id="13" sprite="effects/questcontinue.xml"/> // NPC quest-continue status effect.
<effect id="14" sprite="effects/queststart-low.xml"/> // NPC quest-start status effect (reduced height).
<effect id="15" sprite="effects/questcontinue-low.xml"/> // NPC quest-continue status effect (reduced height).
<effect id="16" particle="graphics/particles/hit.xml"/> // Hit's explosion particle effect.
- <effect id="17" audio="system/critical.ogg" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect.
+ <effect id="17" audio="system/quest-update.ogg"/> // Updated quest particle effect.
+ <effect id="18" audio="system/quest-done.ogg"/> // Finished quest particle effect.
<effect id="344"/> // @summon GM command particle effect.
</being-effects>
diff --git a/paths.xml b/paths.xml
index 7c49039c..0529de32 100644
--- a/paths.xml
+++ b/paths.xml
@@ -2,15 +2,13 @@
<!-- Authors: 4144, Alige, Reid
Copyright (C) 2010-2013 Evol Online -->
<configuration>
- <option name="newQuestSfx" value="system/quest-update.ogg"/>
- <option name="completeQuestSfx" value="system/quest-done.ogg"/>
<option name="portalEffectFile" value="warp.xml"/>
<option name="levelUpEffectFile" value="levelup.xml"/>
<option name="hitEffectId" value="16"/>
- <option name="criticalHitEffectId" value="17"/>
+ <option name="criticalHitEffectId" value="11"/>
<option name="afkEffectId" value="10"/>
- <option name="newQuestEffectId" value="11"/>
- <option name="completeQuestEffectId" value="11"/>
+ <option name="newQuestEffectId" value="17"/>
+ <option name="completeQuestEffectId" value="18"/>
<option name="skillLevelUpEffectId" value="1"/>
<option name="itemIcons" value="graphics/items/"/>
<option name="unknownItemFile" value="../sprites/error.png"/>