diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 3 | ||||
-rw-r--r-- | conf/plugins.conf | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index f3055145f..cc0ecb900 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1496,5 +1496,8 @@ 1472: - Available Costumes 1473: Costume '%s' removed. +//src/map/pc.c::pc_isUseitem +1474: You cannot use this item while sitting + //Custom translations import: conf/import/msg_conf.txt diff --git a/conf/plugins.conf b/conf/plugins.conf new file mode 100644 index 000000000..5233c4ed4 --- /dev/null +++ b/conf/plugins.conf @@ -0,0 +1,15 @@ +//==================================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//= +//= http://hercules.ws/board/ +//==================================================== +// == http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ +plugins_list:[ + //"sample" + //"other" +]
\ No newline at end of file |