Skip to content

sonlt92/Maplestory-v206

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maplestory-v206

Source code Maplestory v206.

[Features]

All Classes can be created. Some might not work as intended Some Bosses work (Not 100% which ones work and which don't, some were fixed, others not) Cash Shop Works (Has most, if not entire WZ Directory added into the SQL database) Guilds Work Custom Quick Move Others, check in game / source code to see

[Quick Tutorial]

*Check Pom.xml to see what requirements are needed (JDK 14, MySQL 5.1.39)

  1. Open the folder in IntelliJ and wait for everything to index.
  2. Go to src/main/java/ and open hibernate.cfg.xml. Add your MySQL Password under Password, change username root if you have a different username for MySQL.
  3. Check File Structure (CTRL+ALT+SHIFT+S) to ensure you have OpenJDK 14 selected.
  4. Open MySQL and create a new database v206, run each individual .sql file inside the main folder / sql from 1-10 in order, plus the extras at the bottom.
  5. go to src/main/java/net.swordie.ms/ and right-click Server and click Run or Debug. If everything is setup properly, the last item loaded into Console will be channels.

[Auth Hook]

Download Visual C++ Redistributable: x86: https://aka.ms/vs/17/release/vc_redist.x86.exe x64: https://aka.ms/vs/17/release/vc_redist.x64.exe

  1. Open AuthHook.sln in Visual Studio
  2. Open global.h and change server ip to whatever you want
  3. Open discord.c and scroll down to line 69 for tutorial
  4. Right-click the source and click properties to change the .dll name or change upon build
  5. Compile and move .dll to your v206 client folder.

[Launcher]

Download .NET Framework 4.8 runtime: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48

  1. Open SwordieLauncher.sln in Visual Studio
  2. Open Client.cs and change IP to what you want
  3. Right-Click Form1.cs and click View Code, change v206.dll to whatever your AuthHook dll name is.
  4. Compile and move the launcher to your v206 client folder.

If completed successfully, you will be able to launch MapleStory v206.

About

Source code Maplestory v206.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published