Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- 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
|
|
Checks after using --enable-sanitize.
|
|
This option add run time checks for buffer overflows and some other
memory related things.
Not recommended for production.
|
|
Fixes CR_DEVOTION and MG_STONECURSE behaviour, hiding behaviour.
|
|
Fix ASPD bonus with some skills
|
|
|
|
Bug introduced in ca9b662d436d16c4ea5244cef51a2fb41eccf23d
|
|
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.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Fixes Dancer' song Service for you
Bug report 7914 http://hercules.ws/board/tracker/issue-7914-gypsy-kiss-service-for-you/
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
• Fixed some rental items both PRE-RENEWAL and RENEWAL
|
|
• Added missing item scripts in PRE-RENEWAL.
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
|
|
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/
|
|
Fixes bard song assassin cross of sunset. Thanks to Juvia
|
|
Corrected skill level/status formula and Musical Lesson bonus
|
|
|
|
deletion bug
https://github.com/rathena/rathena/commit/3c24f45
|
|
- 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>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Removed accidental BOM from a script
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
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
|
|
0fadf384a80a25f1af712232d14a664848dbff88
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
|
|
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/
|
|
change rand(1) to rand(2)
|
|
- Fixed faulty / misleading indentation of a closing curly brace
Signed-off-by: Haru <haru@dotalux.com>
|
|
New Optional Configuration for unequipped disabled equipments
|
|
|
|
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
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)
|
|
Fixed official devotion behaviour, various cleanups
|
|
http://hercules.ws/board/topic/334-suggestion-for-restricted-equipment-making-a-new-conf-for-it/?p=31003
|
|
|
|
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.
|
|
- 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>
|
|
- If the Token_Of_Siegfried is the first item in inventory, it would not get detected and consumed correctly.
|
|
lack it
- This is useful in case an old server that didn't have the unique_id feature enabled is updated to the latest version.
- It'll only have effect if item_check is enabled in the configuration files.
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
|
|
Corrected doppelganger mercenary HP
|
|
|
|
- Issue introduced in 6c066dc6 (that sure was a while ago!)
- Special thanks to Ancyker
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
|
|
- Fix Back Sliding should not have animation
|