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