Hi,
I am having problems setting gm levels, with my new command levels,
Common.h
enum AccountTypes
{
SEC_PLAYER = 0,
SEC_VIPONE = 1,
SEC_VIPTWO = 2,
SEC_VIPTHREE = 3,
SEC_MODERATOR = 4,
SEC_GAMEMASTER = 5,
SEC_DEVELOPER = 6,
SEC_HGM = 7,
SEC_ADMINISTRATOR = 8,
SEC_HEADSTAFF = 9,
SEC_ENGINEER = 10,
SEC_ASSISTANT = 11,
SEC_COOWNER = 12,
SEC_OWNER = 13,
SEC_CONSOLE = 14 // must be always last in list, accounts must have less security level always also
};
My account is level 13 gmlevel, and it shows as 8, Could anybody tell me why?
(EDIT) I just tested it, and every security level from 0 - 8 works, So is there somthing, somwhere in the core limiting it to 8 security levels?,
P.S It was working on our other servers, but the core was customized and already compiled - _ -