Skip to content
봇관련다크 모드

[봉구님 버전 3.1에서의 상급보석 줍기 및 큐빙]

조회 수
5,689
추천 수
1
등록일

[1] 우선 상급/최상급 보석을 줍게 설정합니다.
\scripts\settings\gems.nip에서 상급/최상급 보석의 주석(;) 처리 제거
 
;== 상급보석 ==
Name = Flawless Amethyst;
Name = Flawless Diamond;
Name = Flawless Emerald;
Name = Flawless Ruby;
Name = Flawless Sapphire;
Name = Flawless Skull;
Name = Flawless Topaz;
; == 최상급보석 ==
Name = Perfect Amethyst;
Name = Perfect Diamond;
Name = Perfect Emerald;
Name = Perfect Ruby;
Name = Perfect Sapphire;
Name = Perfect Skull;
Name = Perfect Topaz;

[2] XP_Config.d2l에서 큐빙을 가능하게 설정합니다.(봉구님 파일은 큐빙이 안되게 되어 있습니다)

\scripts\libs\XP\XP_Config.d2l

//////////////////////////////////////////////////////////////////////
// Cube configuration
//////////////////////////////////////////////////////////////////////
function XP_CubeSettings() {

//////////////////////////////////////////////////////////////////////
// General cubing settings
//====================================================================
// DCU_CubingEnabled = true/false Switch to (de-)activate the cube lib
// DCU_countrycode = x Language (0=ger, 1=eng)
//--------------------------------------------------------------------

//DCU_CubingEnabled = false; //원본내용을 아래와 같이 수정합니다.
DCU_CubingEnabled = true;
DCU_countrycode = 1;


//////////////////////////////////////////////////////////////////////
// Available recipes (maybe there are some more).
// Remove the '//' at the beginning of a line to enable a recipe
//====================================================================
//앞부분 생략

DCU_Codes.push(["glw",0,3]); //Flawless Diamond glw
DCU_Codes.push(["gzv",0,3]); //Flawless Amethyst gzv
DCU_Codes.push(["glb",0,3]); //Flawless Saphire glb
DCU_Codes.push(["gly",0,3]); //Flawless Topaz gly
DCU_Codes.push(["glr",0,3]); //Flawless Ruby glr
DCU_Codes.push(["glg",0,3]); //Flawless Emerald glg
DCU_Codes.push(["skl",0,3]); //Flawless Skull skl
//뒷 부분생략

[3] 이 부분은 수정안해도 될 것 같습니다.
제가 따로 테스트를 안해서 같이 올립니다.

상급보석을 최상급보석으로 큐빙하게 설정
\scripts\libs\common\d2jsp-cubing.d2l

//////////////////////////////////////////////////////////////////////
// Cube Settings
//////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////
// General cubing settings
//====================================================================
// DCU_CubingEnabled = true/false Switch to (de-)activate the cube lib
// DCU_countrycode = x Language (0=ger, 1=eng)
//--------------------------------------------------------------------
DCU_CubingEnabled = true;
DCU_countrycode = 1;

//////////////////////////////////////////////////////////////////////
// Available recipes (maybe there are some more).
// Remove the '//' at the beginning of a line to enable a recipe
//====================================================================
//처음 생략됨
DCU_Codes.push(["glw",0,3]); //Flawless Diamond glw
DCU_Codes.push(["gzv",0,3]); //Flawless Amethyst gzv
DCU_Codes.push(["glb",0,3]); //Flawless Saphire glb
DCU_Codes.push(["gly",0,3]); //Flawless Topaz gly
DCU_Codes.push(["glr",0,3]); //Flawless Ruby glr
DCU_Codes.push(["glg",0,3]); //Flawless Emerald glg
DCU_Codes.push(["skl",0,3]); //Flawless Skull skl
//뒷부분 생략

[3]도 수정해야 되는지 정확하게 아시는 분이 있으시면 답변 부탁드립니다.
댓글 15
  • 댓글 #126110

    XP_Config.d2l만 수정 하시면 됍니다. \scripts\settings\gems.nip에서 상급/최상급 보석의 주석(;) 처리 제거도 해주셔야 최상급 땅에 버려도 다시주워서 창고에 넣습니다.
  • 댓글 #126119

    풀룬에서 조금 더 합니다. 보석 줍는 것은 제가 돌리기 위해서 입니다. 밤새 돌려도 인벤이 비어 있어서 허전한 생각에 보석 줍습니다. ~.~
  • 댓글 #126122

    왠만하면 자급자족할려고하시는분들도 많죠, 저를포함해서 트레이드란게 피곤한면이 많이 있어요. 싸고비싸고가 문제가 아니란거죠
  • 댓글 #126125

    이왕이면 자기가 구해서 자기가 쓰면 좋은거죠 ^^ 그래서 보석도 많이 구하는거죠. 참 돌릴려구 ^^
  • 댓글 #126128

    가라시아님 검색만 해보시면 아주 간단합니다.. autod2jsp에서 해당 케릭설정 가보시면 default script 라고 있는데 여기에 pindol이걸로 되있을겁니다... 그걸 default.d2j 이걸로 바꿔주시면 됩니다~ 검색만 해보시면 아주 쉽습니다..
  • 댓글 #126131

    고수님께 급히 한 여쭈겟습니다. 바알참을 까지않고 걍 창고에 막 사제기 하는걸...아이템 식별해서 좋은건 창고로~ 나쁜건 걍 파는거 어떻게 해야 하나요? 고수님들 도움 주세요~
  • 댓글 #126137

    바알참 무조건 창고에 넣어 버리는데 아템식별스크롤로 까서 좋은것만 넣게 어떻게 하나요? 고수님들..조언 바래요.
  • 댓글 #126140

    바알참은 옵이 나빠도 바알참 그 자체로 거래가 됩니다. ^^
  • 댓글 #126146

    \scripts\libs\XP\XP_Config.d2l -이부분수정과, 상급보석최상급보석 주석처리만 변경하면 되는것이지요?^^;
권한이 없습니다.
다크 모드