Maplestory (v95) server emulator made using python. beware of bugs and complete rewrites. Hibernating project but still loved
Go to file
Ra 6aa8e25e39 make linter happy 2022-04-15 23:49:39 -07:00
mapy make linter happy 2022-04-15 23:49:39 -07:00
.gitignore make linter happy 2022-04-15 23:49:39 -07:00
README.md req's 2022-04-02 03:15:41 -07:00
_config.yml configuration 2022-04-15 10:39:53 -07:00
mapy.sql include database 2021-09-19 19:41:28 -07:00
poetry.lock make linter happy 2022-04-15 23:49:39 -07:00
pyproject.toml make linter happy 2022-04-15 23:49:39 -07:00
run.py large amount of restructuring 2021-12-08 13:17:50 -08:00
screenshot.png remove sql debug mess add screenshot of logging in game 2021-09-19 19:51:19 -07:00

MaPy

Maplestory emulator written in Python

Requirements

  • Postgresql
  • Python 3.10+
  • pycryptodome>=3.14.1
  • asyncpg>=0.25.0
  • attrs>=21.4.0
  • more-itertools>=8.12.0
  • jinja2>=3.1.1
  • fastapi>=0.75.1
  • uvicorn>=0.17.6
  • pyyaml>=6.0

Optional

  • itsdangerous
  • pydantic
  • loguru
  • uvloop

To-Do

  • Multi-Version Compat

    • Template out packet handlers, opcodes, game objects, and client to have drop-in's per version
    • Map objects to relational tables for database generation
  • Inventory Operations

    • Move item slot
    • Drop Items
    • Loot Items
    • Proper serial handling for equips when transfering ownership
    • Increase/Decrease stack count
  • Portal Navigation

    • Properly handle mob spawn / idle upon no map owner / despawn upon expiration
    • Field ground item lifetime
  • Consumables

    • Potions
    • Equipment scrolls
    • Teleport scrolls
    • Follower consumables
    • Cash Effects
    • Chairs
  • Followers (Pets, Shadow Partner, Mage summons, Archer Summons, Beholder)

    • Move Path
    • Field registration
    • Expiration
  • Secondary Stat (Buff Stats)