EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tutorials/Howto's (https://www.eqemulator.org/forums/forumdisplay.php?f=619)
-   -   To enable Berserkers (https://www.eqemulator.org/forums/showthread.php?t=12661)

vetoeq 04-08-2004 06:19 PM

I haven't done it yet on my DB but I -think- what he's saying is this:

Code:

mysql -u root
use eq;
update variables set value=255 where varname like 'expansions';

But I could be wrong so might be best to get a validation before you do this (or backup your DB).

samandhi 04-09-2004 04:43 AM

Quote:

This is probably a stupid question but what file is the variables in so that i can enable all expansions, and what program is needed to edit it?
This question is only PARTLY stupid... First, there is NO file as such. You are thinking the wrong way... In your database there are tables that hold columns. These columns hold the data that the emu needs to run (EQ works the same way)...

So you would locate the table "variables", then find the column "expansions" IN that table... The data in the column "expansions" needs to be changed from 63 to 255 to let the emu know that all the expansions are enabled...

Now for the stupid part of your question...
Quote:

and what program is needed to edit it?
I believe I even answered that one for you and provided a link of where to download the program from, in the third post of this topic (try reading it DOES help)...
Quote:

Originally Posted by samandhi
or you can download something like MySQLFront and edit using the GUI from here: http://www.mysqslfront.de

Now, when using MySQLFront, you can view your DB in a "Windows Explorer" type of view (folders that are inside of other folders are indented further in to the right, and so on... )


All times are GMT -4. The time now is 08:32 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.