I am starting to release our softwares publicly (It's kind of buggy but works and well maintained so patches and updates are coming in time) :)
Screenshots:





http://i.imgur.com/dzc5gh0.png
Features:
- Authentication (Enable/Disable) great for distributing to GM
- Accurate Option Generation
- Updatable Items List
- Full Set Spawner (Package Maker)
- Auto-Copy Drop Command Generator (Drop Maker)
- Item Generator (Warehouse, can only append and no drag and drop) (Ware Maker)
- Character Equipment Generator (Equip Maker)
- Account Manager - Viewing Account Info
- Account Manager - Editing Account Info (Credits, Stats, Level etc.. etc..)
Set-up:
1. Run Query on MSSQL:
Code:
USE [MuOnline]
GO
/****** Object: Table [dbo].[BeastMaker] Script Date: 07/13/2015 02:07:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[BeastMaker](
[BeastMaker_Allowed] [text] NULL,
[BeastMaker_Logs] [text] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
2. Download the BeastMaker:
https://mega.nz/#!9xQmBSaK!yQWE0AFBj...xVDS2sr_qxJym8
3. On MSSQL go to MuOnline > BeastMaker
Right click and click "Edit Top 200 Rows"
-- Add this on BeastMaker_Allowed column
Code:
{"YOURNAME":"YOURIP"}
4. Open 'connection.bm' file from "Data" folder
You will see this:
Code:
BASE64NAME,BASE64IP,INDEXFROMDB
-- REPLACE 'BASE64NAME' with your encoded Base64 name from
https://www.base64encode.org/ (Make sure that its the same from the YOURNAME from step 3!
--REPLACE 'BASE64IP' with your encoded Base64 REMOTE IP from
https://www.base64encode.org/
--[B]REPLACE 'INDEXFROMDB' with your index position from Database
5. go to Data\Database\Config and edit
SQLConnection.c - Your IP or MSSQL Instance
SQLUser - MSSQL Username
SQLPass - MSSQL Password
SQLDBase - MSSQL Database (blank is equal to 'MuOnline')
SQLVersion - Your MSSQL Installed Version, This is important,
If you are using MSSQL 2000 - use If you are using MSSQL 2005 - use If you are using MSSQL 2008 - use
Code:
SQL Server Native Client 10.0
Compatibility:
TTech Database (Tested on 11.70.52)
Our own Emulator (same as TTech DB Structure) so yah just try it yourself.
Again, Sorry for the long Axx Set-up because this was actually built for linux and i just ported it to windows :D
Reply on this post if theres anything I can help you with, also if bug found let me know and let's make this Maker improved! 
Full source-code: https://gitlab.com/onecore/BeastMaker