Skip to content

10 차 버전입니다.. 미확인 주얼

조회 수
1,744
추천 수
0
등록일

상태로 계속 물고와서 크랩을 할수가 없는 지경 까지 옵니다..

아이템 컨피그 폴더에서

// =============== Magic ===============

// ==== Unidentified ====
//[Name] == jewel && [Quality] == magic && [Level] >= 80 //

앞에 // 을 주석 처리 해주면..... 주얼만 나타 났다 하면.. 바로 오류 뜨고요 바보가 되버리는 경우가 되고요

캐릭 파일도 설정 한것 보여드리면... 이렇습니다.

/ 고급 아이템이니 * 흰여울님의 아이템이니 입니다.
 //-------------------------------------------------
 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");
 }

------------------------------------------------------------------------------------------------

// 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정했습니다.
 //--------------------------------------------------------
 //MyConfig_PickUpItemList.push([603, 2, 4, 94]); // Small Charm
 //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm
 MyConfig_PickUpItemList.push([605, 1, 4, 99]); // Grand Charm
 //MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing

 //MyConfig_PickUpItemList.push([418, 1, 6]); // Circlet
 //MyConfig_PickUpItemList.push([419, 1, 6]); // Coronet
 //MyConfig_PickUpItemList.push([420, 1, 6]); // Tiara
 //MyConfig_PickUpItemList.push([421, 1, 6]); // Diadem

 MyConfig_PickUpItemList.push([520, 2, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 MyConfig_PickUpItemList.push([522, 2, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl)
 MyConfig_PickUpItemList.push([643, 1]); // Jewel

//643 뒤에 숫자가 바로 갯수 설정 하는것이라고 들었습니다 그러면 1개 주워올때마다 바로바로 크랩을 해야 하는걸로 알고있습니다 ....
맞는지요



그러니까 ! 주얼을 왜 미확인으로 주워오는지 어디가 잘못됬는지 모르겠습니다 .. 어제는 주얼을 모두 미확인 에서 다 제껴논것이라 그랬나......... 흐 ~ ~