DerpleMQ2 / rgmercs

Lua version of RGMercs Script
11 stars 21 forks source link

Loot tables to SQL DB #183

Closed grimmier378 closed 6 days ago

grimmier378 commented 6 days ago

Migrated the loot tables to an SQL DB with tables for (Global_Items, Normal_Items)

This allows the data to be shared by all of the characters without to many conflicts.

If you edit or add anything on the driver and save the settings you can issue /rgl lootreload on all characters to reload from the DB.

IMPORTANT !!

The FIRST TIME you run this after this update, ONLY Load RGMercs Lua On ONE Character to build the DB.

This Could take a couple seconds to create and populate the database. (especially if your loot.ini is large)

After you have the database created you can load as many toons as you would like.

Loading Order of Operation.

Notes:

Any item changes and new additions are written to the ini file for non mercs users, and to the Database. Buy items are per character so we will keep those in our own tables since we do not need to share them.

grimmier378 commented 6 days ago

ok ready for your review there Derple