summaryrefslogtreecommitdiff
path: root/conf/map/battle
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01Merge pull request #2752 from Jedzkie/jedzkie-pr05Haru1-1/+1
Player always faces north when warped.
2020-05-30Player always faces north when warped.Jedzkie1-1/+1
2020-05-13Add skill_enabled_npc battle flag and implement usageKenpachi Developer1-0/+8
2020-05-13Extend item_enabled_npc battle flag with option for usable itemsKenpachi Developer1-4/+8
2020-04-05Add pet_catch_rate_official_formula battle flagKenpachi Developer1-0/+8
2020-04-05Remove pet_equip_min_friendly config settingKenpachi Developer1-3/+0
2020-04-05Remove pet_hungry_friendly_decrease config settingKenpachi Developer1-4/+0
2020-02-09Update Duel System CooldownEmistry Haoyan1-1/+1
- Able to set cooldown in "seconds" format. - New `duel_time_interval` value will be applied to any existing cooldown if new value is reloaded in-game using `@reloadbattleconf`. - Display the cooldown tick before can create new duel.
2020-01-13Update copyright headers for year 2020Haru18-18/+18
Signed-off-by: Haru <haru@dotalux.com>
2019-10-19Merge pull request #2561 from skyleo/slave_anklesnare_fixHaru1-0/+5
Make slave mobs react to master's chase target
2019-10-18Make slave mobs react to master's chase targetskyleo1-0/+5
This fixes slaves not chasing after master's chase target, when master was immobilized by an Ankle Snare for example midway.
2019-10-08Removed jAthena 1082 legacy code related to Castle Defense Rate.kisuka1-3/+0
2019-07-28Update Homunculus obtain EXP from masterEmistry Haoyan1-0/+3
- homunculus will obtain a portion or full EXP from master. - fixes #2313
2019-07-14Added battle config autoloot_adjustEmistry Haoyan1-0/+4
Added battle config autoloot_adjust that allows autoloot to take player drop penalties and bonuses into account.
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru1-4/+16
Added option to make hunter traps invisible
2019-05-06Add configurable limits for attack related functionsAndrei Karas1-0/+57
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+10
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Add option for drop connection on disconnect packet from clientAndrei Karas1-0/+4
New configuration option drop_connection_on_quit.
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru1-0/+5
Support for monster drops with Random Options
2019-05-04Correct spacing for comment blocks in conf/* config filesJedzkie2-7/+7
2019-05-04Update copyright header in conf/* config files to 2014-2019Jedzkie17-17/+17
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+5
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas1-0/+9
For supported packet version, from now server send ping packets to client.
2019-04-07Added configuration to enable/disable achievement systemDastgir1-0/+5
2019-02-28Adds configuration for Magic Rod behavior (official/eAthena).EyesOfAHawk1-0/+5
2018-12-16Merge pull request #2244 from Emistry/incomplete_checkidleHaru1-0/+1
Remove idle when interact with scripts
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-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru1-0/+6
Fixes some issues with traps
2018-10-20Added setting to keep traps invisible when triggeredGuilherme G. Menaldo1-3/+12
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo1-4/+7
2018-10-13Fixed Issue #2177Dastgir1-0/+8
If Item Price is 0, it is now changed to 1.
2018-10-02Update idle criteriaEmistry Haoyan1-0/+1
- remove idle when interact with scripts.
2018-08-30Makes trap damage possible to be reflectedGuilherme G. Menaldo1-0/+6
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 part2Unknown17-17/+17
2018-06-25Implemented Pet AutofeedingDastgir1-0/+5
2018-04-23Merge pull request #2005 from guilherme-gm/guildskillcdHaru1-4/+5
Allow guild skills cooldown to continue when logged out
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf1-1/+1
2018-04-08Merge pull request #2001 from guilherme-gm/tombspawnHaru1-0/+4
Added delay to tomb spawn
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo1-4/+5
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo1-0/+4
2018-04-07Implementation of Attendance systemAsheraf1-0/+8
2018-04-07Add an option to prevent item usage when storage is openJedzkie1-0/+4
In official servers, you can't open boxes and use usable/consumables items when the storage is open. Fixes #1806
2017-12-17Merge pull request #1923 from 4144/fixpacketsHaru1-1/+1
Add support for Ragnarok zero clients, split packets.h again
2017-12-14Enable packets encryption by default.Andrei Karas1-1/+1
Old autodetection mode for some clients not works and need fix it.
2017-11-18Implement Homunculus autofeedingAsheraf1-0/+5
2017-10-21Merge pull request #1812 from mekolat/partyleader2Haru1-0/+6
add option to restrict party leader change to same map