Thread Tools Display Modes
01-14-06, 05:08 PM   #1
Purity
A Deviate Faerie Dragon
Join Date: Jan 2006
Posts: 16
DAB_Extract still work for 3.0?

A friend wants my Rogue DAB set up. Does the DAB custom extract from the old webiste still apply here?

Would the directions be the same as the readme?

Also, is there a new website yet?

This is what I have in my readme:
Drop this folder into your WorldOfWarcraft/Interface/AddOns folder just like any other mod.

Log-in to WoW.
Load the Discord Action Bars settings you want to extract.
Type /dabe or /dabextract.
Log out of WoW or type /console reloadui.
Go to your WorldOfWarcraft/WTF/Account/ACCOUNT'S NAME/SavedVariables folder.
Look for the DAB_Custom.lua file.
Make a copy of it outside of the SavedVariables folder.
Open the copy in any text editor, such as Windows Notepad.

Change the following line:

DAB_Extracted_Settings = {

to this:

function DAB_Options_LoadCustomSettings()
DAB_Settings[DAB_INDEX] = {};


DAB_Settings[DAB_INDEX] = {

Scroll all the way down to the end of the file.
Add this at the bottom:

DAB_Initialize_AllSettings();
DAB_Feedback(DAB_TEXT.SettingsLoaded);
end

Save your change and that's it! The file should be ready for use.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » DAB_Extract still work for 3.0?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off