diff options
author | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-03 15:56:54 +0000 |
---|---|---|
committer | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-03 15:56:54 +0000 |
commit | 7adb4c8eab8ba0c4c71eb112bac9cb3df2284c3c (patch) | |
tree | 9fbdc34b79577bff7972c1c931964246eaeed387 /db | |
parent | a9763770c28c1e79cc43a0a43b46745ea3090940 (diff) | |
download | hercules-7adb4c8eab8ba0c4c71eb112bac9cb3df2284c3c.tar.gz hercules-7adb4c8eab8ba0c4c71eb112bac9cb3df2284c3c.tar.bz2 hercules-7adb4c8eab8ba0c4c71eb112bac9cb3df2284c3c.tar.xz hercules-7adb4c8eab8ba0c4c71eb112bac9cb3df2284c3c.zip |
Extended broadcast implementation:
- support for font formatting, like font-size
- `bc_woe` flag to allow client-side filtering of WoE announcements
- new broadcast packet 0x40C
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14120 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/packet_db.txt | 48 |
2 files changed, 47 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index cd0140bc5..b99b1e33e 100644 --- a/db/const.txt +++ b/db/const.txt @@ -176,6 +176,7 @@ bc_pc 0 bc_npc 8 bc_yellow 0 bc_blue 16 +bc_woe 32 mf_nomemo 0 mf_noteleport 1 diff --git a/db/packet_db.txt b/db/packet_db.txt index d91d2488d..94d55b164 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -64,7 +64,7 @@ packet_ver: 5 0x0096,-1,wis,2:4:28 0x0097,-1 0x0098,3 -0x0099,-1,gmmessage,2:4 +0x0099,-1,broadcast,2:4 0x009a,-1 0x009b,5,changedir,2:4 0x009c,9 @@ -323,7 +323,7 @@ packet_ver: 5 0x0199,4 0x019a,14 0x019b,10 -0x019c,-1,lgmmessage,2:4 +0x019c,-1,localbroadcast,2:4 0x019d,6,gmhide,0 0x019e,2 0x019f,6,catchpet,2 @@ -1202,6 +1202,50 @@ packet_ver: 22 0x035f,-1 0x0389,-1 +//2008-08-20aSakexe +0x040c,-1 +0x040d,-1 +0x040e,-1 +0x040f,-1 +0x0410,-1 +0x0411,-1 +0x0412,-1 +0x0413,-1 +0x0414,-1 +0x0415,-1 +0x0416,-1 +0x0417,-1 +0x0418,-1 +0x0419,-1 +0x041a,-1 +0x041b,-1 +0x041c,-1 +0x041d,-1 +0x041e,-1 +0x041f,-1 +0x0420,-1 +0x0421,-1 +0x0422,-1 +0x0423,-1 +0x0424,-1 +0x0425,-1 +0x0426,-1 +0x0427,-1 +0x0428,-1 +0x0429,-1 +0x042a,-1 +0x042b,-1 +0x042c,-1 +0x042d,-1 +0x042e,-1 +0x042f,-1 +0x0430,-1 +0x0431,-1 +0x0432,-1 +0x0433,-1 +0x0434,-1 +0x0435,-1 + //2008-09-10aSakexe packet_ver: 23 0x0436,19,wanttoconnection,2:6:10:14:18 |