donkeyg Posted June 23, 2012 Posted June 23, 2012 im very confused about this files, could someone explain to me more clearly a bit please? i had read the wiki, but still don understand at all:( http://rathena.org/wiki/Category:Configuration bump Quote
Euphy Posted June 23, 2012 Posted June 23, 2012 All that the atcommand file specifies is the trigger for atcommands (@/#, by default) and "aliases" that activate those commands. The file where you distribute the commands is groups.conf. Quote
Euphy Posted June 23, 2012 Posted June 23, 2012 Under the group that you want to enable the command for, go to the "commands" section, and add: go: true Quote
donkeyg Posted June 23, 2012 Author Posted June 23, 2012 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 can_go: true } }, like this? then the atcommand.conf no nid edit? Quote
donkeyg Posted June 23, 2012 Author Posted June 23, 2012 (edited) groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { go: true storage: true commands: true mi: true ii: true } i added this, but hwo come player stil don have the commands? Edited June 23, 2012 by donkeyg Quote
Loki81 Posted July 2, 2012 Posted July 2, 2012 I search this thing but my svn revision is 15147. I search about find this /guild or /breakguild i don't know where is it. thank in avance. Quote
Euphy Posted July 2, 2012 Posted July 2, 2012 Commands beginning with "/" are hard-coded into the clients, I believe (or they have no server-side configuration, at least). Quote
Loki81 Posted July 2, 2012 Posted July 2, 2012 I seeing the command into client cmdinfo.lub and server. so i don't know what to do for add /guild and /breakguild. Quote
Question
donkeyg
im very confused about this files, could someone explain to me more clearly a bit please? i had read the wiki, but still don understand at all:(
http://rathena.org/wiki/Category:Configuration
bump
9 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.