From 40d550fe65f4c5df898dce4f2a7af360b062fccb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Jan 2025 20:51:47 -0300 Subject: Manually add boss immunity to stun, stone and D. poison/sleep To reflect change in server-code --- db/sc_config.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -- cgit v1.2.3-70-g09d2