ThelwHelpRePaidia Posted March 28, 2015 Posted March 28, 2015 Hello guys where can i find this "Welcome bla bla bla" this with the black circle i want to change it http://postimg.org/image/gufxhu4lp/
0 @IcathiaLord Posted March 28, 2015 Posted March 28, 2015 com.l2jfrozen.gameserver.model.entity; StartupSystem go down a little and you will find it! activeChar.sendPacket(new ExShowScreenMessage("Welcome to L2 Primer Interlude PvP Server ", 6000));
0 raF Posted March 28, 2015 Posted March 28, 2015 Use fileedit to open systemmsg-e.dat and find this line. After that change it and decrypt with version 313.
0 Klay Posted March 28, 2015 Posted March 28, 2015 player.sendPacket(new ExShowScreenMessage("Your message goes here",5000));
0 SweeTs Posted March 28, 2015 Posted March 28, 2015 (edited) EnterWorld.java probably. Else use search for "Welcome to l2 primer" Edited March 28, 2015 by SweeTs
0 ThelwHelpRePaidia Posted March 28, 2015 Author Posted March 28, 2015 raf it's not there tessa where can i find that at eclipse? klay where can i find that at eclipse? sweets it's no there i searched
0 Tessa Posted March 28, 2015 Posted March 28, 2015 If you can't find it, maybe it's base64 encoded, just like l2jserver's system messages.
0 SweeTs Posted March 28, 2015 Posted March 28, 2015 (edited) You can remove it. Check enterworld for ExShowScreenMessage with weird message, like kjasd908asdasda0, sort of :D Edited March 28, 2015 by SweeTs
0 ThelwHelpRePaidia Posted March 28, 2015 Author Posted March 28, 2015 i found only that :/ sendPacket(new ExShowScreenMessage(" You have an over enchanted item, you will be kicked from server! ", 6000));
0 Tessa Posted March 28, 2015 Posted March 28, 2015 Why don't you try to search the entire pack for ExShowScreenMessage? :lol:
0 SweeTs Posted March 28, 2015 Posted March 28, 2015 We gave you all possible ways how to find it, while we don't see the sources you are alone..
0 ThelwHelpRePaidia Posted March 28, 2015 Author Posted March 28, 2015 Damn. ok i will search it thanks.
0 ThelwHelpRePaidia Posted March 28, 2015 Author Posted March 28, 2015 Ok found it thanks @icathialord
Question
ThelwHelpRePaidia
Hello guys where can i find this "Welcome bla bla bla"
this with the black circle i want to change it
http://postimg.org/image/gufxhu4lp/
15 answers to this question
Recommended Posts