View Single Post
  #3  
Old 11-23-2008, 02:57 AM
Lord_Vindus
Fire Beetle
 
Join Date: Jun 2007
Posts: 12
Default

Quote:
Originally Posted by jdam7459 View Post
Is there a way to force all people who play on my server to use old models like on classic EQ?
Running this will force the Old Character Models:

Code:
update variables set value="0" where varname="Expansions";
But as you see you are setting your Expansions to "0" so you will not be able to use anything after the original game.
Reply With Quote