JassMax Posted June 5, 2014 Posted June 5, 2014 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 infothank you plz reply soon Quote
-1 Pneuma Posted June 5, 2014 Posted June 5, 2014 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 } } Quote
Emistry Posted June 5, 2014 Posted June 5, 2014 view_equipment: true add true for level 99 gm..and false for other... Quote
Question
JassMax
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.