Jump to content
  • 0

help please


RN1986

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

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 RN1986
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  224
  • Reputation:   22
  • Joined:  03/23/12
  • Last Seen:  

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
   }
},

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

solved...

wow thank you very much. i'm happy that you two..are replying on my post

hmmm what for is changegm?

Edited by RN1986
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  224
  • Reputation:   22
  • Joined:  03/23/12
  • Last Seen:  

@Changegm is to change guild master :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

You can find the list of commands and explanations in doc/atcommands.txt.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

haha jeez my bad

Edited by RN1986
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...