View Single Post
  #9  
Old 09-16-2016, 08:46 PM
RetroEQ
Fire Beetle
 
Join Date: Sep 2016
Location: us
Posts: 5
Default

Quote:
Originally Posted by blackdragonsdg View Post
The old method was to set the expansions value in the variable table. The current value for that is 16383 which you get by using 2^N -1 where N is the expansion number. That particular method doesn't appear to have been updated for quite some time now.

Another method is to set min_level or min_status in the zone table then update it or change it whenever the players complete a specific task. This method will probably use quest_globals or heavy scripting

It may be possible to accomplish this by other methods as well.
Very cool was not aware of the variables table. I set min status on the zones in the zone table and that works pretty well. Do you know how to edit the server code? Does eqemu give us the files to edit our server code or just the database?
Reply With Quote