summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-01-11 20:51:47 -0300
committerJesusaves <cpntb1@ymail.com>2025-01-11 20:52:41 -0300
commit40d550fe65f4c5df898dce4f2a7af360b062fccb (patch)
tree72ad376dc27845cc8892a474cd90ac6c9e995e19
parent46481167d881ae3ea69cd92e0009c973783f84ad (diff)
downloadserverdata-40d550fe65f4c5df898dce4f2a7af360b062fccb.tar.gz
serverdata-40d550fe65f4c5df898dce4f2a7af360b062fccb.tar.bz2
serverdata-40d550fe65f4c5df898dce4f2a7af360b062fccb.tar.xz
serverdata-40d550fe65f4c5df898dce4f2a7af360b062fccb.zip
Manually add boss immunity to stun, stone and D. poison/sleep
To reflect change in server-code
-rw-r--r--db/sc_config.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf
index dce0b9b78..3a2aa3ff6 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -46,6 +46,30 @@ SC_TYPE: {
}
}
**************************************************************************/
+SC_STUN: {
+ Flags: {
+ Debuff: true
+ NoBoss: true
+ }
+}
+SC_STONE: {
+ Flags: {
+ Debuff: true
+ NoBoss: true
+ }
+}
+SC_DPOISON: {
+ Flags: {
+ Debuff: true
+ NoBoss: true
+ }
+}
+SC_DEEP_SLEEP: {
+ Flags: {
+ Debuff: true
+ NoBoss: true
+ }
+}
SC_PROVOKE: {
Flags: {
Debuff: true