Elijah23 Posted March 21, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Share Posted March 21, 2012 (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.. { "lowest_gm_level", &battle_config.lowest_gm_level, 1, 0, 99, }, Thank you so much.. Edited March 21, 2012 by wakoko321 Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 21, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 21, 2012 Hey, what file did you edit that? Quote Link to comment Share on other sites More sharing options...
Brian Posted March 21, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted March 21, 2012 Here's how you set that in the new Group Permissions system: open the file /conf/groups.conf find the section for the group you want to edit, and make sure "receive_requests" is set to true: permissions: { receive_requests: true } Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 21, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Author Share Posted March 21, 2012 Ooopps.. Sorry, forgot to tell that I'm not using rathena's svn with group patch.. But thanks for your answer Brian.. Quote Link to comment Share on other sites More sharing options...
Brian Posted March 21, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted March 21, 2012 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 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted March 21, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Thursday at 02:33 PM Author Share Posted March 21, 2012 Ohh thank you so much.. Working now.. Quote Link to comment Share on other sites More sharing options...
Question
Elijah23
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..
Thank you so much..
Edited by wakoko321Link to comment
Share on other sites
5 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.