Jump to content

И снова команды!


qabakrall

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  09/10/14
  • Last Seen:  

Ребят я недавно начал изучать Rathena я всё облазил но не понял Как простому игроку дать команды 
в Еатена ето было просто поменять цыфры в atcommand_athena.conf
А как это сделать в Ратена Если там непонятно что в этом файле... Значит менять где-то в другом месте хотелось бы узнать где и если всё таки Там же и при Еатене То обьясните как)) 

Буду очень благодарен)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   2
  • Joined:  04/13/12
  • Last Seen:  

Привет! В файле conf\groups.conf можно добавить команды которые простой игрок может использовать 

 

Стандарт

{
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
command_enable: true
}
},

 

id: 0 группа игрока тоесть 0 это простой игрок can_trade: true и can_party: true и command_enable: true команды которые игроку можно использовать

 

Пример

 

{
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
command_enable: true
go: true
}
},

 

 

я добавил команду go: true

Включить true

Выключить False

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
Reply to this topic...

×   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...