[Tut] How to change Server Message/Event Message/World Name

Joined
Apr 9, 2008
Messages
450
Reaction score
12
CREDITS FOR THIS GUIDE:
-newbie69
-Shadow26
-xazerrx
-get31720
This guide will help all the new private server owners to change some of the messages you want to edit in Maple Story

EDIT ONE: The Server Message (Heading)
Allright, first go into your private server folder (Which would be the repack folder [i.e Seans, PCMaple, etc]) and open your "src" folder. Then open

net/sf/odinms/net/channel

and open "ChannelServer.java". It should look like a notepad document.
Now, inside that file, you want to look for text that has the message, so press ctr + f and copy paste this into the search box:
private String serverMessage = "SERVER MESSAGE HERE";

The "SERVER MESSAGE HERE" is different for all private servers so go into your game, and check what the message says, put that over what I had and it should find it in the document. Now edit it to what you want it to say, save, compile, done.


EDIT TWO: The Event Notice (The text when you select a world)
For this one, what you want to do is go to src again and go into:

net/sf/odinms/tools and find a file that's called

"MaplePacketCreator.java".
Now, like the first edit, press ctr + f and put this in the search box:
mplew.writeMapleAsciiString
Edit between the " , save, compile, done.

EDIT THREE: The World Name (Not the logo name, when you're on the character select screen)
Finally, if you want to change the name from like "Scania" to something else, open up ServerlistRequestHandler.java located:

YOUR-REPACK/src/net/sf/odinms/net/login/handler

Inside its pretty small. Whatever the world name was before, search that with ctr + f and just replace all 4 names inbetween the quotes with whatever you would like it to be.
Save, Compile, finished.


Allright, that's how you change the messages in YOUR server to make it your own ^^

OH! For thoes who don't know how to compile, visit Innovative's guide on how to compile with NetBeans ^^ here:
http://forum.ragezone.com/showthread.php?t=406097

I hope this really helps ^^

Happy Mapling!

-Garv
 
Re: [Guide] How to change Server Message/Event Message/World Name

dude innonatives guide is just teaching how to compile .jar files not .java OMG
 
Re: [Guide] How to change Server Message/Event Message/World Name

Dude he's you telling to compile the bloody .jar file OMG

YOU EDIT THE .java AND COMPILE .jar

noob.

nice guide though ;)
 
Re: [Guide] How to change Server Message/Event Message/World Name

Thx xQuasar and WHO YOU CALLING A NOOB?im just 10 years old dude
 
Re: [Guide] How to change Server Message/Event Message/World Name

LoL however did I get on the credits O.o..
 
Re: [Guide] How to change Server Message/Event Message/World Name

i cant compile... the .jar file...
how do u open .jar file anyways?
 
Re: [Guide] How to change Server Message/Event Message/World Name

Wtf? You look at Innovative's guide, and it'll teach you how to compile... you don't need to work anything out even, compiling with innovative's guide = turning .java -> .jar ....
 
Back