Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-02-2013, 09:47 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 187
Default

I would do it using queries and account status, e.g. to lock everything down to vanilla;

Code:
update zone set min_status = 200 where expansion > 1
or to vanilla + kunark;
Code:
update zone set min_status = 200 where expansion > 2
to unlock kunark;
Code:
update zone set min_status = 0 where expansion =< 2
Reply With Quote
  #2  
Old 06-02-2013, 10:45 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

The 16383 is 2^X-1 where X = Expansion Number. In this case X = 14.

To be honest I don't know if they even update that setting to work like it should anymore. It worked right till around SoF but afterwards it seemed to never change so who knows.
Reply With Quote
  #3  
Old 05-28-2015, 10:16 AM
Denath
Fire Beetle
 
Join Date: Aug 2005
Posts: 5
Default

Quote:
Originally Posted by jsr View Post
I would do it using queries and account status, e.g. to lock everything down to vanilla;

Code:
update zone set min_status = 200 where expansion > 1
or to vanilla + kunark;
Code:
update zone set min_status = 200 where expansion > 2
to unlock kunark;
Code:
update zone set min_status = 0 where expansion =< 2
Sorry to necro an old thread but can anyone explain how this would be implemented?
Reply With Quote
  #4  
Old 05-28-2015, 10:40 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

SQL query, either through a SQL command window or through an editor like Navicat or HeidiSQL.
__________________
Clumsy's World: Resurgence [2019-Present]
Clumsy's World 2.0 [2014-2016]
Clumsy's World [2006-2012]
Reply With Quote
  #5  
Old 05-28-2015, 12:49 PM
Denath
Fire Beetle
 
Join Date: Aug 2005
Posts: 5
Default

Thanks for the super fast response, I didn't realize the tables had an expansion value, I haven't found much at all for expansions. I was manually going through the min_status lol
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:23 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