tlentz / d2modmaker

A program that lets you mod Diablo II from a config
GNU General Public License v3.0
97 stars 18 forks source link

Remove Level Requirement Issue #115

Open Vindicit opened 3 years ago

Vindicit commented 3 years ago

I'm not able to get the Remove Level Requirement feature to work. Does anyone know if it works or not? I'm getting uniques in the first map of Act 1 that are lvl 36+

OldBeardedCoder commented 3 years ago

Please give an example? Preferably post the UniqueItems.txt file. The level requirement on the item itself may indeed have been removed, but the property itself may have been causing the level requirement, like if it has a skill attached to it. If this is the case we need to add Minimum level to the PropScores.txt (if using Generator). As of now the Randomizer doesn't read PropScores.txt so I don't see an easy way to fix this for the Randomizer, if that is indeed the problem.