// Class specific config Config.CastStatic = 50; // Cast static until the target is at designated life percent. 100 = disabled. Config.StaticList = [getLocaleString(2875),365,156,"the Countess","Diablo","Baal","Mephisto","Duriel",571]; // List of monster NAMES or CLASSIDS to static. Example: Config.StaticList = ["Andariel", 243];
60설정 해놓으면 피가 60될때까지 스테틱 씁니다
Config.CastStatic = 100 ; // Cast static until the target is at designated life percent. 100 = disabled.
그다음 518번 라인에서 스테틱 쓸 몹 설정합니다 저는 각 보스만 셋팅했습니다 아래처럼요
Config.StaticList = [156,242,243,"baal"]; // List of monster NAMES or CLASSIDS to static. Example: Config.StaticList = ["Andariel", 243];