diff options
author | wushin <pasekei@gmail.com> | 2015-04-21 13:41:42 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-04-28 22:38:44 -0500 |
commit | 1351143686f340320315625737f833cc4bc15dae (patch) | |
tree | 3d603bc9ee2e4ff10736e0ea03518d25a45b4953 /paths.xml | |
parent | 1f160054f89428ce3ef9159661d9446e1cdc9a5f (diff) | |
download | clientdata-1351143686f340320315625737f833cc4bc15dae.tar.gz clientdata-1351143686f340320315625737f833cc4bc15dae.tar.bz2 clientdata-1351143686f340320315625737f833cc4bc15dae.tar.xz clientdata-1351143686f340320315625737f833cc4bc15dae.zip |
Example quest with all the quest log effects
Diffstat (limited to 'paths.xml')
-rw-r--r-- | paths.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -42,13 +42,15 @@ Also, don't forget to add the '/' path separator at the end of folder values. <option name="minimaps" value="graphics/minimaps/"/> <option name="maps" value="maps/"/> <option name="sfx" value="sfx/"/> - <option name="newQuestSfx" value="system/levelup.ogg"/> - <option name="completeQuestSfx" value="system/levelup.ogg"/> + <!-- option name="newQuestSfx" value="system/levelup.ogg"/ --> + <!-- option name="completeQuestSfx" value="system/levelup.ogg"/ --> <option name="attackSfxFile" value="weapons/knives/knife-hit1.ogg"/> <option name="missSfxFile" value="fist-swish.ogg"/> <option name="music" value="music/"/> <option name="wallpapers" value="graphics/images/"/> <option name="wallpaperFile" value="login_wallpaper.png"/> + <option name="newQuestEffectId" value="47"/> + <option name="completeQuestEffectId" value="48"/> <!-- ManaPlus tries to load skillsFile first, then skillsFile2 if it failed. In old versions, ea-skills.xml before skills.xml, now it is swapped. |