콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환
씨. 내 거

씨. 내 거 – Automated Chest Grabbing

에 게시됨 06/02/202106/11/2021 에 의해 moNst_ 코멘트 없음 ~에 씨. 내 거 – Automated Chest Grabbing
  • 제목: 씨. 내 거
  • 출시일:
  • 개발자:
  • 발행자:
Information about Mr. Mine is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

Tired of clicking the screen just to grab the chests in Mr. 내 거? 이 가이드에서는, we will be teaching you how to automate chest grabbing in Mr. 내 거.

Search for the File

Go to the installation folder of Mr. Mine on your PC. 기본적으로, it’s located in:

씨:\프로그램 파일 (x86)\Steam\steamapps\common\MrMine\win-unpacked\resources\app\Shared\src\chest

Look for the javascript file called ChestService.js

Edit the File

중요한 것 먼저. Make a backup copy of the file. 완료되면, open it using any text editor.

Scroll down to line 148, you should see the next lines:

rollForRandomChest(tenthOfDepth, source)
 {
   let validBlockDepths = this.getValidBlockDepths(tenthOfDepth);
   만약에(validBlockDepths.length && this.rollForBasicChest())
     {
        this.spawnChest(tenthOfDepth, source, this.rollForGoldenChest(),
        validBlockDepths);
      }
  }

Add the next line after line 148:

this.presentChest(tenthOfDepth);

다음과 같아야합니다:

rollForRandomChest(tenthOfDepth, source)
 {
   let validBlockDepths = this.getValidBlockDepths(tenthOfDepth);
   만약에(validBlockDepths.length && this.rollForBasicChest())
     {
        this.spawnChest(tenthOfDepth, source, this.rollForGoldenChest(),
        validBlockDepths);
        this.presentChest(tenthOfDepth);
      }
  }

Now go to line 199 and find the next function:

presentChest(tenthOfDepth)
  {
    let chest = this.getChest(tenthOfDepth);
    만약에(!keysPressed["옮기다"])
    {
       openUi(ChestWindow, undefined, 가슴);
    }
   또 다른
    {
       this.giveChestReward(chest.tenthOfDepth);
        newNews(_("당신은 {0} from a Chest!", chestService.getChestRewardText()), 진실);
    }
    만약에(chest.isGolden)
      {
         trackEvent_FoundChest(1);
      }
    또 다른
      {
         trackEvent_FoundChest(0);
      }
 }

Change the presentChest function to look like this:

presentChest(tenthOfDepth)
    {
        let chest = this.getChest(tenthOfDepth);
        
        this.giveChestReward(chest.tenthOfDepth);
        newNews(_("당신은 {0} from a Chest!", chestService.getChestRewardText()), 진실);
        
        만약에(chest.isGolden)
        {
            trackEvent_FoundChest(1);
        }
        또 다른
        {
            trackEvent_FoundChest(0);
        }
    }

Save and close the file and restart the game. Now you won’t see chest spawning, but you’ll get the rewards! You can check out the Event Log for proof.

이것이 오늘 우리가 공유하는 모든 것입니다. 씨. 내 거 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. moNst_. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:씨. 내 거

탐색 후

이전 게시물: 중세 시대로 가다 – How to Add Custom Map Sizes
다음 게시물: Portal Reloaded – Every Chamber’s Hints and Guide

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 씨. 내 거
  • 출시일:
  • 개발자:
  • 발행자:
Information about Mr. Mine is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마