diff options
author | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-18 20:06:54 +0000 |
---|---|---|
committer | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-18 20:06:54 +0000 |
commit | d049046dc121866bc7c2d62bf5773adf05335870 (patch) | |
tree | 4f6904263c495711e661d07850664d271bd511fa /doc | |
parent | 9fa4acce4a3fd134993a5cfe18506392dbfa5555 (diff) | |
download | hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.gz hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.bz2 hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.xz hercules-d049046dc121866bc7c2d62bf5773adf05335870.zip |
New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp; documented usage in permissions.txt
Fixed a typo in monster.conf.
Removed old functionality from showmobs command to make room for show_bossmobs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16445 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/permissions.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/permissions.txt b/doc/permissions.txt index afadb680c..e3e44ef7f 100644 --- a/doc/permissions.txt +++ b/doc/permissions.txt @@ -19,3 +19,6 @@ use_check : Ability to use client command /check (display character status). use_changemaptype : Ability to use client command /changemaptype. all_commands: Ability to use ALL atcommands/charcommands. receive_requests: Ability to receive @requests. +show_bossmobs: Ability to see boss mobs with @showmobs. +disable_pvm: Ability to disable Player v.s. Monster. +disable_pvp: Ability to disable Player v.s. Player.
\ No newline at end of file |