legox Posted March 16, 2009 Posted March 16, 2009 Like above, how can i do that ? change somethink like that: http://img12.imageshack.us/my.php?image=beztytuuqsm.jpg
xXSkillerXx Posted March 16, 2009 Posted March 16, 2009 Find this path (via eclipse) : java\net\sf\l2j\gameserver\network\clientpackets\ΕnterWorld.java There you will find something like this one : activeChar.sendMessage("Your message here"); activeChar.sendMessage("Your message here"); activeChar.sendMessage("Your message here"); Make your changes and compile your pack. Also , there is an other way (but its only client-sided). Open your systemmsg-e.dat (system folder). Find the IDs 34,94 (these have the welcome messages) and edit them as you like. ;)
legox Posted March 16, 2009 Author Posted March 16, 2009 Oke i do that by 3rd option :D enter to: gameserver\config\options Find: # Show server version + license when player enter game. ShowLicense = True and here change that to False Thats all :D if some1 wants it ;D
xXSkillerXx Posted March 17, 2009 Posted March 17, 2009 Well, you said that you want to modify it, not to make it dissapear... ::) Anyway, im glad that you solved your problem.
Recommended Posts