Hey guys,
So I moved on to a new blank client (that actually has proper inventory alignment ffs), and when I right click items and npcs it shows me an id in green brackets. I want to disable this because it’s really immersion killing for me. Can anyone help me please?
Thank you!
SOLVED: For those wondering, I disabled these by going into client.java and searching for @gre@ until I found something that said “menuActionName[menuActionRow] = “Use @lre@” + itemDef.name + @gre@(@whi@ class9_1 @gre@);” and changed it to “menuActionName[menuActionRow] = “Use @lre@” + itemDef.name;” That gets rid of the item id in brackets. I continued searching and removed this from objects and npcs as well