summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-03 19:41:37 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-03 19:41:37 +0000
commit03c68618804450fe5ba5f5b3f15a637b0661994d (patch)
treed113010efc31c3eb9d9b219ae5c8c8382561a347 /db
parentfaad8ffb9f66a831986e40f3fc711205e46880ef (diff)
downloadhercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.gz
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.bz2
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.tar.xz
hercules-03c68618804450fe5ba5f5b3f15a637b0661994d.zip
* 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
Diffstat (limited to 'db')
-rw-r--r--db/Changelog.txt2
-rw-r--r--db/const.txt11
2 files changed, 13 insertions, 0 deletions
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