Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-22-2008, 11:01 AM
tweak24
Fire Beetle
 
Join Date: Jun 2007
Posts: 8
Default Peq DB

I have a question pertaining to the database
Is it possible to let someone not gm flagged in zones past PoP?
When we did try to experiment with it we ended up causing it not to let any connections to the server >.<
Reply With Quote
  #2  
Old 08-22-2008, 11:12 AM
tweak24
Fire Beetle
 
Join Date: Jun 2007
Posts: 8
Default

gr. i clicked the wrong link. i swear i was on windows support my appologies
Reply With Quote
  #3  
Old 08-22-2008, 02:34 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

You'd have to remove the flag requirements for PoP zones. Status will also need to be set to 0 for the elementals/Time which aren't quite done yet. This query will do it:

Code:
update zone set flag_needed = '', min_status = 0 where zoneidnumber > 199 and zoneidnumber < 224;
For zones past PoP, you just need to set the status:

Code:
update zone set min_status = 0 where zoneidnumber > 223;
This will effect every zone that has a zoneidnumber higher than 223 (potimeb), so be careful.

Last edited by cavedude; 08-22-2008 at 10:38 PM..
Reply With Quote
  #4  
Old 08-22-2008, 03:00 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

How does the flag_needed fielded relate to what's actually being looked for? If there's any value at all there, it checks the zone_flags table for if a character is flagged or not? Or does it actually matter what's in the field?
Reply With Quote
  #5  
Old 08-22-2008, 03:08 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

From my limited testing, if there is anything in the field it looks to see if the toon has a flag and if so let's them in. So, no it doesn't matter what's in the field. Though, I did have some trouble with flags that were text, which is why all the PoP flag_needed fields are set simply to 1. If the field is NULL, then obviously no flag is required.
Reply With Quote
  #6  
Old 08-22-2008, 03:32 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

I'd been wondering for awhile, and you answered it perfectly. Thank you!
Reply With Quote
Reply


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

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

Forum Jump

   

All times are GMT -4. The time now is 01:26 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3