WhatFT Posted April 16, 2012 Posted April 16, 2012 Need help on how to fix the # command, I don't know what is the directory of it to fix =/ I only want GMs to use the # command not players. Quote
Brian Posted April 16, 2012 Posted April 16, 2012 Read the file /trunk/conf/groups.conf and it explains how to configure the new Group Permissions. <commands> A group of settings <command name> : <bool> or <commandname> : [ <bool>, <bool> ] First boolean value is for atcommand, second one for charcommand. If set to true, group can use command. If only atcommand value is provided, false is assumed for charcommand. If a command name is not included, false is assumed for both atcommand and charcommand. For a full list of available commands, see: doc/atcommands.txt. Command names must not be aliases. For example: item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] Quote
WhatFT Posted April 17, 2012 Author Posted April 17, 2012 How to change all commands to ONLY GM ACCESS? Quote
KingTristan Posted April 17, 2012 Posted April 17, 2012 Check your conf/groups.conf it must be like this groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } 1 Quote
WhatFT Posted April 22, 2012 Author Posted April 22, 2012 How to edit that? I don't understand =/ Quote
Question
WhatFT
Need help on how to fix the # command, I don't know what is the directory of it to fix =/
I only want GMs to use the # command not players.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.