Diablo II: Resurrected
0 of 0

File information

Last updated

Original upload

Created by

Caedendi VS Bonesy

Uploaded by

Caedendi

Virus scan

Safe to use

8 comments

  1. DrainSTH
    DrainSTH
    • premium
    • 4 kudos
    Since it's just dyes, any way to edit the mod to use any gem, instead of only perfect?  o:
    1. Caedendi
      Caedendi
      • member
      • 5 kudos
      Sure!
      Open the mod.js file with either VSCode, Notepad++ or another text editor of choice. Search for the array static cubeMain = [ and replace its contents with this:
          { clrName: ColorConstants.names.white,  itemCode: "gcw", trackerValue: 1 },
          { clrName: ColorConstants.names.white,  itemCode: "gfw", trackerValue: 1 },
          { clrName: ColorConstants.names.white,  itemCode: "gsw", trackerValue: 1 },
          { clrName: ColorConstants.names.white,  itemCode: "glw", trackerValue: 1 },
          { clrName: ColorConstants.names.white,  itemCode: "gpw", trackerValue: 1 },
          { clrName: ColorConstants.names.black,  itemCode: "skc", trackerValue: 2 },
          { clrName: ColorConstants.names.black,  itemCode: "skf", trackerValue: 2 },
          { clrName: ColorConstants.names.black,  itemCode: "sku", trackerValue: 2 },
          { clrName: ColorConstants.names.black,  itemCode: "skl", trackerValue: 2 },
          { clrName: ColorConstants.names.black,  itemCode: "skz", trackerValue: 2 },
          { clrName: ColorConstants.names.blue,   itemCode: "gcb", trackerValue: 3 },
          { clrName: ColorConstants.names.blue,   itemCode: "gfb", trackerValue: 3 },
          { clrName: ColorConstants.names.blue,   itemCode: "gsb", trackerValue: 3 },
          { clrName: ColorConstants.names.blue,   itemCode: "glb", trackerValue: 3 },
          { clrName: ColorConstants.names.blue,   itemCode: "gpb", trackerValue: 3 },
          { clrName: ColorConstants.names.red,    itemCode: "gcr", trackerValue: 4 },
          { clrName: ColorConstants.names.red,    itemCode: "gfr", trackerValue: 4 },
          { clrName: ColorConstants.names.red,    itemCode: "gsr", trackerValue: 4 },
          { clrName: ColorConstants.names.red,    itemCode: "glr", trackerValue: 4 },
          { clrName: ColorConstants.names.red,    itemCode: "gpr", trackerValue: 4 },
          { clrName: ColorConstants.names.green,  itemCode: "gcg", trackerValue: 5 },
          { clrName: ColorConstants.names.green,  itemCode: "gfg", trackerValue: 5 },
          { clrName: ColorConstants.names.green,  itemCode: "gsg", trackerValue: 5 },
          { clrName: ColorConstants.names.green,  itemCode: "glg", trackerValue: 5 },
          { clrName: ColorConstants.names.green,  itemCode: "gpg", trackerValue: 5 },
          { clrName: ColorConstants.names.yellow, itemCode: "gcy", trackerValue: 6 },
          { clrName: ColorConstants.names.yellow, itemCode: "gfy", trackerValue: 6 },
          { clrName: ColorConstants.names.yellow, itemCode: "gsy", trackerValue: 6 },
          { clrName: ColorConstants.names.yellow, itemCode: "gly", trackerValue: 6 },
          { clrName: ColorConstants.names.yellow, itemCode: "gpy", trackerValue: 6 },
          { clrName: ColorConstants.names.purple, itemCode: "gcv", trackerValue: 7 },
          { clrName: ColorConstants.names.purple, itemCode: "gfv", trackerValue: 7 },
          { clrName: ColorConstants.names.purple, itemCode: "gsv", trackerValue: 7 },
          { clrName: ColorConstants.names.purple, itemCode: "gzv", trackerValue: 7 },
          { clrName: ColorConstants.names.purple, itemCode: "gpv", trackerValue: 7 },

      This makes it so any gem quality can be used instead of only perfect.
      You can basically fill in any item code you'd like, which you can find here: https://www.gmstemple.com/Diablo2/itemcodes.html
    2. DrainSTH
      DrainSTH
      • premium
      • 4 kudos
      I appreciate that, thanks!
  2. VBPlays
    VBPlays
    • supporter
    • 0 kudos
    Thanks for making the conversion! it's working great
    1. Caedendi
      Caedendi
      • member
      • 5 kudos
      Hey dude, I sent you a message on the Nexus Mods forums a while ago, can you check it out? Thx.
  3. Wrapien
    Wrapien
    • premium
    • 1 kudos
    My antivirus reported that this download has Trojan:Script/Wacatac.B!ml in it.
    1. Caedendi
      Caedendi
      • member
      • 5 kudos
      Then you should check your antivirus or switch to a more reliable one because it's a false positive.

      I saw you post this same thing on another mod too that was safe. Please don't go around and spread false virus warnings after only one antivirus tells you it's unsafe and you don't know how to check yourself.

      Check out the GitHub link for the source code and another download link. I'm sure that if you download the .json and .js files from there your antivirus will go bananas again but everyone else here can tell you that it's safe.
    2. VBPlays
      VBPlays
      • supporter
      • 0 kudos
      Can confirm, mod is 100% virus free