summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFilesLines
2019-06-01Merge pull request #2375 from AnnieRuru/58-negative_inputHaru1-1/+1
Allow *input script command to support negative input
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 Karas2-0/+60
2019-05-05Implement Refinery UIIbrahim Zidan2-1/+12
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Force saving party allow flag on each packet changeAndrei Karas1-0/+1
Also add configuration bit in save_settings flag for control it.
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-04Merge pull request #2452 from Jedzkie/pr03-confIbrahim Zidan37-69/+68
Config files changes
2019-05-04Correct spacing for comment blocks in conf/* config filesJedzkie4-30/+30
2019-05-04Update copyright header in conf/* config files to 2014-2019Jedzkie37-37/+37
2019-05-04Fix enable setting documentation of pincode block in char-server.confJedzkie1-2/+1
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan1-0/+5
- Enable to drop items based on item type.
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+5
2019-04-10uncomment the input_min_value in script.conf for safety reasonAnnieRuru1-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.
2019-04-07Added configuration to enable/disable achievement systemDastgir1-0/+5
2019-02-28Adds configuration for Magic Rod behavior (official/eAthena).EyesOfAHawk1-0/+5
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas1-0/+1
Also allow add duplicated item id to barter shops if price is different.
2018-12-16Merge pull request #2244 from Emistry/incomplete_checkidleHaru1-0/+1
Remove idle when interact with scripts
2018-12-16Add aliases for at command camerainfo: setcamera and viewpointvalue.Andrei Karas1-0/+1
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-11-13Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delayHaru2-1/+7
Add config for '@channel setopt MessageDelay <delay>'
2018-11-13Merge pull request #2286 from EyesOfAHawk/channel_delay_msgHaru1-1/+1
Change channel delay message to time left instead of generic message.
2018-10-22add an option to prevent from renaming a character if they are in a guild or ↵gumi1-1/+6
party closes #1805
2018-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru1-0/+6
Fixes some issues with traps
2018-10-21Merge pull request #2208 from dastgirp/issue/2177Haru1-0/+8
Changes the item price to 1 if it is 0
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-16Add config for '@channel setopt MessageDelay <delay>'.EyesOfAHawk2-1/+7
2018-10-15Change channel delay message to instruct time left before can message ↵EyesOfAHawk1-1/+1
channel again.
2018-10-13Fixed Issue #2177Dastgir1-0/+8
If Item Price is 0, it is now changed to 1.
2018-10-07Merge pull request #2253 from Emistry/doc_permissionHaru1-1/+1
Update Permission Documents
2018-10-06Update Permission DocumentsEmistry Haoyan1-1/+1
- Changed into markdown format.
2018-10-05Add at command @camerainfo.Andrei Karas2-1/+3
2018-10-02Update idle criteriaEmistry Haoyan1-0/+1
- remove idle when interact with scripts.
2018-08-31Update Maps DatabaseAsheraf1-0/+20
2018-08-30Makes trap damage possible to be reflectedGuilherme G. Menaldo1-0/+6
2018-07-29add messages for atcommand_setzonegumi1-1/+8
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-0/+1
Implemented Achievement System and Title System
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-3/+1
Add support for bodystyle in stylist shop ui
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+1
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com>
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 part2Unknown36-36/+36
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-0/+154
update private airship map list to match main kRO servers
2018-06-25Implemented Pet AutofeedingDastgir1-0/+5
2018-06-21Update Maps DatabaseAsheraf1-0/+154
2018-06-02Implementation of stylist uiAsheraf1-1/+5
2018-05-04Implementation of Private AirShipAsheraf1-1/+2