Maplestory V111 Patch Download

This is the original repack, the title says it all, have fun updating to v112!

You can download Maplestory 2 at Maplestory 2 Download from Nexon web server. Anyways, please notice that this is the Korean MS2 version. If you are really impatient.


I take no credit for this release.
Download
Password: releasebydray
  1. This is a guide to show you how to complete a Lithium based private server. 1.Introduction 2.Downloads 3.Installations 4.Server Setup 5.Local How To Make A Maplestory v111 (Lithium Based) Private Server - RaGEZONE - MMO development community.
  2. New MapleStory Private Servers listed on topg with server connection details, banner, title and description, free to play games. Enable Javascript in your browser to have access to all top site and servers functions.

Credits:
Sexy (Jay)
ChickenMS Staff
Original Coders
kevintjuh93
Dray of MapleTalk

For the people who are having compiling or Diamond Operator Issue:
Either update to JDK 1.7 or do the following:

Change:
private Map<MapleClient, QuestActionManager> qms = new HashMap<>(); and etc etc
To:
private Map<MapleClient, QuestActionManager> qms = new HashMap<MapleClient, QuestActionManager>();
Permanent NPC Spawns fix (Thanks to PostalityJr of RZ):
USE moopledev;
DROP TABLE IF EXISTS `spawns`;
CREATE TABLE `spawns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`idd` int(11) NOT NULL,
`f` int(11) NOT NULL,
`fh` int(11) NOT NULL,
`type` varchar(1) NOT NULL,
`cy` int(11) NOT NULL,
`rx0` int(11) NOT NULL,
`rx1` int(11) NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`mobtime` int(11) DEFAULT '1000',
`mid` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
P.S: The source is based off MoopleDev.Maplestory V111 Patch Download

Maplestory V111 Patch Downloads


V111Oh, and be sure to hit that 'Thanks' button if you like this release! ^^

World Of Warcraft Patch Download


NEWEEEER PASSWORD!!

TomatoSauce is a MapleStory server emulator designed with simplicity and extensibility in mind. It aims for high usability, and productivity, and does so well. It's the most professional server emulator for MapleStory to date, making use of the modern networking library, Netty, to handle high-performance asynchronous network communication.

Contributing

You'll need Maven to build Tomato. Most IDEssupport it out of the box and all that is required is to import theproject as a Maven one, not as a standard Java project.

Game Patch Download

Acknowledgements

Maplestory V111 Patch Download Pc

  • tomato (aaronweiss74), the primary developer.
  • XiaoKia, the packet and MapleStory expert.
  • strax, the Java guru.
  • rice, for lending his name to our Debug UI ;)