You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Thank you for the reply. I know that this issue is due to L2 being so old. I was just wondering if there was an external way to fix the UI scaling. Like a patch or some settings.
Question
Enfelios
if (Config.CHAMPION_ENABLE) { writeC(_cha.isChampion() ? Config.CHAMPION_AURA : 0); } else { writeC(0); }
Config
CHAMPION_AURA = Integer.parseInt(customSettings.getProperty("ChampionAura", "0")); if ((CHAMPION_AURA < 0) || (CHAMPION_AURA > 2)) { CHAMPION_AURA = 0; }
And I get all NPCs with the effect of red about weapons but not the champion with Circle
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.