ogman Posted April 26, 2015 Posted April 26, 2015 Hi All, I got a interlude server from L2J server but can't figure out where to change the below. If someone can point me the correct direction that would be awesome.
0 'Baggos' Posted April 26, 2015 Posted April 26, 2015 Go at gameserver/network/clientpackets/EnterWorld.java Search for this and you will find it..
0 ogman Posted April 26, 2015 Author Posted April 26, 2015 Go at gameserver/network/clientpackets/EnterWorld.java Search for this and you will find it.. Thanks for that I will have a look :)
0 Orophix Posted April 26, 2015 Posted April 26, 2015 Any idea how to do the same for Hi5? I don't see it in EnterWorld.java :(
0 nikosdevil20 Posted April 28, 2015 Posted April 28, 2015 Any idea how to do the same for Hi5? I don't see it in EnterWorld.java :( EnterWorld.java is inside your source. inside com.l2jserver.gameserver.network.clientpackets but you need eclipse for do that and you need compile too :)
0 SweeTs Posted April 28, 2015 Posted April 28, 2015 (edited) activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==")); activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ==")); activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA==")); activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE=")); Edited April 28, 2015 by SweeTs
0 'Baggos' Posted April 28, 2015 Posted April 28, 2015 (edited) activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==")); activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ==")); activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA==")); activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE=")); :happyforever: boss :P Edited April 28, 2015 by 'Baggos'
0 Orophix Posted April 29, 2015 Posted April 29, 2015 Can I just comment it out? I tried changing it, I'm guessing it needs some kind of encryption since I get this: Failed running: [C] 11 EnterWorld ; Illegal base64 character 20
0 SweeTs Posted April 29, 2015 Posted April 29, 2015 Remove it. If you want to change it, remove the getText activeChar.sendMessage("blabla");
0 Orophix Posted May 2, 2015 Posted May 2, 2015 (edited) So change it to activeChar.sendMessage; ? Edited May 2, 2015 by Orophix
0 Orophix Posted May 3, 2015 Posted May 3, 2015 (edited) I still get Failed running: [C] 11 EnterWorld ; Illegal base64 character 20 when I do that and it kicks me out once I login. I'll try removing it and see what happens. Commenting it out did the trick. I don't think we can replace it without encrypting the text. Edited May 3, 2015 by Orophix
0 kyosume Posted May 3, 2015 Posted May 3, 2015 I still get Failed running: [C] 11 EnterWorld ; Illegal base64 character 20 when I do that and it kicks me out once I login. I'll try removing it and see what happens. Commenting it out did the trick. I don't think we can replace it without encrypting the text. Oh God! :y u no?:
Question
ogman
Hi All,
I got a interlude server from L2J server but can't figure out where to change the below.
If someone can point me the correct direction that would be awesome.
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now