Jump to content
  • 0

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


Question

Posted

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

 

3 answers to this question

Recommended Posts

  • -1
Posted
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
	}
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...