summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFilesLines
2017-12-26Remove conf dir.Andrei Karas48-7557/+0
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-29Add configurable way to show char servers with color in list in client.Andrei Karas1-0/+16
Options configurable in login-server.conf in users_count section.
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-2/+5
Add NoAutoloot mapflag
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-2/+5
- Enable server to disable autoloot settings for certain maps.
2017-10-21Merge pull request #1812 from mekolat/partyleader2Haru1-0/+6
add option to restrict party leader change to same map
2017-09-12Fix several typos and grammar mistakesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-08-01add option to restrict party leader change to same mapgumi1-0/+6
2017-07-30Implementation of RoDEXKirieZ1-0/+10
2017-06-13Removed reading battle.conf multiple times from import folder.Dastgir1-3/+1
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-1/+1
Dismemberment of `storage_data` from `mmo_charstatus`.
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+1
Remove loading and saving of storage_data through char.c Re-declaration of structure storage_data as a vector. Re-code of portions in the map-server using storage_data. A new approach is taken by saving the loaded storage data from sql into memory for the duration of the session, thereby removing the need of querying the database to re-load all items everytime a storage save routine is issued from the map-server. Saving of storage items is done through a new function that significantly reduces the number of queries compared to char_memitemdata_tosql(), and therefore run-time speed. This method potentially reduces the number of update and delete queries from MAX_STORAGE (which could be >= 600) times to literally 1. Storage items are stored in a dynamically allocated array and handled accordingly. struct mmo_charstatus size reduces by 34,800 bytes. Update pc_checkitem() with masks for item checks. `sd->state.itemcheck` has been changed to `sd->itemcheck` of type `enum pc_checkitem_types` `battle/items.conf` has been updated to reflect configuration changes. Further updates to assert a successful reception of storage data in related functions.
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-0/+8
Implemented Official Summer 2 Costume
2017-05-07Spacing correction. (#1728)marky2911-0/+1
2017-05-04Merge pull request #1695 from Jedzkie/7-CashFoodFixHaru1-3/+0
Cash Foods Update
2017-05-01Merge pull request #1698 from Jedzkie/10-BodyStyleHaru1-1/+1
Added job checks for @bodystyle command
2017-05-01Added job checks for @bodystyle commandJedzkie1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-04-29Merge pull request #1713 from Jedzkie/17-DropAnnounceHaru2-15/+1
Fixes #994
2017-04-29Removal of rare_drop_announce config.Jedzkie2-15/+1
2017-04-25Removal of cashfood_use_interval setting.Jedzkie1-3/+0
2017-04-25Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFixHaru1-1/+2
Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.
2017-04-24Removed hard coded values on @cashmount and setcashmount.Jedzkie1-0/+4
2017-04-24Merge pull request #1704 from Jedzkie/13-AddHealRateHaru1-1/+1
Added AB_HIGHNESSHEAL in skill_add_heal_rate configuration
2017-04-23Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.Jedzkie1-1/+2
2017-04-23Merge pull request #1697 from Jedzkie/9-PreventLogoutHaru1-0/+9
Made prevent_logout effect on log-in optional
2017-04-21Added AB_HIGHNESSHEAL in skill_add_heal_rate configurationJedzkie1-1/+1
2017-04-20Fix showing NO_MSG messages when using below 20101123 clientsJedzkie1-1/+2
2017-04-20Made prevent_logout effect on log-in optionalJedzkie1-0/+9
kRO does not prevent players from logging out after connecting to its zone servers. Credits to @secretdataz of rAthena
2017-04-19Added oktoberfest_ignorepalette configurationJedzkie1-0/+4
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-0/+4
Added summer2_ignorepalette configuration
2017-04-10Monster Vulture's Eye and Snake's Eye removed.Smokexyz1-0/+6
Original PR #1148 by @SamuelHercules committed on 8 Feb 2016 * Monsters no longer have Vulture's Eye level 10 and Snake's Eye level 10 learned by default * When you tank Cecil Damon from 10-14 cells away, she will no longer use her target skills * Added a configuration with which you can set the level of Vulture's Eye and Snake's Eye that monsters have learned Merged rAthena @ cccd1496f716fe02a3db20780b6e52b3c33391b4 Credit: Playtester
2017-04-08Merge pull request #1663 from Smokexyz/bow-unequip-fixHaru1-0/+4
Unequip arrows when a bow is unequipped. (RE only)
2017-04-04Unequip arrows when a bow is unequipped. (RE only)Smokexyz1-0/+4
Forces the unequipment of arrows when a bow is unequipped. Based on original PR by @Jedzkie in #1079
2017-03-21Fix item logging default flag.Andrei Karas1-21/+30
Also update docs for log types in logs.conf
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan2-0/+8
- 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-03-13Revert "Basic Server Configurations"Asheraf4-15/+15
This reverts commit 5b15b7b79729258f55533e0d76fcccf1a3d16021.
2017-03-13Basic Server ConfigurationsAsheraf4-15/+15
2017-01-27remove hardcoded chat area size from clif.c, add chat_area_size to battleconfgumi1-1/+4
2016-10-22Added max_summoner_parameter:Dastgir Pojee1-1/+4
Default max parameter for summoner is 120.
2016-10-22Added Summoner Class.Dastgir Pojee2-2/+3
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog
2016-10-02Update Intro (Renewal) (#1427)Ridley2-3/+8
* Update Intro (Renewal) - Conversion while Playing from kRO - New starting Map: iz_int 18 27 (Requires New kRO MAP) - iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used - the rest of the script was updated to latest script standards - x/y span for duplicates with OnTouch - Fixed wrong getarg - removed +"" in warp
2016-08-22Corrected an issue that caused the setting inter_configuration/log/log_inter ↵Haru1-2/+2
to be ignored Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported battle.conf to libconfigHaru28-525/+975
Ported to modern Hercules and cleaned up from Panikon's commits: 44fea0b3cdba6901599265220228ba4359b1f96d, 9cba05bc0811e638bbaaa6cff887d0b2c9872560 Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru4-80/+138
Ported to modern Hercules and cleaned up from Panikon's commits: b10f2a88073882bea812c6278fdec7848102ab87, bc5007299a92898ea4630f2a977d9a1b42b6c145 Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported script.conf to libconfigHaru4-28/+96
Ported to modern Hercules and cleaned up from Panikon's commits: a0e4da63ef3afcd896603398e2468876681ac54a, b5f487c2676833492a6d4044b5d1f1bb1e552b04 Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported logs.conf to libconfigHaru4-134/+204
Ported to modern Hercules and cleaned up from Panikon's commits: 2a7c931b9b4e0f9c6e7766cb25701514230ec7e3, f5b1ee3df777ba7e69f1f99abaf0d00b987fc0e3, 6d1f8f50b0e7349bdab2c53bb172d0b036e47c04 Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported map-server.conf to libconfigHaru10-1345/+1410
Ported to modern Hercules and cleaned up from Panikon's commits: ee48838b12d15902fc14738cfa46d58b39080d11, 55498ebb7ac5d28444d0b01506c88ef6874f6055, 6d1f8f50b0e7349bdab2c53bb172d0b036e47c04, 25dde7e46524ace330b83cb4bf0255cc4d796792 Signed-off-by: Haru <haru@dotalux.com>
2016-08-19Ported login-server.conf to libconfigHaru6-156/+225
Ported to modern Hercules and cleaned up from Panikon's commits: ceb8a486ac47c2ed9aae4baa1ec39a11f31e9368, c1049123a4ea6ae6f0992ffe766db8aed7435ab5, 6feb097046355610d2288670a569ccc175358580, 9f6e27a96d655f2b4555310786d9d10898754404, 21fa5d24255ba026f96b1dbedf74ac5ef831d3ae, e22a56ad4def8ca22e94d44377a5364b9db1a425, f753a754923140bfec02057c16e6e8429b863d0e, 25dde7e46524ace330b83cb4bf0255cc4d796792 Signed-off-by: Haru <haru@dotalux.com>