RN1986 Posted June 15, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted June 15, 2012 (edited) how to set normal player for @skillall command ---------------------------------------------------------------------------------- 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 */ skillall: true all_skill: true autotrade: true whodrops: true Solved!!! Edited June 15, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
F0xxy Posted June 15, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted June 15, 2012 Here's mine as example: id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /*feature commands*/ refresh: true noask: true noks: true main: true autoloot: true alootid: true autotrade: true request: true go: true warp: true jump: true kill: true who: true me: true storage: true guildstorage: true pettalk: true homtalk: true font: true changegm: true dance: true changeleader: true duel: true invite: true accept: true reject: true leave: true load: true heart: true vpoint: true afk: true sleep: true mail: true emo: true allskill: true <- add this one } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 15, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 15, 2012 It would be: allskill: true Though I think "skillall" would still work (it's just an alias, which you can change in atcommand_athena.conf). Edit: Beaten to it~ Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 15, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 15, 2012 (edited) solved... wow thank you very much. i'm happy that you two..are replying on my post hmmm what for is changegm? Edited June 15, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
F0xxy Posted June 15, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted June 15, 2012 @Changegm is to change guild master Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 15, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 15, 2012 You can find the list of commands and explanations in doc/atcommands.txt. Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 15, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 15, 2012 (edited) haha jeez my bad Edited June 15, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
Question
RN1986
how to set normal player for @skillall command
----------------------------------------------------------------------------------
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 */
skillall: true
all_skill: true
autotrade: true
whodrops: true
Solved!!!
Edited by RN1986Link to comment
Share on other sites
6 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.