diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 21:21:37 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:56 +0200 |
commit | 408878cc59bf0ad0154f7b9c7f5367ea530a9362 (patch) | |
tree | f1eb265bbdf9d7ce38d8c7c57bfadac3ddc7c79f /db | |
parent | af8ecd8af6a33b598844decff9b021bd07c931ce (diff) | |
download | hercules-408878cc59bf0ad0154f7b9c7f5367ea530a9362.tar.gz hercules-408878cc59bf0ad0154f7b9c7f5367ea530a9362.tar.bz2 hercules-408878cc59bf0ad0154f7b9c7f5367ea530a9362.tar.xz hercules-408878cc59bf0ad0154f7b9c7f5367ea530a9362.zip |
Implemented SU_SPRITEMABLE Skill.
MaxHP + 1000, MaxSP + 100.
Show's Spirit of Sea, Land and Life around the sprite when skill is
learned.
Diffstat (limited to 'db')
-rw-r--r-- | db/sc_config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/sc_config.txt b/db/sc_config.txt index 104f81102..8f784158a 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -492,5 +492,8 @@ SC_TIME_ACCESSORY, 463 SC_MAGICAL_FEATHER, 463 SC_BLOSSOM_FLUTTERING, 463 +// Summoner +SC_SPRITEMABLE, 205 + // Cant Clear SC_ALL_RIDING, 397 |