A Windows Forms application for editing item_Equip.xml files used by Melia, a Tree of Savior emulator.
- Search items by ClassID
- View and edit item properties:
- Use Level
- Item Grade
- Equip Group
- Sell Price
- Max Socket Count
- Add/modify combat stats and attributes:
- Physical/Magical Attack & Defense
- Critical stats (Hit Rate, Attack, Defense Rate)
- Primary stats (STR, DEX, CON, INT, SPR)
- Elemental resistances and attacks
- Size-based damage modifiers
- HP/SP/Stamina stats
- And many more...
- .NET 8.0 SDK (Windows)
- Visual Studio 2022 or later (recommended)
cd ItemEquipEditor/src
dotnet build- Place your
item_Equip.xmlfile in the same directory as the executable - Run the application
- Enter a ClassID and click Search
- Edit the desired properties
- Click Update to save changes
This project is provided as-is for use with Melia server development.