갑옷줍고 벅큐빙후 보면 창고에 갑옷이 없네요
분류
질문
조회 수
1,979
추천 수
0
MyConfig_isCubingNormal = true; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
이렇게 해놓은 상태구요
MyConfig_CubingNormalList.push([438, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
MyConfig_CubingNormalList.push([439, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
MyConfig_CubingNormalList.push([440, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
MyConfig_CubingNormalList.push([441, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
MyConfig_CubingNormalList.push([442, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
MyConfig_CubingNormalList.push([443, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
이렇게 엘리트 갑옷들을 벅큐빙하게 설정해놨습니다.
그리고 white 이니파일에서는
[Name] == SacredArmor && [Quality] == normal && [Flag] == ethereal # [Defense] >= 867 && [Sockets] == 0 // [방어: 730-900]
[Name] == ShadowPlate && [Quality] == normal && [Flag] == ethereal # [Defense] >= 700 && [Sockets] == 0 // [방어: 669-835]
[Name] == LacqueredPlate && [Quality] == normal && [Flag] == ethereal # [Defense] >= 750 && [Sockets] == 0 // [방어: 649-811]
[Name] == HellforgePlate && [Quality] == normal && [Flag] == ethereal # [Defense] >= 750 && [Sockets] == 0 // [방어: 631-795]
[Name] == KrakenShell && [Quality] == normal && [Flag] == ethereal # [Defense] >= 750 && [Sockets] == 0 // [방어: 625-784]
[Name] == ArchonPlate && [Quality] == normal && [Flag] == ethereal # [Defense] >= 750 && [Sockets] == 0 // [방어: 615-786]
[Name] == BalrogSkin && [Quality] == normal && [Flag] == ethereal # [Defense] >= 750 && [Sockets] == 0 // [방어: 615-775]
이렇게 설정을 했는데 봇을 켜놓고 나중에 보면 로그파일엔 에테갑옷 주웠다고 표시되는데 창고에 보면 없어요
벅큐빙 후 또 따로 설정하는 부분이 있는건가요?
아니면 4솟이 안나와서 버리는건가요?

