From 03c68618804450fe5ba5f5b3f15a637b0661994d Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 3 Nov 2009 19:41:37 +0000 Subject: * Added new broadcasting support from r14120 to WoE scripts. - "Conquered" messages can now be effectively toggled off in Battle log - Added fontsizes for WoESE messages. (At least the non-default sizes.) * Added font weight constants, although they don't seem to do anything. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14122 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 2 ++ db/const.txt | 11 +++++++++++ 2 files changed, 13 insertions(+) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 972c54008..9e44f383d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,8 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= +2009/11/03 + * Rev. 14122 Added font weight constants, although they don't seem to do anything. [L0ne_W0lf] 2009/11/02 * Rev. 14112 Fixed overlapped HW2009 even mobs IDs [Lupus] 2009/10/26 diff --git a/db/const.txt b/db/const.txt index b99b1e33e..f9e19c4a4 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1794,3 +1794,14 @@ TW_TOWER 812 HAVEQUEST 0 PLAYTIME 1 HUNTING 2 + +FW_DONTCARE 0 +FW_THIN 100 +FW_EXTRALIGHT 200 +FW_LIGHT 300 +FW_NORMAL 400 +FW_MEDIUM 500 +FW_SEMIBOLD 600 +FW_BOLD 700 +FW_EXTRABOLD 800 +FW_HEAVY 900 -- cgit v1.2.3-60-g2f50