Jump to content
  • 0

[Warning] Non-existent Permission Name


Sour-

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  05/25/16
  • Last Seen:  

How to make these commands work on Group ID 0? It says non-existent permission name.

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
		command_enable: true
		commands: true
		rates: true
		refresh: true
		go: true
		iteminfo: true
		mobinfo: true
		whodrops: true
		whereis: true
		time: true
		hominfo: true
		homstats: true
		noask: true
		noks: true
		autoloot: true
		alootid: true
		autoloottype: true
		autotrade: true
		breakguild: true
	}
},

 

rathena.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   15
  • Joined:  01/26/12
  • Last Seen:  

groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
		commands: true
		rates: true
		refresh: true
		go: true
		iteminfo: true
		mobinfo: true
		whodrops: true
		whereis: true
		time: true
		hominfo: true
		homstats: true
		noask: true
		noks: true
		autoloot: true
		alootid: true
		autoloottype: true
		autotrade: true
		breakguild: true{
		/* 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

	}
},

 

premissions are a bit diferent than commands. so all commands you want to give to a player must be set under commands. remember to make sure under premission the player has command-enable:true or else even if they have this list they wont be able to execute commands.

Edited by sikiro
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  05/25/16
  • Last Seen:  

26 minutes ago, sikiro said:

groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
		commands: true
		rates: true
		refresh: true
		go: true
		iteminfo: true
		mobinfo: true
		whodrops: true
		whereis: true
		time: true
		hominfo: true
		homstats: true
		noask: true
		noks: true
		autoloot: true
		alootid: true
		autoloottype: true
		autotrade: true
		breakguild: true{
		/* 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

	}
},

 

premissions are a bit diferent than commands. so all commands you want to give to a player must be set under commands. remember to make sure under premission the player has command-enable:true or else even if they have this list they wont be able to execute commands.

 

What a stupid mistake! I kept searching for the fix at SRC. Lol. Thank you! /repup

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