Yonko Posted November 2, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted November 2, 2012 Requesting a script that freeze a certain level of GM to be able to hit/attack a player or monster. Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted November 2, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted November 2, 2012 You can configure these permission in trunk/conf/group.conf disable_pvm : Ability to disable Player vs. Monster. disable_pvp : Ability to disable Player vs. Player. trunk/doc/permissions.txt 1 Quote Link to comment Share on other sites More sharing options...
Yonko Posted November 2, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted November 2, 2012 how about in eathena? Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 2, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 2, 2012 There is no setting in eAthena for this. Quote Link to comment Share on other sites More sharing options...
Yonko Posted November 2, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted November 2, 2012 hey sir euphy here's the brief idea of the script. when GM level 1~70 login in the game they will automatically used @battleignore , @monsterignore Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 2, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 2, 2012 - script gm_1_70 -1,{ OnPCLoginEvent: if (getgmlevel() && getgmlevel() <= 70) { atcommand "@battleignore"; atcommand "@monsterignore"; } end; } Quote Link to comment Share on other sites More sharing options...
Question
Yonko
Requesting a script that freeze a certain level of GM to be able to hit/attack a player or monster.
Link 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.