The quickest way to disable this is to open the file security.inc found in \pol\scripts\include and make the following change:
Code: Select all
function AuthorizationCode( mobile )
// The following line causes the function to always authorize "staff" commands when entered.
return 1;
if( GetObjProperty( mobile, "#AuthCodeGiven" ));
return 1;
endif
I do not know if this will allow non-staff characters to have access to the staff commands. You should experiment with player level characters to see if they are restricted from those commands. I presume this authorization system was put into place because some staff level commands are not in the hierarchical directories where they are supposed to be.