Messi Posted May 30, 2012 Posted May 30, 2012 (edited) I need some help..why i cant make command to players level 0 which mean normal player ? i m trying to put and enable command in groups.conf but i still cant use the command in game with normal player mode.Need someone to help.. i hope i can get a guide on it =( Edited May 30, 2012 by Messi Quote
Loke Posted May 30, 2012 Posted May 30, 2012 Go to conf folder then open atcommand_athena.conf Just edit the 1st line Example: // Displays a list of @ commands available to the player. commands: 0,10 0 = Commands to All Account Level using @commands 40 = Account Level 40+ , This one enable the GM to use @commands to player using # example: #commands Name Quote
Reducto Posted May 30, 2012 Posted May 30, 2012 (edited) Go to conf/groups.conf Search for id:0 which means group 0 is the default group for every new account. 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 // add commands here. // Example /* feature commands */ refresh: true noask: true noks: true main: true autoloot: true alootid: true autotrade: true request: true go: true } Edited May 30, 2012 by Cuspid Quote
LCDTheOG Posted June 2, 2012 Posted June 2, 2012 http://rathena.org/w...f.2Fgroups.conf, Please read the wiki before u ask questions :/ Quote
Question
Messi
I need some help..why i cant make command to players level 0 which mean normal player ? i m trying to put and enable command in groups.conf
but i still cant use the command in game with normal player mode.Need someone to help..
i hope i can get a guide on it =(
Edited by Messi4 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.