summaryrefslogtreecommitdiff
path: root/doc/packet_table_en.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons1-533/+533
tildes.
2010-10-08Added IP address reply packet 0x20C (len 10)MadCamel1-1/+2
This is sent along with char name replies to GMs able to recieve hack notices. Unfortunately,it locks up clients that do not support this packet. Must coordinate to get this added to TMW 0.5 release and mana. Until then, code is commented out in clif.c(grep for MD5_ip) Packet structure: 0x20C (len 2) AccountID of character name was requested for (len 4) IP address of requested char in network byte order (len 4) Config option in battle_athena.conf: gm_mask_ips (boolean) - When set to 1(default) GMs will only see a hashed/masked IP address.
2008-04-02initial checkinDennis Friis1-0/+1324