Log in

View Full Version : Can't get #zone to work for all players.


Smoochie
01-23-2020, 12:37 AM
Hello!

I know this subject has been covered before, but I can't seem to get this to work after about 2 weeks of attempts.

I've tried everything. Read everything I can find, and I can't figure out what I'm doing wrong. I just want to enable #zone for any character on my server, regardless of level.

I'm using HeidiSQL. I have changed min_level and min_status in the zone table to zero. I have set #peqzone to 0, and that command does not work either. I have started and restarted the server countless times. I have no idea what I"m missing or not doing.

Any help would be greatly appreciated.

Nightrider84
01-23-2020, 12:58 AM
The easiest way to make #zone work is to make every account on the server a gm level account. While it isn't the most recommended way its the fastest way to do it that I can think of.

Smoochie
01-23-2020, 01:12 AM
The easiest way to make #zone work is to make every account on the server a gm level account. While it isn't the most recommended way its the fastest way to do it that I can think of.

I really appreciate the response, but I'd really like to not have to do that. I would be perfectly happy with #peqzone, but I can't seem to get that to work, either.

Dryamzord01
01-23-2020, 08:23 PM
there is no other way to make other people access instances without giving the GM? I give GM to your players because ......... it is not fun

Uleat
01-23-2020, 08:42 PM
#peqzone: https://github.com/EQEmu/Server/blob/master/zone/command.cpp#L311

#zone: https://github.com/EQEmu/Server/blob/master/zone/command.cpp#L437


If you're trying to use #zone and have only set the status for #peqzone .. they're not the same command.

Nukerella
01-23-2020, 10:48 PM
For #zone go into your command setting table, and set the number to whatever a new character being created status would be. That will allow those commands to be used by any account with that status or higher. If a new non GM account is account status 1 set to 1 and everyone can use it.

Smoochie
01-24-2020, 12:20 AM
Thanks for all your responses! I finally stumbled upon the right table at about 2AM. I appreciate all your help!