Skip to content

A database editing tool for the MU Online game

License

Notifications You must be signed in to change notification settings

wagnercrosa/mu-db-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MU Database Helper

forthebadge

MU DB Helper is a database editing tool for MuOnline Ex702+
The tool allows users to create, edit and remove items in a characters storage
Items can be highly customizable where the tool offers a wide range modification options

Features

  • Add, edit, remove items
  • Character & extra inventory storage
  • Vault storage
  • Personal shop storage
  • Feautres all ex702 - S8EP2 items
  • Populate item database from MUOnline server Item.txt
  • All classic base MU Online item options i.e. ilvl, dur, luck, skill etc.
  • Excellent, socket, harmony and refine options
  • Ancient set items

Prerequisites

  • Visual Studio 2013
  • SQL Server 2008+
  • ODBC Driver 13
  • MU Online Ex702+ DB

Installation

  • Clone the repository
git clone https://github.com/kyleruss/mu-db-helper.git
  • Ensure you have a MuOnline database, create one if not
CREATE DATABASE MuOnline;
  • Run each of the table creation scripts in the SQL/tables directory
  • Run each of the insertion scripts in the SQL/insertion directory
  • Run the item initialization stored procedure in SQL/InitItemsProcedure
  • Import the project solution MuDBHelper.sln into Visual Studio

License

MU DB Helper is available under the MIT License
See LICENSE for more details

About

A database editing tool for the MU Online game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%