This repository provides various feature packages for use in MapleStory Worlds (MSW).
Each package folder includes a .modpackage file along with the mlua source files used in the package. You can download any package you need and import it into your MSW project.
See the README file in each package for detailed usage information.
| Package | Description | Link | Version |
|---|---|---|---|
| gm-message | Provides in-game notification messages for creators. | Download | 1.1 |
| global-config | Provides shared configuration values used across all areas. | Download | 1.1 |
| Provides the ability to send in-game mail messages to creators. | Download | 1.1 | |
| quest-achievement | Provides quest and achievement features to creators. | Download | 1.1 |
| worldshop | Provides an in-game premium shop system with item sales, purchase limits, and configurable sale periods. | Download | 1.1 |
| shop | Provides an in-game shop system with item sales, purchase limits, and configurable sale periods. | Download | 1.1 |
| recyclescrollview | A scroll view system like GridViewComponent, optimized for smooth scrolling without flickering. | Download | 1.0 |
| command | Provides an environment where you can execute the functions you have written, both in the maker and release environments. | Download | 1.1 |
| dialog | Provides a dialogue UI that displays text one character at a time. | Download | 1.0 |
| player-data | Provides a comprehensive module for managing core player functions within the game. | Download | 1.1 |
| inventory | Provides functionality for inventory management, equipping and unequipping items, and using items. | Download | 1.1 |
| key-binding | Provides functionality for input key bindings and virtual button key bindings. | Download | 1.1 |
| maplestory-toast | Provides functionality similar to the toast feature in the game MapleStory. | Download | 1.0 |
| ranking-basic | Provides ranking(basic) feature to creators. | Download | 1.1 |
| ranking-advanced | Provides ranking(Advanced) feature to creators. | Download | 1.1 |
| resource | A game resource system that manages standard and rechargeable resources. | Download | 1.1 |
| droptable-resolver | Provides functionality for determining which items to return based on drop tables and probability. | Download | 1.1 |
| game-event | Provides game event system to creators. | Download | 1.1 |
| collection | Provides collections to creators. | Download | 1.0 |
| ui-component | Provides ui componets and models. | Download | 1.1 |
| ui-resource-cardgame | A UI resource pack collected from Maple Duel, providing UI models and sample screens. | Download | 1.0 |
| ui-resource-casualrpg | A UI resource pack collected from MapleSoulHero, providing UI models and sample screens. | Download | 1.0 |
| ui-resource-casualsurvival | A UI resource pack collected from Durango The Lost Island, providing UI models and sample screens. | Download | 1.0 |
| ui-resource-cutecasual | A UI resource pack collected from ChuChuBurger, providing UI models and sample screens. | Download | 1.0 |
| ui-resource-minimalcombat | A UI resource pack collected from Maple Auto Battler, providing icon UI models. | Download | 1.0 |
| ui-resource-simplefantasy | A UI resource pack collected from MapleSlash, providing UI models and sample screens. | Download | 1.0 |
| ui-resource-supersimple | A UI resource pack collected from Getting Over It Maker, providing UI models and sample screens. | Download | 1.0 |
| example-stateset | Provides basic StateType entries, ConditionType entries, sample StateSet entries, and utility logic for samples. | Download | 1.0 |
| example-behaviourtree-package | Provides basic nodes for building Behavior Trees. | Download | 1.0 |
This project is licensed under the MIT License. You are free to use, modify, and distribute this project.
However, the software is provided "as is", without warranty of any kind. For more details, please see the LICENSE.(https://opensource.org/licenses/MIT)