Skip to content

날아다녀님14차 봇인데요 상급보석설정 질문 드립니다

분류 질문 조회 수 979 추천 수 0
아샤1레더 노가다 https://tradia.me/diablo2/diablo2_faq/377579

케릭터 이니 보석 써있는곳 모두 주석한거 같고요...
화이트던가;;; 보석 나오는데 모두 주석 처리 했는데 자꾸 가져오죠??


케릭터 이니 설정입니다


 // 보석 설정하기
 //---------------
 // MyConfig_CubingMagicGemList.push([보석 ClassID, 보관 개수])
 // 보관 개수: 보관 중인 보석이 설정치 이상일 때만 큐빙에 사용합니다.
 // 주의: 보석을 1개 이상 설정합니다.
 //==========================================================================
 //MyConfig_CubingMagicGemList.push([561, 1]); // Perfect Amethyst
 //MyConfig_CubingMagicGemList.push([566, 1]); // Perfect Topaz
 //MyConfig_CubingMagicGemList.push([571, 1]); // Perfect Saphire
 //MyConfig_CubingMagicGemList.push([576, 1]); // Perfect Emerald
 //MyConfig_CubingMagicGemList.push([581, 1]); // Perfect Ruby
 //MyConfig_CubingMagicGemList.push([586, 1]); // Perfect Diamond
 //MyConfig_CubingMagicGemList.push([601, 1]); // Perfect Skull
 //##########################################################################
 // 큐빙 설정하기
 //---------------
 // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 설정해야 합니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 //MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
 //MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기
 //MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
 //MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기
 //MyConfig_CubingList.push("레어_아이템_큐빙"); // 설정: 큐빙할 레어 아이템 설정하기
 //MyConfig_CubingList.push("노멀_아이템_큐빙"); // 설정: 큐빙할 노멀 아이템 설정하기
 //MyConfig_CubingList.push("매직_링_큐빙");
 //MyConfig_CubingList.push("매직_아뮬렛_큐빙");
 //MyConfig_CubingList.push("정수_큐빙");
 //MyConfig_CubingList.push("활력포션_큐빙"); // 주의: "아이템 설정하기"의 MyConfig_SnagPotion에서 활력포션과 대량의 활력포션을 보관하도록 설정해야 작동합니다.
 //MyConfig_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기


 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 //MyConfig_CubingGemList.push(557); // Chipped Amethyst
 //MyConfig_CubingGemList.push(562); // Chipped Topaz
 //MyConfig_CubingGemList.push(567); // Chipped Saphire
 //MyConfig_CubingGemList.push(572); // Chipped Emerald
 //MyConfig_CubingGemList.push(577); // Chipped Ruby
 //MyConfig_CubingGemList.push(582); // Chipped Diamond
 //MyConfig_CubingGemList.push(597); // Chipped Skull

 //MyConfig_CubingGemList.push(558); // Flawed Amethyst
 //MyConfig_CubingGemList.push(563); // Flawed Topaz
 //MyConfig_CubingGemList.push(568); // Flawed Saphire
 //MyConfig_CubingGemList.push(573); // Flawed Emerald
 //MyConfig_CubingGemList.push(578); // Flawed Ruby
 //MyConfig_CubingGemList.push(583); // Flawed Diamond
 //MyConfig_CubingGemList.push(598); // Flawed Skull

 //MyConfig_CubingGemList.push(559); // Normal Amethyst
 //MyConfig_CubingGemList.push(564); // Normal Topaz
 //MyConfig_CubingGemList.push(569); // Normal Saphire
 //MyConfig_CubingGemList.push(574); // Normal Emerald
 //MyConfig_CubingGemList.push(579); // Normal Ruby
 //MyConfig_CubingGemList.push(584); // Normal Diamond
 //MyConfig_CubingGemList.push(599); // Normal Skull

 //MyConfig_CubingGemList.push(560); // Flawless Amethyst
 //MyConfig_CubingGemList.push(565); // Flawless Topaz
 //MyConfig_CubingGemList.push(570); // Flawless Saphire
 //MyConfig_CubingGemList.push(575); // Flawless Emerald
 //MyConfig_CubingGemList.push(580); // Flawless Ruby
 //MyConfig_CubingGemList.push(585); // Flawless Diamond
 //MyConfig_CubingGemList.push(600); // Flawless Skull

_____________________________________________________________
노말.nip 설정인데요

//[Chipped Gems]
// [Name] == ChippedAmethyst //
// [Name] == ChippedDiamond //
// [Name] == ChippedEmerald //
// [Name] == ChippedRuby //
// [Name] == ChippedSapphire //
// [Name] == ChippedSkull //
// [Name] == ChippedTopaz //


//[Flawed Gems]
// [Name] == FlawedAmethyst //
// [Name] == FlawedDiamond //
// [Name] == FlawedEmerald //
// [Name] == FlawedRuby //
// [Name] == FlawedSapphire // 
// [Name] == FlawedSkull //
// [Name] == FlawedTopaz //


//[Normal Gems]
// [Name] == Amethyst //
// [Name] == Diamond //
// [Name] == Emerald //
// [Name] == Ruby //
// [Name] == Skull //
// [Name] == Sapphire //
// [Name] == Topaz //


//[Flawless Gems]
// [Name] == FlawlessAmethyst @ //
// [Name] == FlawlessDiamond @ //
// [Name] == FlawlessEmerald @ //
// [Name] == FlawlessRuby @ //
// [Name] == FlawlessSapphire @ //
// [Name] == FlawlessSkull @ //
// [Name] == Flawless Topaz @ //


//[Perfect Gems]
 [Name] == PerfectAmethyst %2 @ //
 [Name] == PerfectDiamond @ //
 [Name] == PerfectEmerald @ //
 [Name] == PerfectRuby %3 @ //
 [Name] == PerfectSapphire @ //
 [Name] == PerfectSkull @ //
 [Name] == PerfectTopaz @ //


초보지만 그래도 찾아가면서 다 주석처리 한것 같은데요...;

왜 상급보석을 주서다 놓을가요..;;
댓글12
  • 파란붕어빵 2010.10.30 00:12
    item_configs 폴더의 gems.nip 파일을 여시고, 상급 보석을 전부 주석처리 하세요. 아이템을 가져오는 것은 item_configs 폴더에서 관리합니다.
  • 아샤1레더 노가다 2010.10.30 00:18
    gems.nip 이 파일은 없는데요;; 14차에는 advance폴더에 normal.nip이 파일에 보석 설정이 있더라구요...
  • 파란붕어빵 2010.10.30 00:22
    확인해볼게요... 라고 보배가 말하네요 -_-ㅋㅋ
  • 파란붕어빵 2010.10.30 00:23
    잉? 지금 14차를 열어보니 item_configs 폴더에 gems.nip 파일이 존재하는데요. ^^;;;;
  • 아샤1레더 노가다 2010.10.30 00:26
    이상하네요;; 전 왜 없을가요 ;;
  • 파란붕어빵 2010.10.30 00:32
    advance 폴더가 보이신다면 item_configs 폴더의 위치를 찾으신 건데요. item_configs 폴더에 gems.nip이 안 보이세요? 그럼 폴더 검색해서 gems.nip 파일을 찾아보시는 방법도 있구요. ;;; 그런데 advance폴더만 생뚱맞게 있을 이유가 없는데요. 이 폴더는 이니 추가 폴더라서 주로 창고봇이나 쫄봇 등의 이니를 관리할 때 쓰거든요.
  • 아샤1레더 노가다 2010.10.30 00:47
    폴더는 총 3개가 있습니다.. advance extreme normal 폴더가 이거 3개뿐이 없어여 그외에 item_configs폴더 내에 파일은 없네요...
  • 파란붕어빵 2010.10.30 00:51
    advance폴더만 존재한다면... // 중급 아이템이니 //----------------- //NTConfig_NIPFilePath.push("advance/craft.nip"); //NTConfig_NIPFilePath.push("advance/magic_rare.nip"); //NTConfig_NIPFilePath.push("advance/normal.nip"); //NTConfig_NIPFilePath.push("advance/set.nip"); //NTConfig_NIPFilePath.push("advance/unique.nip"); 그러면 위의 부분은 아마도 주석이 전부 해제되어 있을 거고, if (me.gametype) { // 확장용 아이템이니 NTConfig_NIPFilePath.push("gems.nip"); NTConfig_NIPFilePath.push("charmsjewels.nip"); NTConfig_NIPFilePath.push("crafteds.nip"); NTConfig_NIPFilePath.push("keys.nip"); NTConfig_NIPFilePath.push("magics.nip"); NTConfig_NIPFilePath.push("potions.nip"); NTConfig_NIPFilePath.push("rares.nip"); NTConfig_NIPFilePath.push("ringsamulets.nip"); NTConfig_NIPFilePath.push("runes.nip"); NTConfig_NIPFilePath.push("runewords.nip"); NTConfig_NIPFilePath.push("sets.nip"); NTConfig_NIPFilePath.push("uniques.nip"); NTConfig_NIPFilePath.push("whites.nip"); } else { // 오리지널용 아이템이니 NTConfig_NIPFilePath.push("gems_ori.nip"); NTConfig_NIPFilePath.push("magics_ori.nip"); NTConfig_NIPFilePath.push("potions.nip"); NTConfig_NIPFilePath.push("rares_ori.nip"); NTConfig_NIPFilePath.push("ringsamulets_ori.nip"); NTConfig_NIPFilePath.push("sets_ori.nip"); NTConfig_NIPFilePath.push("uniques_ori.nip"); NTConfig_NIPFilePath.push("whites_ori.nip"); //NTConfig_NIPFilePath.push("MyShopBot.nip"); } 이 부분은 아무 것도 없는 건가요?
  • 아샤1레더 노가다 2010.10.30 00:52
    케릭터 이니에 말씀하신건가요?
  • 아샤1레더 노가다 2010.10.30 00:53
    //########################################################################## // 아이템 설정하기 //========================================================================== // 하급 아이템이니 //----------------- //NTConfig_NIPFilePath.push("normal/craft.nip"); //NTConfig_NIPFilePath.push("normal/magic_rare.nip"); //NTConfig_NIPFilePath.push("normal/normal.nip"); //NTConfig_NIPFilePath.push("normal/set.nip"); //NTConfig_NIPFilePath.push("normal/unique.nip"); // 중급 아이템이니 //----------------- NTConfig_NIPFilePath.push("advance/craft.nip"); NTConfig_NIPFilePath.push("advance/magic_rare.nip"); NTConfig_NIPFilePath.push("advance/normal.nip"); NTConfig_NIPFilePath.push("advance/set.nip"); NTConfig_NIPFilePath.push("advance/unique.nip"); // 상급 아이템이니 //----------------- //NTConfig_NIPFilePath.push("extreme/craft.nip"); //NTConfig_NIPFilePath.push("extreme/magic_rare.nip"); //NTConfig_NIPFilePath.push("extreme/normal.nip"); //NTConfig_NIPFilePath.push("extreme/set.nip"); //NTConfig_NIPFilePath.push("extreme/unique.nip"); NTConfig_SnagRange = 60; // 사냥 후 아이템을 확인하여 주울 시야 NTConfig_SnagDelay = [500, 100]; // 아이템 주울 때의 핑 지연 시간 = [줍기 전(1/1000초), 주운 후(1/1000초)] MyConfig_SnagPotion = [0, 0, 0, 0]; // [보관할 힐링포션 개수, 보관할 마나포션 개수, 보관할 활력포션 개수, 보관할 대량의 활력포션 개수] * 참고: 힐링포션과 마나포션은 아이템이니에 설정된 포션만 인벤토리에 보관하고, 활력포션과 대량의 활력포션은 설정과 관계 없이 모든 보관함에 보관합니다. MyConfig_SnagClear = 0; // 아이템 줍기 전 주변 몬스터 잡기 = 확인할 범위 MyConfig_SnagPick = 0; // 아이템 빨리 줍기 = 0: 사용 안 함/ 1: 텔레포트로 이동할 때마다 줍기/ 2: 몬스터를 죽일 때마다 줍기/ 3: 텔레포트로 이동할 때와 몬스터를 죽일 때마다 줍기 MyConfig_MoneyMaker = [0, 0]; // 아이템 주워다 팔기 = [아이템 식별 스크롤이 필요없는 아이템의 칸당 가격, 아이템 식별 스크롤이 필요한 아이템의 칸당 가격] * 참고: "scripts/NTBot/MyConfigs/MoneyMaker.ntl"에서 설정합니다. MyConfig_VisitCain = [1, 1, 1, 1, 1]; // 케인한테서 아이템 확인하기 = [액트 1(확인하러 갈 미확인 아이템 개수), 액트 2, 액트 3, 액트 4, 액트 5] * 참고: 인벤토리에 미확인 상태로 줍도록 한 아이템이 있으면 작동 안 합니다. MyConfig_ShopInventory = [false, 2, 4]; // [마을에서 인벤토리의 빈 공간이 설정치 미만이면 상점 가기, 가로, 세로] MyConfig_ShopPotion = [true, 3, 3]; // [마을에서 포션이 설정치 이하면 상점 가기, 힐링포션, 마나포션] MyConfig_MiniShopBot = true; // 미니 샵봇 * 참고: 상점에 들렀을 때만 살 아이템이 있는지 한 번 확인합니다. MyConfig_ItemLog = [0, 0, 0]; // 아이템 로그 만들기 = [0: 사용 안 함/ 1: ItemLog/ 2: ItemLog[날짜]/ 3: ItemLog[캐릭터이름]/ 4: ItemLog[캐릭터이름][날짜], 0: text/ 1: html, 0: 보관할 아이템/ 1: 상점에 판 아이템/ 2: 모든 아이템] * 참고: "scripts/NTBot/MyData/ItemLog" 폴더에 저장합니다. 아이템 로그는 "scripts/NTBot/MyConfigs/ItemLog.ntl"에서 설정합니다. MyConfig_ItemList = 0; // 아이템 목록 만들기 = 0: 사용 안 함/ 1: text/ 2: html * 참고: "scripts/NTBot/MyData/ItemList" 폴더에 저장합니다. 아이템 목록은 "scripts/NTBot/MyConfigs/ItemLog.ntl"에서 설정합니다. MyConfig_StoreItem = [2, 3]; // 아이템 보관 방식 = [보관 아이템, 재료 아이템] * 보관 방식: 0 = 좌상단부터 좌우, 1 = 우하단부터 우좌, 2 = 좌상단부터 상하, 3 = 우하단부터 하상 MyConfig_StopBot = false; // 아이템을 보관할 공간이 부족하면 8시간 동안 봇 중단하기 이렇게 되있는데요 제 케릭터 이니입니다
  • 파란붕어빵 2010.10.30 00:56
    역시... 노가다님의 봇은 advance 폴더에서만 아이템을 관리하네요. 원본 봇이 아니라서 수정을 할려면, 차라리 봇을 새로 받으시는 것이 좋을 거 같아요. 노가다님께서 받으신 봇은 날아다녀님의 14차 원본이 아니네요.
  • 아샤1레더 노가다 2010.10.30 00:57
    음....제가 여기서 등급이 안되서 못받거든요;; 그래서 다른곳 싸이트에 올라온걸 받았는데;;ㅋ 잘못된거였나봐요;;;

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.6k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
7571 질문 쫄봇 질문드립니다. 1 프로페서 2010.10.28 610
7570 질문 디아런 채널입장후 방이름 비번 알려주기 7 마스터피스 2010.10.28 1.7k
7569 질문 날아다녀님 14차 통찰재료 이니 질문입니다~ 2 넷게임 2010.10.28 556
7568 질문 2차/오리런/ 방만들기실패시 재시작 딜레이. 1 _막장_폭소 2010.10.29 1.7k
7567 질문 날아다녀님 nt4.2 14차버젼 엘리드루 에러관련 3 도깨비 2010.10.29 603
7566 질문 쫄봇 사용하면 인터넷이 끈기는데요 .. 4 해골 2010.10.29 342
7565 질문 보석큐빙에 대해서.. 3 김교수 2010.10.29 1.2k
7564 질문 디아런봇이 너무애를먹여서 질문드립니다(포기) 9 파도 2010.10.29 861
7563 질문 13차)봇에 대한 기본적인 질문입니다(블럭에 대한) 3 아장아장걷긔 2010.10.29 465
7562 기타 AnimData.d2 팔라 질문 입니다 1 왕초™ 2010.10.29 573
7561 질문 날아다녀님 12차 디아런 봇 질문드려요. 1 프로페서 2010.10.29 857
7560 질문 미확인 주얼 줏어오는 것에 대해 질문입니다. 2 왓더풕 2010.10.29 315
7559 질문 오토확장버스가 가능할까요? 3 LesleyKim 2010.10.29 577
7558 질문 날아다녀님 13차버전 쫄설정중 이게 가능한지요? 1 피맺힌가방끈 2010.10.29 339
7557 질문 12차 수정 사용중입니다 스테틱 사용 안 하게 할 수는 없을까요 4 ○┣ ┓├ 2010.10.29 1.1k
7556 질문 자꾸 노에테 노솟 콜불을 주서와요 안가져 오게 하려면 어떻게 하나요? 3 아샤1레더 노가다 2010.10.29 613
7555 질문 킥씬용 스크립트 제작하려는데, 챠징여부 판단 [포기] 1 우물찾기 2010.10.29 1.1k
7554 질문 (52)번 오류때문에 그럽니다. D2NT3.1_NTBot4.2_1 2 나나이다 2010.10.29 786
> 질문 날아다녀님14차 봇인데요 상급보석설정 질문 드립니다 12 아샤1레더 노가다 2010.10.30 979
7552 질문 함성바바 질문드립니다.. 1 KINKINKIN 2010.10.30 946