Ga naar de inhoud
Rel-bits

Rel-bits

  • Thuis
  • Nieuws
  • Gidsen
  • Videogidsen
  • Patch-opmerkingen
  • Misbruik melden
  • Toggle zoekformulier
Dhr. De mijne

Dhr. De mijne – Geautomatiseerde borstgrijpen

Geplaatst op 06/02/202106/11/2021 Deur moNst_ Geen reacties op Dhr. De mijne – Geautomatiseerde borstgrijpen
  • Titel: Dhr. De mijne
  • Releasedatum:
  • Ontwikkelaar:
  • Uitgever:
Information about Mr. Mine is still incomplete. Help ons alstublieft de details van het spel hiermee in te vullen contactformulier.

Tired of clicking the screen just to grab the chests in Mr. De mijne? In deze gids, we will be teaching you how to automate chest grabbing in Mr. De mijne.

Search for the File

Go to the installation folder of Mr. Mine on your PC. Standaard, it’s located in:

C:\Programmabestanden (x86)\Steam\steamapps\common\MrMine\win-unpacked\resources\app\Shared\src\chest

Look for the javascript file called ChestService.js

Edit the File

Eerste dingen eerst. Make a backup copy of the file. Eenmaal klaar, 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);
   if(validBlockDepths.length && this.rollForBasicChest())
     {
        this.spawnChest(tenthOfDepth, source, this.rollForGoldenChest(),
        validBlockDepths);
      }
  }

Add the next line after line 148:

this.presentChest(tenthOfDepth);

It should look like this:

rollForRandomChest(tenthOfDepth, source)
 {
   let validBlockDepths = this.getValidBlockDepths(tenthOfDepth);
   if(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);
    if(!keysPressed["Verschuiving"])
    {
       openUi(ChestWindow, undefined, chest);
    }
   anders
    {
       this.giveChestReward(chest.tenthOfDepth);
        newNews(_("Je hebt {0} from a Chest!", chestService.getChestRewardText()), WAAR);
    }
    if(chest.isGolden)
      {
         trackEvent_FoundChest(1);
      }
    anders
      {
         trackEvent_FoundChest(0);
      }
 }

Change the presentChest function to look like this:

presentChest(tenthOfDepth)
    {
        let chest = this.getChest(tenthOfDepth);
        
        this.giveChestReward(chest.tenthOfDepth);
        newNews(_("Je hebt {0} from a Chest!", chestService.getChestRewardText()), WAAR);
        
        if(chest.isGolden)
        {
            trackEvent_FoundChest(1);
        }
        anders
        {
            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.

Dat is alles wat we vandaag hiervoor delen Dhr. De mijne gids. Deze handleiding is oorspronkelijk gemaakt en geschreven door moNst_. Voor het geval we er niet in slagen deze handleiding bij te werken, U kunt de laatste update vinden door dit te volgen link.

Als u van mening bent dat de inhoud van deze site uw rechten schendt, inclusief uw intellectuele eigendomsrechten, neem dan direct contact met ons op via ons contactformulier.
Gidsen Labels:Dhr. De mijne

Bericht navigatie

Vorig bericht: Middeleeuws gaan – Hoe u aangepaste kaartmaten toevoegt
Volgende bericht: Portal Reloaded – Every Chamber’s Hints and Guide

Geef een reactie Reactie annuleren

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

  • Titel: Dhr. De mijne
  • Releasedatum:
  • Ontwikkelaar:
  • Uitgever:
Information about Mr. Mine is still incomplete. Help ons alstublieft de details van het spel hiermee in te vullen contactformulier.

Vrijwaring

Alle geciteerde inhoud is afgeleid van hun respectieve bronnen. Als u denkt dat wij uw inhoud zonder toestemming hebben gebruikt, Zorg ervoor dat u ons bereikt en wij zullen het serieus nemen.
  • Over ons
  • Neem contact met ons op
  • Privacybeleid
  • Servicevoorwaarden

Auteursrecht © 2025 Rel-bits.

Aangedreven door PersBoek Nieuws WordPress thema