Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[XMAS 2017] [C#] MapleStory.IO API + Source

Junior Spellweaver
Joined
Jul 1, 2008
Messages
178
Reaction score
83
Little bit late for XMas, since it's technically already 2018 for me in NZ.

Anyways, this post will contain two highlights, a public facing API that I've had up and running for about a year now, and the source powering it.

MapleStory.IO is an API service I provide free-of-charge for getting assets from various versions of MapleStory. The goal is to at some point support every version of MapleStory, including every region, or at least as close as possible.



Example sites that use MapleStory.IO's APIs:



Some cool example APIs:
Music:
  • - Listing of all music files that match the path 'Bgm*'
  • - Listing of all music files

Map:
  • - Full map rendering of map id 100000000 with portals and life (NPC & Mobs)
  • - Basic full map rendering of map id 100000000
  • - JSON representation of all known info about map id 100000000
  • - Listing of all maps

Character:
  • - Standard rendering of a character in stand1 position at frame 1
  • - Compact (rankings) rendering of a character in stand1 position at frame 0

For a full list of all available APIs, refer to the Swagger documentation:

Source Repo:
Git Clone:

Pull requests and issues are welcome to be created. If there's a bug, let me know.
 
Back
Top