summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFilesLines
2013-10-27Fixed Bug #7784shennetsind1-3/+3
Since cooldowns are now persistent to logout, the meaning of the setting has changed (see description within changeset). http://hercules.ws/board/tracker/issue-7784-guild-skill-relog-delay/ Signed-off-by: shennetsind <ind@henn.et>
2013-10-25nocashshop mapflagshennetsind1-0/+2
As requested by the community in http://hercules.ws/board/topic/1477-mapflag-for-cash-shop/ and http://hercules.ws/board/topic/1476-disable-cashshop-in-pvp-woe/ 'nocashshop' mapflag disables the usage of the cashshop button as well as any attempts to purchase (in case the flag is turned on after someone gets the shop open). Signed-off-by: shennetsind <ind@henn.et>
2013-10-24Follow up e08c05a0f73d6e6ea4fe64a9b91291bc0a002251shennetsind1-1/+1
Fixed default value, Thanks to jaBote's hawk eyes! Signed-off-by: shennetsind <ind@henn.et>
2013-10-24Added idletime optionsshennetsind1-0/+17
There have been requests for the extension of the feature, I was reluctant given more options would cause features relying on the feature to be easier to counter (less accurate), with the modification of the feature to employ options the feature is now configurable at the server owners discretion. Special Thanks to Haruna Signed-off-by: shennetsind <ind@henn.et>
2013-10-16Fixed Bug#7374malufett2-0/+10
-Hercules now fully support Monster Transformation. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-10-11Follow up 646f7e2f4ea4bd6b07e66d2949817ebdc18f3484shennetsind1-1/+2
Adjusted range, thanks to haruna realising the feature had been fixed on recent clients. Special Thanks to ossi0110 for testing the feature on multiple 2013 clients, which allowed us to restrict the date range more accurately. Signed-off-by: shennetsind <ind@henn.et>
2013-10-10Added code to disable auction for clients it is no longer stableshennetsind2-1/+8
Regarding http://hercules.ws/board/topic/414-auction-feature-all-screwed-up Signed-off-by: shennetsind <ind@henn.et>
2013-10-10Introducing Bank Supportshennetsind5-1/+12
http://hercules.ws/board/topic/2455-introducing-bank-support/ Thanks to Yommy, Haru! Signed-off-by: shennetsind <ind@henn.et>
2013-10-07Minor plugins.conf editshennetsind1-1/+2
Made HPMHooking be commented out by default (no need to have it enabled since hercules is shipped with no other enabled plugins). Signed-off-by: shennetsind <ind@henn.et>
2013-10-05Added support for trailing commas within libconfig arraysHaru1-5/+5
- A trailing comma in conf/plugins.conf will no longer cause a parse error. This makes it easier to comment out plugins to disable them. - conf/plugins.conf has been updated to reflect this change. Signed-off-by: Haru <haru@dotalux.com>
2013-10-04HPM: Hooking!shennetsind1-2/+2
http://hercules.ws/board/topic/2399-hpm-hooking-now-available/ Signed-off-by: shennetsind <ind@henn.et>
2013-09-27Added full support for the Rebellion.shenhuyong2-1/+2
Credits to 3ceam2 for the base,Thanks to Rytech. -The skill still needs to be completed, as well as support for higher base stats. -Bonus stats are set to temporarily values until the official ones are known. -Updated the item_db.txt file with information on the Rebellion's job equip mask. -Added packets and packet keys for 2013-08-07Ragexe with the info provided by Shakto,Thanks to Shakto. -A 2013-08-07Ragexe client or higher is required for this job to be properly playable.
2013-09-22Corrected various hardcoded database table namesHaru1-0/+1
- Added an elemental_db setting to inter-server.conf (elemental table) - Switched an instance of hardcoded `ipbanlist` to use the ipban_table setting; thanks to Takkun, related to issue #135 - Switched two instances of hardcoded `char` to use the char_db setting - Added a TODO notice about the usage of the login table (on a side note, hardcoded) from the login server (related to issue #142) Signed-off-by: Haru <haru@dotalux.com>
2013-09-16Corrected line endings and BOM issues with several filesHaru7-7/+7
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-09-09Fixed Bug #7694shennetsind1-0/+6
Implemented official guild notice behavior of re-displaying upon teleport, added conf/battle/guild.conf setting to modify this. Special Thanks to kyeme, Frost. http://hercules.ws/board/tracker/issue-7694-guild-notice/ Signed-off-by: shennetsind <ind@henn.et>
2013-09-09Fixed Bug #6626shennetsind2-1/+11
Game client is currently broken on this feature, sending the request when the criteria doesn't match and not doing anything when it matches, I've restored the previous method to make the feature work once again, the message is configurable by conf/messages.conf and whether maxed characters can use it now a setting in conf/battle/player.conf http://hercules.ws/board/tracker/issue-6626-cant-prayer-guardian-angel-super-novice/ Signed-off-by: shennetsind <ind@henn.et>
2013-08-22Dropped unused login_log_filename settingshennetsind1-3/+0
Closes #76 Signed-off-by: shennetsind <ind@henn.et>
2013-08-12Added support for Nick Server GHOST commandHaru1-1/+2
Credits to Yommy for the idea Signed-off-by: Haru <haru@dotalux.com>
2013-07-31Fixed Bug #7453shennetsind1-0/+3
Added the missing support for conf/battle/gm.conf::atcommand_mobinfo_type on @mobinfo (partially from rathena) Modified @ii to stop always displaying 'monsters dont drop this item' while the configuration is on. Special Thanks to Napster. http://hercules.ws/board/tracker/issue-7453-mobinfo-iteminfo-not-showing-the-correct-information-depending-the-level/ Follow up 2fbec282b9b3eb84f710d5537f70e6bc221187b3 Missing messages.conf entry Signed-off-by: shennetsind <ind@henn.et>
2013-07-21For Bug #7542shennetsind1-0/+3
Attempting to open boxes or packages while 90% overweight will fail and result in a error message. http://hercules.ws/board/tracker/issue-7542-bug-when-weight-90/ Signed-off-by: shennetsind <ind@henn.et>
2013-07-11Fixed a little type (follow up to 94d75f8), also defaulted to 0 mute system.Matheus Macabu1-1/+1
2013-07-05DB Queue Debug Updateshennetsind1-6/+6
Some documentation update on battlegrounds.conf Fixed Hercules Queue Option constants, they're 1-2-3 not 0-1-2. Some Bugfixes to the test script, special thanks to ossi0110 http://hercules.ws/board/topic/1302-bg-queue-debug Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Implemented official mute system. Thanks to:Matheus Macabu1-0/+6
Ai4rei/Mirei for the code; kyeme for suggesting it; Napster for updating the patch. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-07-04Split use_sql_db into the three available: item_db, mob_db, mob_skill_db.Matheus Macabu1-2/+8
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-07-03Dropped engine setting, closing bug #7455.Matheus Macabu1-4/+0
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-28BG Queue Testingshennetsind1-2/+12
http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7433shennetsind1-0/+2
http://hercules.ws/board/tracker/issue-7433-mount-and-mount2-command-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-23UpdateMysteries1-4/+3
- Fixed some documentation - Fixed some alignment
2013-06-23Official Item Group/Package/Chainshennetsind1-3/+0
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/ Also Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin. Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Skipped 3136a51 for no reason..Akkarinage1-1/+1
2013-06-14Whitespace, TABs & SpellingsAkkarinage13-27/+27
Replaced indents using spaces with tabs, reducing file sizes and conforming to standards.
2013-06-14Hercules WPE Freeshennetsind2-1/+7
Official Packet Obfuscation Support http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Updating .sql item db filesshennetsind1-0/+1
Also Introducing the official DB2SQL plugin to quickly update the .sql db files. http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Hercules Renewal Phase : Renewalmalufett2-12/+0
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-09Fixed Bug #7319shennetsind1-0/+3
Special Thanks to KeiKun~! http://hercules.ws/board/tracker/issue-7319-db-name/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7318shennetsind1-0/+3
Special Thanks to Beret, malufett, mkbu95~! http://hercules.ws/board/tracker/issue-7318-using-skill-and-talking-with-npc/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-07Update plugins.confStreusel1-4/+4
We don't want those uncommented.
2013-06-07Fixed bug 7016 & 7322Mysteries1-2/+24
- http://hercules.ws/board/tracker/issue-7322-about-pluginsconf/ - http://hercules.ws/board/tracker/issue-7016-skill-db-not-behaving-as-des cribed-in-discription/ - Made /conf/plugins.conf a little bit more better to understand.
2013-05-30Memory Slasher - May 30 Patchshennetsind32-4289/+41
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Memory Slasher - May 30 Patchshennetsind1-0/+101
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-19Slight adjustmentsMysteries4-29/+41
2013-05-18Relocated mapflag from conf/ to npc/ and renamed some script filesMatheus Macabu28-4260/+0
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-17Follow up 9080a58e2184eeb36b30e6dc653ec5459b3acfb1shennetsind1-3/+0
Signed-off-by: shennetsind <ind@henn.et>
2013-05-17MOTD redesignshennetsind3-6/+0
much more flexible, as per community suggestion in http://hercules.ws/board/topic/320-motd-change-suggestion/ dropped motd_type config new motd is at npc/MOTD.txt dropped @motd, @gmotd commands Signed-off-by: shennetsind <ind@henn.et>
2013-05-10* Implemented suggestion in topic:528, related to GMs being able to warp to ↵Matheus Macabu1-1/+6
non-walkable cells; also added configuration. * Few changes to gitignore and gitattributes. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-09Fixed Ally Chat / Bug #7228shennetsind1-1/+1
http://hercules.ws/board/tracker/issue-7228-ally-channel-problems/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Merge pull request #23 from jaBote/mastershennetsind1-5/+0
Some minor changes. I'll be committing a script.c change to reflect these documentation changes within the next few minutes.
2013-05-02Fixed Bug #7064shennetsind1-0/+3
Special Thanks to Kyeme~! http://hercules.ws/board/tracker/issue-7064-item-scroll/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-03Merge branch 'master' of https://github.com/HerculesWS/HerculesjaBote1-0/+15
2013-05-02Introducing Hercules Plugin Manangershennetsind1-0/+15
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ Signed-off-by: shennetsind <ind@henn.et>