Jump to content
  • 0

Question

Posted (edited)

Hi guys!..

How to make the @request only readable by gm's level 20 above?

Cause I have VIP Accounts with gm level 1-3 and they can read the @request of other players...

I think it has something to do with this line, but I don't know what to change.. :D

{ "lowest_gm_level", &battle_config.lowest_gm_level, 1, 0, 99, },

Thank you so much.. :)

Edited by wakoko321

5 answers to this question

Recommended Posts

Posted

Here's how you set that in the new Group Permissions system:

  1. open the file /conf/groups.conf
  2. find the section for the group you want to edit, and make sure "receive_requests" is set to true:
    	permissions: {
    	receive_requests: true
    }


Posted

In the old system, edit /conf/battle/gm.conf and set this to 20.

// The level at which a player with access is considered a GM. 
// An account with an access level lower than this is not effected
// by gm_can_drop_lv (battle_athena.conf). 
lowest_gm_level: 20

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