GHul Posted January 3, 2012 Share Posted January 3, 2012 (edited) Hi, This tiny src snippet thats will help to disable any skill or normal attack damage on mob or pc for GM ID. Its good to help control your current GM Team (especially Trainee) or if you feel obscure on your current GM Team. This will not allow your GM to assist player (in my case Trainee GM using @hide and helping guild to kill player on WoE),helping friends "needed" or kill any MvP mob in Events. You will need to import this on battle conf and change the value according to your server configuration. //Minimum account group_id thats are disable any skill or normal attack damage on mobs or PC. min_gm_lvl_cant_atk: 2 //Maximum account group_id thats are disable any skill or normal attack damage on mobs or PC. //Change this to 0 to allow any kind of skill or nomal attack usage disregard of account group_id. max_gm_lvl_cant_atk: 10 Update and compatible with r15816. disable_gm_skill_atk.patch Add @damageignore commands ! Use this code if you want to disable skill or attacks using commands. Not restricted to GM ID. atcmd_disable_skill_atk.patch Edited March 30, 2012 by GHul Quote Link to comment Share on other sites More sharing options...
PapaZola Posted January 17, 2012 Share Posted January 17, 2012 can give guide how to add this? Quote Link to comment Share on other sites More sharing options...
Eurydice Posted January 17, 2012 Share Posted January 17, 2012 http://rathena.org/wiki/Diff Using .diff/.patch files to patch your server Windows: go place the folder in the index folder richt click the *.diff file and go to TortoiseSVN menu click patch Linux: cd /path/to/your/server/folder patch -p0 < /path/to/patch/file/filename.extension 1 Quote Link to comment Share on other sites More sharing options...
PapaZola Posted January 17, 2012 Share Posted January 17, 2012 aww i cant understand hurmm hope someone can make like a source guide Quote Link to comment Share on other sites More sharing options...
ngek202 Posted January 23, 2012 Share Posted January 23, 2012 this mod reads on txt file from conf folder? Quote Link to comment Share on other sites More sharing options...
Drakkus Posted January 23, 2012 Share Posted January 23, 2012 Well, this is a 'GREAT' idea for everyone to stop some of the 'Corrupt' GM's out there. I will be 'TEST' it, if it will works. thanks for the 'Code' Regards, Mindless M O N S T E R PRODUCTIONS Quote Link to comment Share on other sites More sharing options...
ngek202 Posted February 26, 2012 Share Posted February 26, 2012 I've been wondering if it can be made as an atcommand like @noatk/nohostile GM's can't atk/skill or do damage to a Monster or Player(PC) this would be useful if your spectating a Match if you accidentally click a Player or Monster MVP. Quote Link to comment Share on other sites More sharing options...
KaitoKid Posted March 30, 2012 Share Posted March 30, 2012 Great Snippet here! Useful for Anti-Corrupt GMs. Thanks I'll give it a try. Quote Link to comment Share on other sites More sharing options...
ngek202 Posted April 23, 2012 Share Posted April 23, 2012 @Ghul Thanks for the Update, didn't notice you updated it Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted April 23, 2012 Share Posted April 23, 2012 is there a manual way?.. cuz i don't know how to patch it.. Quote Link to comment Share on other sites More sharing options...