diff options
author | shennetsind <ind@henn.et> | 2013-11-06 20:28:45 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-06 20:28:45 -0200 |
commit | 665f1306a130d4b8c359972bf4e58ef9d3bd9cd8 (patch) | |
tree | de3f9d41fc8a9330675a412791b1151e34cadaf8 /db/sc_config.txt | |
parent | 6dcc3873037631aac15f6a87337c49e18b4cd075 (diff) | |
download | hercules-665f1306a130d4b8c359972bf4e58ef9d3bd9cd8.tar.gz hercules-665f1306a130d4b8c359972bf4e58ef9d3bd9cd8.tar.bz2 hercules-665f1306a130d4b8c359972bf4e58ef9d3bd9cd8.tar.xz hercules-665f1306a130d4b8c359972bf4e58ef9d3bd9cd8.zip |
Fixed Bug 7799
SC_MOONSTAR, SC_SUPER_STAR are no longer removeable by sc_end all, and sc clear. Modified sc_config.txt, added a new flag (0x80/128) for such cases.
http://hercules.ws/board/tracker/issue-7799-sc-moonstar/
Special Thanks to kyeme.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/sc_config.txt')
-rw-r--r-- | db/sc_config.txt | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/db/sc_config.txt b/db/sc_config.txt index 9e0b8b268..38e10e4c2 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -10,6 +10,7 @@ // 16 - SC considered as buff and be removed by Hermode and etc. // 32 - SC considered as debuff and be removed by Gospel and etc. // 64 - SC cannot be reset when MADO Gear is taken off. +// 128 - SC cannot be reset by sc_end and change clear. //Example: //SC_ENDURE, 21 //SC_ENDURE: cannot be removed by death and dispell and cosidered as buff. (16 + 4 + 1 = 21) @@ -395,12 +396,12 @@ SC_SOULCOLD,78 SC_HAWKEYES,78 // Unremovable -SC_WEIGHTOVER50, 79 -SC_WEIGHTOVER90, 79 +SC_WEIGHTOVER50, 207 +SC_WEIGHTOVER90, 207 SC_WEDDING, 77 SC_XMAS, 77 SC_SUMMER, 77 -SC_NOCHAT, 77 +SC_NOCHAT, 205 SC_FUSION, 77 SC_EARTHSCROLL, 77 SC_STORMKICK_READY, 77 @@ -408,7 +409,7 @@ SC_DOWNKICK_READY, 77 SC_COUNTERKICK_READY, 77 SC_TURNKICK_READY, 77 SC_DODGE_READY, 77 -SC_JAILED, 77 +SC_JAILED, 205 SC_AUTOTRADE, 77 SC_WHISTLE, 79 SC_ASSNCROS, 79 @@ -419,6 +420,9 @@ SC_DONTFORGETME, 79 SC_FORTUNE, 79 SC_SERVICEFORYOU, 79 SC_INCHIT, 77 -SC_PUSH_CART, 0x4D -SC_MOONSTAR, 79 -SC_SUPER_STAR, 79 +SC_PUSH_CART, 205 +SC_MOONSTAR, 207 +SC_SUPER_STAR, 207 + +//Cant Clear +SC_ALL_RIDING, 128
\ No newline at end of file |