Originally posted by Fractional






Guild Building System

Script: click me!
Item Generator (.dbc and .sql): click me!

How to "install":

Code:
1. Add the script to your server's core
2. Create the required database tables by analyzing the script
3. Move your server's Spell.dbc folder to the ItemGenerator's folder
4. Run the item generator and create the items responsible for spawning gameobjects
  4.1. Fill in the entry for the new item
  4.2. Fill in the entry for the existing gameobject
  4.3. Fill in a name for your gameobject
  4.4. Click save.
5. Replace your server's Spell.dbc with the new SpellDBC2.dbc
6. Execute output.sql to create required items
Item Generator UI