diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-23 21:11:29 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-23 21:11:29 +0000 |
commit | 62e0206df2df0d9b495f2c295689b39690366820 (patch) | |
tree | d19b95ca7c612307e3734fbcedf233c0359beb15 /conf | |
parent | 28df54873035f1ec11e8c60a6b218e318323b032 (diff) | |
download | hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.gz hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.bz2 hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.xz hercules-62e0206df2df0d9b495f2c295689b39690366820.zip |
* Documented @refreshall (r17035), @breakguild, @hommutate (r17038).
* Follow-up r16972, fixed a naming mistake (bugreport:7038).
* Edited format of default grf-files.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/grf-files.txt | 18 | ||||
-rw-r--r-- | conf/groups.conf | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/grf-files.txt b/conf/grf-files.txt index 39cee544e..6af058575 100644 --- a/conf/grf-files.txt +++ b/conf/grf-files.txt @@ -1,12 +1,12 @@ //----------------------------------------- -// GRF List +// GRF Files +// Add as many as needed. //----------------------------------------- -// grf: C:\path\to\RO\data.grf -// You may add more in this format -// grf: <data file path> +//grf: C:\Program Files\Gravity\RO\rdata.grf +//grf: C:\Program Files\Gravity\RO\data.grf -//------ Others --------------------------- - -// Data Directory (without the actual data\ though) -// the below example would use C:\path\to\RO\data\ -//data_dir: C:\path\to\RO\ +//----------------------------------------- +// Data Directory +// Use the base folder, not the data\ path. +//----------------------------------------- +//data_dir: C:\Program Files\Gravity\RO\ diff --git a/conf/groups.conf b/conf/groups.conf index dabebe7a2..a243716e6 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -260,7 +260,7 @@ groups: ( level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { - /* not necessary due all_commands: true */ + /* not necessary due to all_commands: true */ } log_commands: true permissions: { |