Hi folks,

I've done some searches, and tried to solve this for a few days...

How do I disable certain attributes from the random item generation? I went into BaseRunicTool.cs and tried to disable the attributes, but that doesn't seem to prevent them from spawning on dropped loot.

Where should I be looking to disable things like Lower Reagent Cost from spawning at all?
 
Got some help in chat, and managed to solve this:

In RunicReforging.cs, Around line 2484 is the table for possible attributes. Just comment out the ones you don't want. Greater magic items will still spawn the commented properties, unless you go to their respective entry and comment/modify the line.

Seems like this didn't fix it, as I've started to find LRC on stuff again.

Will post the fix if I actually find it.
 
Last edited:
Back