diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
commit | b0394afab20eaee88abc2b42ab415090e5740418 (patch) | |
tree | 5e26eac832b93f3f6cc1ea7e1929ff588386820e /doc/permissions.txt | |
parent | ddc75a03c7c7b00f839a862de9c265543d414829 (diff) | |
download | hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.gz hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.bz2 hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.xz hercules-b0394afab20eaee88abc2b42ab415090e5740418.zip |
* Follow-up r16726, more standardization on docs.
* Replaced and added dividers in many script files with one standard divider.
* Other misc. cleaning...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/permissions.txt')
-rw-r--r-- | doc/permissions.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/permissions.txt b/doc/permissions.txt index 31592828b..3c936b157 100644 --- a/doc/permissions.txt +++ b/doc/permissions.txt @@ -5,10 +5,10 @@ //===== Current Version: ===================================== //= 20120718 //===== Description: ========================================= -//= permissions of player groups, configured in /conf/groups.conf +//= Player group permissions, configured in /conf/groups.conf. //============================================================ -can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc) +can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc...). can_party : Ability to join parties. all_skill : Ability to use all skills. all_equipment : Ability to equip anything (can cause client errors). @@ -25,8 +25,8 @@ view_hpmeter : Ability to see HP bar of every player. view_equipment : Ability to view players equipment regardless of their setting. 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. +all_commands : Ability to use all atcommands and charcommands. +receive_requests : Ability to receive @requests. +show_bossmobs : Ability to see boss mobs with @showmobs. +disable_pvm : Ability to disable Player vs. Monster. +disable_pvp : Ability to disable Player vs. Player. |