Activate zones PEQ
Does anyone know how to Activate zones past pop for a peq database?
If you had a gm status then it works but that is the only way to zone into them. |
go into your mysql query browser and open up the zone file
Once you are there set the minstatus for each zone you want to unlock to 0. That will let anyone zone into them. |
If you intend to keep current with PEQ's updates, here's how I'd do it:
Code:
UPDATE zone SET min_status = 255 WHERE short_name = 'abysmal'; The way Weldarr told you is fine if you either 1) plan with sticking with the version of the database you have indefinitely or 2) you don't mind doing it that way every single you time you update. Thought I'd give a bit of a pointer on how to do it the 'hard way', which will wind up saving you time in the long run. |
Thank you :D
|
thanks guys from me also we ran into an issue on our server the other night where we couldnt even summon folks to a zone this helped a lot.
|
All times are GMT -4. The time now is 09:59 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.