1. Hello guyz,

    I have a problem with my permission.cfg file. My problem is when I try to make someone a mod or a vip, and type their names, they cannot load their character I'm gonna put my config here can you tell me what is wrong?

    Code:
    # guest {   # Unregistered users will use these permissions.
    # nameFormat = '%name%'
    # chatFormat = '[FFFF00]%name% [000000]: [FFFFFF]%message%'
    # guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
    # }
    groups {
        default {
            default = 'True'
            nameFormat = '%name%'
            chatFormat = '[FFFF00]%name% [000000]: [FFFFFF]%message%'
            guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
            permissions {
                - 'rok.chat.me'
                - 'rok.chat.guild'
                - 'rok.health.suicide'
                - 'rok.help.list'
                - 'rok.fairplay'
            }
            inherits = ''
        }
        vip {
            nameFormat = '%name%'
            chatFormat = '[FFFFFF][[00FFFF]VIP[FFFFFF]] [FF6600]%name% [000000]: [00FFFF]%message%'
            guildFormat = '[00FFFF][%guild%] %chatFormat%[-]'
            permissions {
                - 'rok.chat.me'
                - 'rok.chat.guild'
                - 'rok.health.suicide'
                - 'rok.help.list'
            }
            inherits = ''
        }
        mod {
            nameFormat = '%name%'
            chatFormat = '[FFFFFF][[FF6666]MOD[FFFFFF]] [66FF33]%name% [000000]: [FF6666]%message%'
            guildFormat = '[FF6666][%guild%] %chatFormat%[-]'
            permissions {
                - 'rok.chat.me'
                - 'rok.chat.guild'
                - 'rok.health.suicide'
                - 'rok.help.list'
            }
            inherits = ''
        }
        admin {
            nameFormat = '%name%'
            chatFormat = '[FFFFFF][[FF0000]ADMIN[FFFFFF]] [6600CC]%name% [000000]: [FF0000]%message%'
            guildFormat = '[FF0000][%guild%] %chatFormat%[-]'
            permissions {
                - '*'
            }
            inherits = ''
        }
        owner {
            nameFormat = '%name%'
            chatFormat = '[FFFFFF][[00FF00]OWNER[FFFFFF]] [FF0000]%name% [000000]: [00FF00]%message%'
            guildFormat = '[FF0066][%guild%] %chatFormat%[-]'
            permissions {
                - '*'
            }
            inherits = ''
        }
    }
    users {
        Lord Riva Iron-grip {
            groups {
                - 'owner'
            }
            permissions {
            }
        }
        NAME_2 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        NAME_3 {
            groups {
                - 'mod'
            }
            permissions {
            }
        }
        NAME_4 {
            groups {
                - 'vip'
            }
            permissions {
            }
        }
        NAME_5 {
            groups {
                - 'vip'
            }
            permissions {
            }
        }
        NAME_6 {
            groups {
                - 'vip'
            }
            permissions {
            }
        }
    }
    macros {
    }
    
     
  2. Wulf

    Wulf Community Admin

  3. Wulf I have inherits = '' line after every group, should I delete it too to add fairplay and other stuff?
     
  4. Wulf

    Wulf Community Admin

    Pretty sure you actually have to set groups that they inherit from, using an empty inherits would be the same as not specifying any.
     
  5. Thanks it is working now :) I can now add mods and vips... :)
     
  6. Wulf

    Wulf Community Admin

    No problem. :)
     
  7. I am glad you got it working now, but I have a question. What did you change to make it work, and would you please show me what you have in your file now?
     
  8. Wulf

    Wulf Community Admin

    Set a group to inherit or add rok.fairplay to all user groups.
     
  9. Wow .. that was fast. I have been trying to add "classes" to my server. Mainly a wizard class, and a few others, but I can only get admin to work.

    I have uploaded a coppy for you to look over. I hope you can find the problem.

    I have a long early day tomorrow so I won't get to test till tomorrow.

    I would also like to thank you in advance. Any help will be greatly appreciated.
     

    Attached Files: