枫之谷2 私服数据库管理工具
MapleStory 2 private server database management tool.
- 市场管理 Market Management
- 商品列表 / Item List
- 添加商品 / Add Items
- 编辑商品 / Edit Items
- 导入/导出 CSV / Import/Export CSV
- 可以搭配itemname.xml自动填充使用 / itemname.xml to AUTOimport
- WPF (.NET 8.0)
- C#
- MySQL
dotnet build -c Release运行前需要配置数据库连接环境变量:
DB_IP- 数据库地址DB_PORT- 数据库端口 (默认 3306)DB_USER- 数据库用户名DB_PASSWORD- 数据库密码DATA_DB_NAME- 数据库名 (默认 maple-data)
运行时需要以下数据文件(需自行获取):
shopitemname.xml- 物品名称映射meratmarketcategory.xml- 商品分类
本项目仅供学习研究使用,不得用于商业目的。
This project is for educational purposes only. Commercial use is prohibited.
MapleStory 2 is a trademark of Nexon. This project is not affiliated with or endorsed by Nexon.
GNU Affero General Public License v3.0 (AGPL-3.0)