Impala Posted July 3, 2014 Posted July 3, 2014 (edited) Hi everyone ! Don't know if that request needs a source modif ... I need something to forbid the player to hit/kill monster. Not ALL player, just who choose to be like that. (don't try to understand why xD). If you have the solution, thanks for sharing with me ;D Edited July 4, 2014 by Impala Quote
Capuche Posted July 3, 2014 Posted July 3, 2014 make a new group in conf/group.conf and add the perm disable_pvm for this group https://github.com/rathena/rathena/blob/master/doc/permissions.txt#L95 1 Quote
Impala Posted July 4, 2014 Author Posted July 4, 2014 (edited) It works! Thanks a lot Edit: Shit, just thinking now, it's for the all account... Need for only the char i want. Damn' >.< Edited July 4, 2014 by Impala Quote
Capuche Posted July 4, 2014 Posted July 4, 2014 you can play with a npc script - script ihbnuio -1,{ OnPCLoginEvent: if ( idonthitmob ) atcommand "@adjgroup <group ID>"; end; } 1 Quote
Question
Impala
Hi everyone !
Don't know if that request needs a source modif ...
I need something to forbid the player to hit/kill monster. Not ALL player, just who choose to be like that. (don't try to understand why xD).
If you have the solution, thanks for sharing with me ;D
Edited by Impala4 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.