summaryrefslogtreecommitdiff
path: root/conf/map/battle/client.conf
AgeCommit message (Collapse)AuthorFilesLines
2019-06-26Remove conf dir.Andrei Karas1-204/+0
2019-05-05Add option for drop connection on disconnect packet from clientAndrei Karas1-0/+4
New configuration option drop_connection_on_quit.
2019-05-04Update copyright header in conf/* config files to 2014-2019Jedzkie1-1/+1
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas1-0/+9
For supported packet version, from now server send ping packets to client.
2018-11-14Fixes #889 & #840Jedzkie1-0/+12
- Novice classes will never go below 50% hp when died. - Other classes will show 1 HP rather than 0 when died. - Added battle configuration. Signed-off-by: Haru <haru@dotalux.com>
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-3/+1
Add support for bodystyle in stylist shop ui
2018-07-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru1-0/+7
Fixed monsters not disappearing from some clients upon death
2018-07-19enable bodystyle saving by defaultAsheraf1-3/+1
2018-07-12Fixed clearunit packet not being sent to clients going out of the view range ↵Guilherme G. Menaldo1-0/+7
when monster dies
2018-07-12Fix date part2Unknown1-1/+1
2017-12-14Enable packets encryption by default.Andrei Karas1-1/+1
Old autodetection mode for some clients not works and need fix it.
2017-04-19Added oktoberfest_ignorepalette configurationJedzkie1-0/+4
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-0/+4
Added summer2_ignorepalette configuration
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan1-0/+5
- Fixed MVP exp message issue clients 2013-12-23cRagexe and newer. - Gravity remove packet MVP exp message - Credit to https://github.com/rathena/rathena/commit/85749e84b91087960e868e30a7a052b0c0cdce5b
2017-01-27remove hardcoded chat area size from clif.c, add chat_area_size to battleconfgumi1-1/+4
2016-08-19Ported battle.conf to libconfigHaru1-0/+158
Ported to modern Hercules and cleaned up from Panikon's commits: 44fea0b3cdba6901599265220228ba4359b1f96d, 9cba05bc0811e638bbaaa6cff887d0b2c9872560 Signed-off-by: Haru <haru@dotalux.com>