diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-02 12:02:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-02 12:02:25 +0300 |
commit | 71c9241a98efd5d2ad713d65d0ab7fdb65ce99ad (patch) | |
tree | 9f7a59202cae61935b969ab09e47388b3b0457ab /effects.xml | |
parent | 9acaa0b75f947d44276fe4de5d515f10b7634484 (diff) | |
download | clientdata-71c9241a98efd5d2ad713d65d0ab7fdb65ce99ad.tar.gz clientdata-71c9241a98efd5d2ad713d65d0ab7fdb65ce99ad.tar.bz2 clientdata-71c9241a98efd5d2ad713d65d0ab7fdb65ce99ad.tar.xz clientdata-71c9241a98efd5d2ad713d65d0ab7fdb65ce99ad.zip |
add server effects id to effects.xml.
Old effects 2 and 3 must be moved to other id.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index c876c3ed..47c2f8a6 100644 --- a/effects.xml +++ b/effects.xml @@ -4,8 +4,12 @@ Copyright (C) 2010-2013 Evol Online --> <being-effects> <effect id="0" audio="system/levelup.ogg" particle="graphics/particles/levelup.xml"/> // Level up particle effect. <effect id="1" audio="system/skillup.ogg" particle="graphics/particles/skillup.xml"/> // Skill up particle effect. + <effect id="2"/> // fail refine/remove card item effect + <effect id="3"/> // success repair/refine/remove card item effect. +<!-- <effect id="2" particle="graphics/particles/hit.xml"/> // Hit's explosion particle effect. <effect id="3" audio="system/critical.ogg" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect. +--> <effect id="4" audio="system/save.ogg" particle="graphics/particles/save.xml"/> // Savepoint particle effect on a player. <effect id="5" particle="graphics/particles/warp.xml"/> // Warp particle effect. <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> // Savepoint particle effect on the save location. @@ -18,4 +22,5 @@ Copyright (C) 2010-2013 Evol Online --> <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="344"/> // @summon gm command effect. </being-effects> |