View Single Post
  #28  
Old 06-21-2012, 03:13 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Stefan View Post
Well those are the options which I've restored last time, they were from March 28.
Hm, that can't be. Ever since we went Classic a year ago and some time before that, there was a lot of "custom" information stored in serveroptions. I have a script that reads all of the following values, and they are all gone from serveroptions after the HD errors:

PHP Code:
function onCreated()
{
  
serverr.system.classes serveroptions.classes;

  
serverr.system.inventory_availableslots serveroptions.availableslots;
  
serverr.system.inventory_itemsperrow serveroptions.itemsperrow;
  
serverr.system.itemcategories serveroptions.itemcategories;
  
serverr.system.itemslots serveroptions.itemslots;

  
serverr.system.maxlevel serveroptions.maxlevel;
  
  
serverr.system.nations serveroptions.nations;

  
serverr.system.restrictedknightitems serveroptions.restrictedknightitems;
  
serverr.system.restrictedmageitems serveroptions.restrictedmageitems;
  
serverr.system.restrictedscoutitems serveroptions.restrictedscoutitems;

  
serverr.system.stats serveroptions.stats;
  
serverr.system.statsnames serveroptions.statsnames;

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote