进入游戏的欢迎信息修改文件CM_ENTER_WORLD.java
进入游戏的欢迎信息修改文件
位于:
SVN AIONEmu Source\aion-emu\trunk\AE_GameServer\src\com\aionemu\gameserver\network\aion\clientpackets
sendPacket(new SM_MESSAGE(0, null, "Welcome to " + Config.SERVER_NAME
+ " server\npowered by aion-emu software\ndeveloped by aion-emu.com team.\nCopyright 2009", null,
修改为:
sendPacket(new SM_MESSAGE(0, null, "\u6B22\u8FCE\u5149\u4E34 " + Config.SERVER_NAME
+ " \u670D\u52A1\u5668\u4E3B\u9875 Xren.org \u6C49\u5316\u003A\u83DC\u83DC\nCopyright 2009 Aion-emu.com Team ", null,
