Code where is the code of lenguagues in lucera?

fa1thDEV

Baron
Customer
Hi, I have searched all over the lucera classic extension, but I can't find the .class where new languages are created, I would like to learn how it works but in Intellij IDEA I don't think there is a method to filter by keywords and not by name.class.
 
Oh malaka you could have asked me this directly :p


server.jar\l2\gameserver\utils\Language.java -> Enum that defines the languages available
server.jar\l2\gameserver\data\htm\HtmCache.java -> HTML Cache that holds all the info about the HTML to show for the specified language
server.jar\l2\gameserver\data\StringHolder.java -> StringHolder for the strings we show in the system messages and etc

Other less important files:
1752952511496.webp
 
Oh malaka you could have asked me this directly :p


server.jar\l2\gameserver\utils\Language.java -> Enum that defines the languages available
server.jar\l2\gameserver\data\htm\HtmCache.java -> HTML Cache that holds all the info about the HTML to show for the specified language
server.jar\l2\gameserver\data\StringHolder.java -> StringHolder for the strings we show in the system messages and etc

Other less important files:
View attachment 6571
ty my brother :cool:
 
Back
Top