Jump to content
  • 0

Check user's Equipment info only GM lvl 99 can view without permission


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

How do i make only administrator [GM lvl 99] can view players equipment info 

want to make Under 99 lvl  GM will not able to view players equipment info


thank you plz reply soon

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

view_equipment: true

add true for level 99 gm..and false for other...

 

You forgot to tell him where to change that.

 

rAthena/conf/groups.conf

{
	id: 99
	name: "Admin"
	inherit: ( "User" )
	level: 99
	commands: {
		/* not necessary due to all_commands: true */
	}
	log_commands: true
	permissions: {
		all_skill: false
		all_equipment: false
		all_commands: true
		channel_admin: true
		can_trade_bounded: true
		join_chat: true
		kick_chat: true
		view_hpmeter: true
		view_equipment: true
		any_warp: true
		receive_requests: true
	}
}
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

view_equipment: true

add true for level 99 gm..and false for other...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

thanks guys!!

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