D2NT 3.0 쓰고있습니다
질문1] 밑에글보면 유닉러쉬아머 에테랑 노에테 전부 미확인으로 먹는거 맞는지요?
[Name] == RussetArmor && [Quality] == unique && [Flag] == ethereal
질문2]카우방을 돌고싶은데요
케릭이니에 제가봐도 카우방 명령어가 없는듯합니다
적어주시면 바로 붙어넣기해서 쓸수있게 부탁합니다
혹시 몰라서 올립니다 제가 사용하는 사냥부분 이니입니다
//------------------------------------------------------------------------------
// Boss configuration
//------------------------------------------------------------------------------
//NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false;
//NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = false;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false;
NTConfig_Script.push("NTThreshSocket.ntj");
//NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
//NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
//NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
//NTConfig_Script.push("NTDiablo.ntj");
//NTConfig_Script.push("NTHephasto.ntj");
NTConfig_Script.push("NTIzual.ntj");
NTConfig_Script.push("NTMephisto.ntj");
NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTKurastTravel.ntj");
NTConfig_Script.push("NTAct3Sewers.ntj"); NTConfig_ClearA3SewersLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTSummoner.ntj"); NTConfig_KillFireEye = true;
NTConfig_Script.push("NTDuriel.ntj");
NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTColdworm.ntj");
NTConfig_Script.push("NTRadament.ntj");
NTConfig_Script.push("NTAndariel.ntj");
//NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTTreehead.ntj");
NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
NTConfig_Script.push("NTMausoleum.ntj"); NTConfig_KillBloodRaven = true;
NTConfig_Script.push("NTHole.ntj"); NTConfig_ClearHoleLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
NTConfig_Script.push("NTTristram.ntj"); NTConfig_KillRakanishu = true;
3.퍼자수정만 먹게 설정한 상태입니다 물론 퍼자수정은 잘 줒어먹고있고요
근데 창고에 3개 모이면 퍼자수정으로 큐빅을 자동으로 한다고 하는데
제가 설정을 잘못했는지 큐빙은 못하고 있네요 도움요청합니다
NTConfig_CubingItem.push([NTCU_GEM, 560]); // Flawless Amethyst
위에 명령어 앞에 주석처리 해제하였는데도 불과하고 큐빙을 못하네요
밑은 제가쓰는 케릭이니입니다 참조하시라고 올려봅니다
//------------------------------------------------------------------------------
// Cubing configuration
//------------------------------------------------------------------------------
NTConfig_Cubing = false; // Enable cubing
NTConfig_CubingItem.push([NTCU_GEM, 560]); // Flawless Amethyst
//NTConfig_CubingItem.push([NTCU_GEM, 565]); // Flawless Topaz
//NTConfig_CubingItem.push([NTCU_GEM, 570]); // Flawless Saphire
//NTConfig_CubingItem.push([NTCU_GEM, 575]); // Flawless Emerald
//NTConfig_CubingItem.push([NTCU_GEM, 580]); // Flawless Ruby
//NTConfig_CubingItem.push([NTCU_GEM, 585]); // Flawless Diamond
//NTConfig_CubingItem.push([NTCU_GEM, 600]); // Flawless Skull
질문4] 마지막질문으로 케릭이 저주를 받으면 마을 NPC에게 가네요
글검색해보니 NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40; 을 앞에 주석처리하면
된다고하던데 안되고있습니다
이밑부분에 해당하는것 같습니다 제가사용하는 케릭이니입니다
주석처리 한상태이고요 소중한 답변 기다립니다
// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
//NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;
NTConfig_CastStatic = 60; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}