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-12-2013, 12:46 PM
xplodr
Sarnak
 
Join Date: Jan 2009
Location: Florida
Posts: 53
Default Vanilla Iksars!

So I locked out all the expansions except vanilla and yet people are able to create iksar, vah shir, frogloks and drakken. And they are able to create beastlords. And when they create a race that starts in a forbidden zone like cabilis or shar vahl they teleport to arena and probably get confused. PoK is blocked off until I release PoP. My question is how do I lock out creation of those races and classes until I unlock the other expansions?
__________________
Why Windows Vista is BAD
Reply With Quote
  #2  
Old 06-12-2013, 05:01 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Go to the 'char_create_combinations', there is a column called 'expansions_req', you can set this to a really high number as to allow no access to said races. A query below to update them all beyond player reach.
Code:
/*Restricting Iksar, Vah Shir, Froglok, and Drakkin.*/
UPDATE char_create_combinations SET expansions_req = 999999 WHERE race = 128;
UPDATE char_create_combinations SET expansions_req = 999999 WHERE race = 130;
UPDATE char_create_combinations SET expansions_req = 999999 WHERE race = 330;
UPDATE char_create_combinations SET expansions_req = 999999 WHERE race = 522;
NOTE: 999,999 Is not a real expansion, this is just a number beyond current expansion that keeps players from accessing a certain race or class.
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 05:41 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3