PDA

View Full Version : Settings default status


IAYand
10-26-2009, 04:16 PM
Hello,

So I finally after much trying, got my server up and running, but it won't accept me trying to change the default status.

In my eqemu_config.xml file I changed the value

<defaultzonestatus> to 80 but it still assigns value 0 to any account trying to access the server. (I've tried deleting the account from the database, hoping it would assign the correct value when creating it but alas no).

I've tried searching the forum and the answer seems to be to change the default value for zones like I have done but it doesn't seem to work.

I'm running PEQ rev1038 (newest I believe) and using the pre-compiled version Rev1038-Bots.

The machine the server is on, is an amd X2 4,4 GHz with 3 GB ram running Windows XP sp3.


On a side note, what does the entries revoked and karma in the account database mean? They are both set to 0 as default.

Regards

Yandar

trevius
10-27-2009, 05:46 AM
This is the section you want to change it in:

<zones>
<defaultstatus>0</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7500"/>
</zones>

Change the 0 noted there for defaultstatus.

IAYand
10-27-2009, 10:06 AM
Yep that's what i've done, but new accounts created is still set with a default status of 0.

I ended up just manually editing the commands in the database and set the commands I want usable to 0. Thanks anyway.