A modern, web-based tool for managing cooldown configurations for Ultima Online Outlands (UOO). Built with React, TypeScript, and Mantine UI components, this application provides an intuitive interface for editing cooldown XML files used by UOO clients.
- XML File Management: Upload, edit, and download cooldown configuration files
- Visual Editor: Intuitive interface for managing cooldown entries with real-time validation
- Dark/Light Theme: Built-in theme switching
- Drag & Drop Reordering: Easily reorder cooldown entries
- Export Functionality: Download modified configurations as XML files
Screenshots will be added here once the application is running
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone git@github.com:abianche/uoo_cooldown_manager.git
cd uoo_cooldown_manager- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
This project is licensed under the MIT License - see the LICENSE file for details.
For issues, questions, or contributions, please open an issue on the GitHub repository.
Note: This tool is designed for use with Ultima Online Outlands and is not compatible with other UO servers or clients.