summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-15Text aligncsnv1-5/+5
2014-09-15Fixed song display, changed devotion conditionscsnv3-6/+7
- Fixed bug report http://hercules.ws/board/tracker/issue-8338-apple-of-iduns/?gopid=23558#entry23558 - Changes devotion check to work with reflect equipment of the target
2014-09-15Merge pull request #354 from csnv/unitcleanupMichieru1-0/+1
Fixes error initializing SC_WARMER
2014-09-15Fixes error initializing SC_WARMERcsnv1-0/+1
Bug report: http://hercules.ws/board/tracker/issue-8341-spamming-error-message-on/
2014-09-15Revamped song fixcsnv1-14/+7
2014-09-14Merge pull request #338 from csnv/unitcleanupMichieru3-7/+3
Corrected SC_WARMER. Other cleanups
2014-09-14Merge pull request #353 from csnv/tinyfixesMichieru2-11/+11
Fixes sitting on trap, SO_VACUUM_EXTREME and RA_CAMOUFLAGE
2014-09-14Fixes sitting on trap, SO_VACUUM_EXTREME and RA_CAMOUFLAGEcsnv2-11/+11
- Don't sit while trapped. Bug http://hercules.ws/board/tracker/issue-7825-trap/ SO_VACUUM_EXTREME swapping targets when 2 or more are present and close to each other.
2014-09-14HPM Hooks UpdateHercules.ws1-8/+8
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-09-14Storm Gust freeze chance is only 150% and not 300% (Thanks to Playtester)Michieru3-11/+13
Spiral Pierce should hitlock to 100% but not work on bosses (Thanks to Playtester) Implemented the official formula for Potion Pitcher when used by monsters (Thanks to Playtester) Golden Thief Bug card should not immune masquerades Desperado should not be reflect by Shield Reflect (bug:7624)
2014-09-14Merge pull request #352 from csnv/somefixesMichieru3-29/+30
Restored flag 8 behaviour in status_change_start
2014-09-14Restored flag 8 behaviour in status_change_startcsnv3-29/+30
- Fixes bug report http://hercules.ws/board/tracker/issue-8337-ankle-snare/?gopid=23533#entry23533
2014-09-14Merge pull request #349 from csnv/somefixesMichieru1-2/+7
Fixes taekwon mild wind skill on renewall.
2014-09-14Fixes taekwon mild wind skills on renewall. Bug 8234 ↵csnv1-2/+7
http://hercules.ws/board/tracker/issue-8234-bug-tk-sevenwind/
2014-09-14This should finish to fix Status effect chance for renewal and pre-re(bug:8242)Michieru1-10/+7
Special Thanks to Playtester for all the information
2014-09-13Merge pull request #348 from csnv/somefixesMichieru1-0/+9
Fix SO_VACUUM_EXTREME moves target into the center of the skill. Bug 833...
2014-09-13Fix SO_VACUUM_EXTREME moves target into the center of the skill. Bug 8330: ↵csnv1-0/+9
http://hercules.ws/board/tracker/issue-8330-extreme-vacuum-skill-behavior/
2014-09-13Fix Soul Breaker not affect by Lex Aeterna (bug:7712)Michieru2-1/+6
Fix Throwing Mysterious Powder with Sling Item. Thanks to Rikter (bug:8333)
2014-09-13Update formula of Vulcan Arm, Flame Laucher and Cold Slower.Michieru4-21/+59
Add Hesperuslit formula effect. Banding now count the caster. Fix a bug with Lex Aeterna that not double the damage of Acid Demo. (bug:8098) Update to official formula Reproduce skill. Fix Mind Breaker Matk. (bug:8328) Fix a map crash with Gentle Touch change. (bug:8326) Special Thanks to Ind
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-05Corrected SC_WARMER. Other cleanupscsnv3-7/+3
-Fixes bug 8044: http://hercules.ws/board/tracker/issue-8044-sorcerer-warmer/ TODO: Fix skill_unit_onout to work for skill_unit_timer_sub_onplace too. - Cleaned some skill_unit_onout cases never reached. - Removed icon for SC_WARMER.
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-02Fixes wrong data type in SQL for base_exp,base_drop and base_death.Dastgir3-3/+10
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>