Deity Posted March 27, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 03/04/12 Last Seen: October 23, 2016 Share Posted March 27, 2014 hi, how come the lower level gms can #kill the admins? Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 28, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 28, 2014 conf/groups.conf#L249 kill: [ true,false ] Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 28, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 18 Share Posted March 28, 2014 I think he meant the GM hierarchy bypass.. like when you @recall a higher GM, it shouldn't allow you to do that. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 28, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 28, 2014 @kill command doesnt check for GM Level ... if you want to perform gm group id checking.. if( pc_get_group_level(pl_sd) > pc_get_group_level(sd) ){ clif_displaymessage(fd, "You cant kill higher group id GM." ); return 0; } Quote Link to comment Share on other sites More sharing options...
Deity Posted April 5, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 03/04/12 Last Seen: October 23, 2016 Author Share Posted April 5, 2014 it does before omg, thanks anyways Quote Link to comment Share on other sites More sharing options...
Question
Deity
hi, how come the lower level gms can #kill the admins?
Link to comment
Share on other sites
4 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.