diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-03 19:41:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-03 19:41:37 +0000 |
commit | 03c68618804450fe5ba5f5b3f15a637b0661994d (patch) | |
tree | d113010efc31c3eb9d9b219ae5c8c8382561a347 /db/const.txt | |
parent | faad8ffb9f66a831986e40f3fc711205e46880ef (diff) | |
download | hercules-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/const.txt')
-rw-r--r-- | db/const.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |