Quote Originally Posted by opedrohilario View Post
is there something similar to this, but for the legacy prestige portraits? whenever I create files, i have to open Bloodweb.json and manually change 'Legacy Prestige Level' to 0 (I just got used to doing it, because i think having legacy potraits on characters that are impossible to is what got my first account blocked).
Anyways, just curious. If there isn't, I'm ok with continuing to manually do it
Unfortunately that would require an additional user input to be added to the application for legacy prestige, which would take a while to get approved here so it's not worth uploading just a simple change like that.

However, with any text editor you can replace all instances of legacyPrestigeLevel in Bloodweb.json and GetAll.json with your desired prestige, like in Visual Studio Code (CTRL+H to replace):
Put first box as:
Code:
"legacyPrestigeLevel": 3
and second box as:
Code:
"legacyPrestigeLevel": 0
and then replace all instances.