Mystery
Community Contributors
August Digest 2014
The following digest covers the month of August 1st - August 31st 2014.
Development Highlights
- Fixed several issues with SO_EL_SYMPATHY (b791b66)
- Corrected an issue that caused the elemental's HP and SP would
_decrease to_ summon_level*5% instead of _increasing by_ said amount. - Corrected an issue that decreased the SP cost of summon elemental
skills by 5% even when the Spirit Sympathy skill wasn't present. - Added/renamed some variables to prevent confusion. Please don't reuse
'i' variables for things that aren't array indices. Or don't reuse
variables altogether for different purposes than their original one.
- 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
[*]Fixed an issue when Token_Of_Siegfried is used, under certain conditions (b29402)
[*]Extended item_check to also add unique_ids to any non-stackable items (49d604)
[*]Fixed official devotion behaviour, various cleanups (e7be725)
[*]Fixed a crash when a mercenary warps back to its master (7f4d6fc)
[*]Battle config option for knockback style when on same tile (2b8d501)
[*]sc_config.txt Update! (ec0272)
[*]Fixed some MSVC incompatibilities ()
[*]Corrected several format-string errors through the code (c45e3fa)
[*]Fixes on 3rd class skills ! (356a83b)
- When under Mind Break Matk Effect and Mdef reduction should not show on ALT Q(bug:7915)
- Plagiarism should not copy New 3rd class skills. Thanks to OmegaRed (bug:8118)
- Update Runstone Lux Anima to official formula (bug:8285)
- Add official formula for Demonic Fire
- Update damage formula for Unlimit, apply Def and Mdef to 1 during the skill and adjust the cooldown to official. (bug:8227)
- Flash Combo should not consume hp-sp and the skill not ignore the distance.
- Fix a bug with Full Throttle that not consuming sp correctly and adjust the cooldown to official.
- All WoE items are inactive outside WoE or PVP
- Add bonus3 bSPVanishRate for Vellum Items.
- Script Vellum Items.
- Add 2 new bonus bSetDefRace and bSetMDefRace for the Vellum Items. (rAthena c046668034)
- Fixed Bowling Bash, Brandish Spear, Grand Darkness and Meteor Assault reducing def during cast; the only skill that does this officially is Grand Cross (rAthena 6947190)
- Implemented official Bowling Bash with all its special behaviors including the gutter line
- As many servers probably want to remove the gutter line problem, it is configurable; just adjust the bowling_bash_area setting in skill.conf (Bug:4209)
- Sonic Blow now has a fixed range of 1, even for monsters; a monster can't use this skill if you tank it from farther away (rAthena a15cee0)
Database Highlights
- Massive renewal mob_db update! (0fadf3)
- Some item fixes (5145cd)
- Fix some incorrect card effect rate (f8e0227)
- Update some official mob spawn info (b4bea48)
August Statistics
- During the period there were 52 Commits.
- Of these 52 commits, 23 included bug-fixes.
- 15 Commits from Pull Requests
- In this month, there were 14,771 Additions and 12,889 Deletions.