0 of 0

File information

Last updated

Original upload

Created by

sisyphus_happy

Uploaded by

givememodslmao

Virus scan

Safe to use

Tags for this mod

About this mod

Change repair cost of items. Made for D2RMM.

Requirements
Permissions and credits
This mod allows you to change the repair cost of all items, it does not include items with charges.
The game uses the total value of an item to set its repair cost at a npc. By default this value is 12.5%.
By editing the npc.txt file, it is possible to set the value to any other between 1% and 100%.

Do note that it wont be exactly the value you input in the settings, here is why:
  • The game uses a value between 1 and 1024 to denote this percentage, instead of 1 to 100.
  • The vanilla value is 128. 128 divided by 1024 gives 0.125, or 12.5%.
  • Let's say you set the value in settings to 2%. A small calculation is made to convert it to a value between 1 and 1024.
  • (2 * 1024) / 100 = 20.48. This value is rounded down to 20.
  • 20 is roughly 1.95% of 1024, so a value of 2% in the settings corresponds to 1.95% in-game.

This mod requires D2RMM to function. If the game is updated, remember to reopen D2RMM and press "install mods".

Unfortunately, changing the repair cost of items with charges would also mean changing their sell and buy value.
I would prefer not to make this change. More information about it here: https://d2mods.info/forum/kb/viewarticle?a=387

Installation:

Drop the unzipped folder into the D2RMM/mods/ directory. Example: C:\D2RMM 1.4.4\mods\

Open D2RMM.exe, click the checkmark to enable the mod, click the gear icon
to customize settings to your liking, press the "install mods" button on
the lower right corner, run D2 by clicking "run D2R" button.