Use this mod on your own risk. I take no responsibility what so ever for anything that might happen when using it. You do not have permission to decompile or modify this mod in any form. The source code will NOT be released for download so please don't ask. This mod may NOT be re-distributed.
Holy Order Knights
Legion of Light

The following information handles the Admin level requirements for the commands, the following admin levels are able to use, you have to calculate the bitvalues of each command to decide what commands are enabled for what admin level. (can be overridden by the admin files with alternate login style)

g_dsAdminLvl5Cmd "268435455"
g_dsAdminLvl4Cmd "200540159"
g_dsAdminLvl3Cmd "7356391"
g_dsAdminLvl2Cmd "7356385"
g_dsAdminLvl1Cmd "3148256"


amkick -> 1
amkickban -> 2
ambanrange -> 4
amempower -> 8
amterminator -> 16
amprotect -> 32
amstatus -> 64
amstatus2 -> 128
amwhois -> 256
amslap -> 512
ampunish -> 1024
amsleep -> 2048
amsilence -> 4096
amexplode -> 8192
amtele -> 16384
amget -> 32768
amgoto -> 65536
amorigin -> 131072
amplogin -> 262144
amplogout -> 524288
ampsay -> 1048576
amshowmotd -> 2097152
amrename -> 4194304
amgc -> 8388608
amgametype -> 16777216
amtrain -> 33554432
amarena -> 67108864
amremote -> 134217728

Example: To enable amkick, amempower and amgc for the level 1 admin lvl it will be like this:
1 (amkick) + 8 (amempower) + 8388608 (amgc) = 8388617. g_dsAdminLvl1Cmd "8388617". Offcourse, is this just an example.