Jump to content
  • 0

atcommands.c


LBorges

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  11/24/16
  • Last Seen:  

Hey guys, can you help me please with a problem am I having?

Well, I've seen a post... this :  https://rathena.org/board/topic/82448-latest-rev-failed-commands-come-in-public-chat-and-not-as-unknown-cmd/?sortby=date

And I do this process and it's good, now commands that don't exist are unkowns.

But when I type a existing command that my account don't have permission, it happens again....

Check the picture below :

 

comandosexistentes_passando.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

9 hours ago, Dover said:

Hey guys, can you help me please with a problem am I having?

Well, I've seen a post... this :  https://rathena.org/board/topic/82448-latest-rev-failed-commands-come-in-public-chat-and-not-as-unknown-cmd/?sortby=date

And I do this process and it's good, now commands that don't exist are unkowns.

But when I type a existing command that my account don't have permission, it happens again....

Check the picture below :

 

comandosexistentes_passando.png

I assumed you haven't put commands on a normal player command(s)/group_id which is "speed" doesn't exist in the command list.
https://github.com/rathena/rathena/blob/master/conf/groups.conf

 

Example:


groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
	commands: {
		speed: true
		changedress: true
	}
	permissions: {
		/* without this basic permissions regular players could not 
		trade or party */
		can_trade: true
		can_party: true
		command_enable: true
		attendance: true
	}
},

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Might help

 

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