leonscottkennedy Posted September 2, 2011 Posted September 2, 2011 Hi MXCs.I need to ask something. Can anybody tell me how can I disable or make this message disappear? Quote
0 StarSCreams Posted November 17, 2011 Posted November 17, 2011 not allowed to change the code, since they would be violating copyright law l2jserver. Quote
0 josecarlosfl18 Posted December 20, 2011 Posted December 20, 2011 1) Open java\com\gameserver\network\clientpackets\enterworld.java 2) Open Enterworld.Java Find This activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); if (Config.DISPLAY_SERVER_VERSION) { if (Config.SERVER_VERSION != null) activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION); if (Config.DATAPACK_VERSION != null) activeChar.sendMessage(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION); Delete This activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); And Past This activeChar.sendMessage("Your Text"); activeChar.sendMessage("Your Text "); This Delete if (Config.SERVER_VERSION != null) activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION); if (Config.DATAPACK_VERSION != null) activeChar.sendMessage(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION); Past It if (Config.SERVER_VERSION != null) activeChar.sendMessage("Your Text); if (Config.DATAPACK_VERSION != null) activeChar.sendMessage("Your Texti "); 6) Save And Compile Test 100% Credits To L2JTeam Quote
0 adenaman Posted December 21, 2011 Posted December 21, 2011 Next step is to call it "your new l2 private project 110% fixed bugs all working all bosses balanced skills only 10€ source" Quote
0 leonscottkennedy Posted January 18, 2012 Author Posted January 18, 2012 Next step is to call it "your new l2 private project 110% fixed bugs all working all bosses balanced skills only 10€ source" What do you mean exactly ? :S Quote
0 leonscottkennedy Posted January 18, 2012 Author Posted January 18, 2012 1) Open java\com\gameserver\network\clientpackets\enterworld.java 2) Open Enterworld.Java Where is this? Open java\com\gameserver\network\clientpackets\enterworld.java Quote
Question
leonscottkennedy
Hi MXCs.I need to ask something. Can anybody tell me how can I disable or make this message disappear?
5 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.