EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Vanilla Iksars! (https://www.eqemulator.org/forums/showthread.php?t=36945)

xplodr 06-12-2013 12:46 PM

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?

Kingly_Krab 06-12-2013 05:01 PM

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.


All times are GMT -4. The time now is 03:22 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.