Jump to content
  • 0

Change The Start Up Message


Question

Posted

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.

 

qpbu1zz4.4eu.jpg

12 answers to this question

Recommended Posts

  • 0
Posted

Go at gameserver/network/clientpackets/EnterWorld.java

Search for this and you will find it..

 

Thanks for that I will have a look :)

  • 0
Posted

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
Posted (edited)

 

        activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg=="));
        activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
        activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA=="));
        activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE="));
Edited by SweeTs
  • 0
Posted (edited)
        activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg=="));
        activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
        activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA=="));
        activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE="));

:happyforever: boss :P

Edited by 'Baggos'
  • 0
Posted

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
Posted (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 by Orophix
  • 0
Posted

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?:

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...