Jump to content
  • 0

Change The Start Up Message


ogman

Question

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

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

 

        activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg=="));
        activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
        activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA=="));
        activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE="));
Edited by SweeTs
Link to comment
Share on other sites

  • 0
        activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg=="));
        activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
        activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA=="));
        activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE="));

:happyforever: boss :P

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

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...