summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Merge pull request #346 from csnv/masterMichieru1-13/+14
Fixed songs, working with setting song_timer_reset: 0
2014-09-12Improved code readabilitycsnv1-2/+4
2014-09-12Fixed songs, working with setting song_timer_reset: 0csnv1-12/+11
2014-09-12Merge pull request #335 from AnnieRuru/request_2Haruna2-0/+76
Add *getguildmember script command
2014-09-12Update Mob Skill DB to Episode 14.2Michieru1-7436/+7031
This Update follow the Massive Renewal mob_db update. https://github.com/HerculesWS/Hercules/commit/0fadf384a80a25f1af712232d14a664848dbff88 Special thanks to Yommy
2014-09-12Merge pull request #343 from csnv/aegissongMichieru4-8/+25
Added option for song timers behaviour. Fixes bug 8265
2014-09-11Added option for song timers behaviour. Fixes bug 8265csnv4-8/+25
- Fixes bug 8265: http://hercules.ws/board/tracker/issue-8265-bragis-poem-overlapped-20-seconds-effect/ - Added setting in /conf/battle/skill.conf song_timer_reset: switch between official behaviour (songs don't reset time from prior songs) or eathena (every song resets the timer)
2014-09-10Merge pull request #342 from csnv/somefixesMichieru3-27/+43
Fixes songs refresh bug, updates BA_ASSASSINCROSS
2014-09-10Removing large spacecsnv1-1/+1
2014-09-10Fixes songs refresh bug, updates BA_ASSASSINCROSScsnv3-27/+43
- Fixes bug 7125: http://hercules.ws/board/tracker/issue-7125-song-refresh/ (Rathena fix) - Updated BA_ASSASSINCROSS ASPD Renewal Formula according to latest tests - Added 'Skill failed' message to Devotion
2014-09-08Fix on start possible buffer overruns.Andrei Karas2-2/+2
Checks after using --enable-sanitize.
2014-09-08In configure add option --enable-sanitizeAndrei Karas2-1/+128
This option add run time checks for buffer overflows and some other memory related things. Not recommended for production.
2014-09-08Merge pull request #339 from csnv/skillchecksMichieru3-10/+14
Fixes CR_DEVOTION and MG_STONECURSE behaviour, hiding behaviour.
2014-09-07Merge pull request #340 from csnv/aspdfixMichieru2-1/+8
Fix ASPD bonus with some skills
2014-09-06Update BA_ASSASSINCROSS for renewalcsnv1-0/+5
2014-09-06Fix ASPD bonus with some skillscsnv2-1/+3
Bug introduced in ca9b662d436d16c4ea5244cef51a2fb41eccf23d
2014-09-06Fixes CR_DEVOTION and MG_STONECURSE behaviour, hiding behaviour.csnv3-10/+14
Fixed CR_DEVOTION to not be casted on other characters while the limit is already reached. Follow-up: e7be72538ea9c203bfd7a976d82e268e04303ca4 MG_STONECURSE now correctly displays effect when terminating SC_STONE. No longer works on hidden characters. Bug report http://hercules.ws/board/tracker/issue-7958-stone-curse/ Hiding no longer prevents skills from working if they were casted before hiding and are not intended to inflict damage (buff/de-buff skills). Tested on aegis.
2014-09-05Improved some FIFOSD checks in char_parse.Andrei Karas1-11/+9
Signed-off-by: Haru <haru@dotalux.com>
2014-09-04Merge pull request #336 from csnv/somefixesMichieru1-2/+2
Fixes Dancer' song Service for you Bug report 7914 http://hercules.ws/board/tracker/issue-7914-gypsy-kiss-service-for-you/
2014-09-04ItemDB SQL SyncHercules.ws2-68/+68
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-09-04Merge pull request #337 from Jedzkie/masterMichieru2-64/+89
• Fixed some rental items both PRE-RENEWAL and RENEWAL
2014-09-04• Fixed some rental items both PRE-RENEWAL and RENEWALJedzkie2-64/+89
• Added missing item scripts in PRE-RENEWAL. Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
2014-09-03Fixes Dancer' song Service for youcsnv1-2/+2
Corrected Max SP and Regeneration bonus from Dancing lesson. Thanks to Kyeme. Bug report 7914 http://hercules.ws/board/tracker/issue-7914-gypsy-kiss-service-for-you/
2014-09-03Merge pull request #334 from csnv/somefixesMichieru2-8/+2
Fixes bard song assassin cross of sunset. Thanks to Juvia
2014-09-03Add *getguildmember script commandAnnieRuru2-0/+76
its so frustrating that rathena already having this for month, but we don't have =/ https://github.com/rathena/rathena/commit/eba1539
2014-09-03Fixes bard song assassin cross of sunset. Thanks to Juviacsnv2-8/+2
Corrected skill level/status formula and Musical Lesson bonus
2014-09-02Merge branch 'master' of https://github.com/HerculesWS/HerculesAnnieRuru9-7503/+8193
2014-09-02Update hunting_missions.txt to follow author's method on fixing character ↵AnnieRuru1-2/+16
deletion bug https://github.com/rathena/rathena/commit/3c24f45
2014-09-01Fixed a compile warning on old gcc versions in battle_calc_damageHaru1-16/+15
- Improves code readability - Fixes bugreport:8312, thanks to Ancyker http://hercules.ws/board/tracker/issue-8312-warning-in-latest-hercules/ Signed-off-by: Haru <haru@dotalux.com>
2014-09-01Re-generated SQL mob databasesHaru7-7485/+8175
Signed-off-by: Haru <haru@dotalux.com>
2014-09-01Follow-up to 1c97aceHaru1-1/+1
Removed accidental BOM from a script Signed-off-by: Haru <haru@dotalux.com>
2014-08-31Fixed a small typo in Wolfchev Instance. (rAthena 403c22b)Taylor Locke1-3/+4
2014-09-01Add MAX_REFINE as hard-coded constantAnnieRuru2-0/+2
MAX_REFINE has different value for renewal(20) and non-renewal(10) and some server even adjust this value so its better to add this constant so there's no need to add a configuration when making custom refiner scripts
2014-08-31Small constant overwrite fix in mob db. Follow-up to ↵Taylor Locke1-1/+1
0fadf384a80a25f1af712232d14a664848dbff88
2014-08-31ItemDB SQL SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-08-31Fix Egrade Coin name (bug:8174)Michieru1-1/+1
2014-08-31follow upAnnieRuru2-39/+46
https://github.com/HerculesWS/Hercules/commit/a06e53479131c25ce2343c431c688c57b3bfa2c0 to mimic the *sc_start documentation to rathena and fixed return 0; into return true; thx to Litro for bringing up http://hercules.ws/board/topic/6997-debug-whats-wrong/
2014-08-30Merge pull request #327 from QQfoolsorellina/masterHaruna4-6/+6
change rand(1) to rand(2)
2014-08-30Follow-up to d45cf975aab39d04bd43dabaa455fde35b61b8daHaru1-2/+2
- Fixed faulty / misleading indentation of a closing curly brace Signed-off-by: Haru <haru@dotalux.com>
2014-08-30Merge pull request #330 from AnnieRuru/request_1Michieru4-19/+51
New Optional Configuration for unequipped disabled equipments
2014-08-29Follow-up to 0fadf38Taylor Locke1-1/+1
2014-08-29Massive Renewal mob_db update.Taylor Locke3-2734/+3467
2014-08-29ItemDB SQL SyncHercules.ws2-34/+34
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-08-29Fix status def calculation (bug:8306)Michieru7-174/+106
Updated script command 'sc_start' to allow for more variables and options rAthena 17326 (bug:8217) Fix Cart Tornado damage to official elemental crashing/memory error (thanks to Ind)
2014-08-28Merge pull request #326 from csnv/somefixesMichieru4-40/+49
Fixed official devotion behaviour, various cleanups
2014-08-28New Optional Configuration for unequipped disabled equipmentsAnnieRuru4-19/+51
http://hercules.ws/board/topic/334-suggestion-for-restricted-equipment-making-a-new-conf-for-it/?p=31003
2014-08-23change rand(1) to rand(2)TungSinpei4-6/+6
2014-08-23Fixed official devotion behaviour, various cleanupsnadiyama4-40/+49
Fixed devotion behaviour according to bug report 8292 http://hercules.ws/board/tracker/issue-8292-devotion (precast conditions pending) Cleaned non existing flag from status->change_start calls. Removed redundant condition in battle->check_range.
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru11-89/+104
- Added documentation for the pc->search_item function and formalized its return values. If the searched item is not found, now it returns the newly introduced constant INDEX_NOT_FOUND. - Updated pc->search_item checks to make use of INDEX_NOT_FOUND. - Fixed an issue with anvils not detected by the weapon forginc code, if they were in the first position of the inventory. - Added ITEMID constants for the four anvil types. Signed-off-by: Haru <haru@dotalux.com>
2014-08-20Fixed an issue when Token_Of_Siegfried is used, under certain conditionsIbrahim Hossam1-4/+4
- If the Token_Of_Siegfried is the first item in inventory, it would not get detected and consumed correctly.