From efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 15 Aug 2007 22:08:30 +0000 Subject: - Merged and completed Latio's work on server-side hot-key saving (http://www.eathena.ws/board/index.php?s=&showtopic=159388&view=findpost&p=884453) - Now hotkeys are stored server-side (table hotkey in SQL servers, file save/hotkeys.txt for TXT servers). You can disable this behaviour by commenting out the 'HOTKEY_SAVING' define in mmo.h - Fixed a few compilation warnings/errors. - Apply upgrade_svn11018.sql to create the hotkey table. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11019 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/inter_athena.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf-tmpl/inter_athena.conf') diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 29a14461a..29bdb7aa2 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -8,6 +8,9 @@ storage_txt: save/storage.txt // Party flatfile database, for party names, members and other party info. party_txt: save/party.txt +// Hotkeys flatfile database, where character skill shortcuts are stored. +hotkeys_txt: save/hotkeys.txt + // Guild flatfile database, for guild names, members, and other guild info. guild_txt: save/guild.txt @@ -114,6 +117,7 @@ loginlog_db: loginlog // Character Database Tables char_db: char +hotkey_db: hotkey scdata_db: sc_data cart_db: cart_inventory inventory_db: inventory -- cgit v1.2.3-60-g2f50