Age | Commit message (Expand) | Author | Files | Lines |
2006-06-28 | - Corrected Musical Strike having a different damage equation from Throw Arrow. | skotlex | 1 | -4/+3 |
2006-06-27 | - Fixed indentation on int_pet.c (how did it got messed up?) | skotlex | 1 | -2/+2 |
2006-06-27 | - Corrected the element of hunter traps. | skotlex | 1 | -7/+5 |
2006-06-26 | - Corrected unit id of desperado and Ground Drift using jA's info. | skotlex | 1 | -9/+34 |
2006-06-26 | - Merged Mitternacht's max_heal/max_heal_lv config settings. | skotlex | 1 | -2/+5 |
2006-06-26 | - Autospells will now again check for the skill's nk value, so that skills ta... | skotlex | 1 | -4/+2 |
2006-06-23 | - Corrected ASC_BREAKER. Int-based damage is applied after attribute fixes an... | skotlex | 1 | -4/+2 |
2006-06-23 | - Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ... | skotlex | 1 | -0/+5 |
2006-06-23 | - Updated BD_INTOABYSS's unit flag to not affect mobs. | skotlex | 1 | -6/+2 |
2006-06-22 | - Restored the "Secret" behaviour of Blast Mine and Claymore Trap where each ... | skotlex | 1 | -15/+13 |
2006-06-20 | - Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling. | skotlex | 1 | -9/+10 |
2006-06-19 | - Combo-used Skills with State "move_enable" will now override the "can't mov... | skotlex | 1 | -2/+7 |
2006-06-19 | - Moved back Soul Drain code from mob_dead to skill_counter_additional_effect... | skotlex | 1 | -0/+9 |
2006-06-16 | - Removed unused variable aspd_rate in map_session_data. | skotlex | 1 | -3/+3 |
2006-06-16 | - Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ... | skotlex | 1 | -11/+3 |
2006-06-15 | - Added blocking of the Kick skills when you are a Soul Linker. | skotlex | 1 | -0/+4 |
2006-06-13 | - Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu... | skotlex | 1 | -14/+18 |
2006-06-13 | - Oppositions can't be made during WoE now. | skotlex | 1 | -6/+5 |
2006-06-09 | Changed the interval between waterballs back to 125, | MasterOfMuppets | 1 | -2/+2 |
2006-06-09 | * restored all damaged japanese comments in skill.c and converted it to utf8 ... | Lance | 1 | -472/+479 |
2006-06-08 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7047 54... | Lance | 1 | -1/+2 |
2006-06-08 | - Adjusted Don't Forget Me, Defender, Longing to use all val entries, and to ... | skotlex | 1 | -1/+1 |
2006-06-08 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7045 54... | Lance | 1 | -495/+486 |
2006-06-07 | - Added pc_calcexp to calculate individual exp bonuses acquired from exp's so... | skotlex | 1 | -3/+3 |
2006-06-07 | - Moved souldrain code from skill_counter_additional_effect to mob_dead. It s... | skotlex | 1 | -13/+1 |
2006-06-07 | - Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function. | skotlex | 1 | -12/+6 |
2006-06-06 | - Hopefully fixed for sure mobs getting extra stats when changing-class due t... | skotlex | 1 | -5/+0 |
2006-06-06 | - Fixed firewall counter going down by 2 each hit rather than 1. | skotlex | 1 | -1/+1 |
2006-06-06 | - Fixed Soul Burn not zapping away all SP. | skotlex | 1 | -8/+2 |
2006-06-05 | - Fixed a crash when using SL_SMA and the "combo" ain't ready. | skotlex | 1 | -1/+1 |
2006-06-05 | - Removed a few useless lines. | skotlex | 1 | -6/+1 |
2006-06-05 | - Fog of Wall won't affect the caster now in any way. | skotlex | 1 | -2/+3 |
2006-06-05 | - Fixed skill_unitsetting using layout->count for the for instead of group->c... | skotlex | 1 | -3/+4 |
2006-06-03 | Solved the bug that made firewalls only castable a few times until you relogg... | MasterOfMuppets | 1 | -1/+1 |
2006-06-02 | Changed the interval between waterballs from 150 to 250 milliseconds. | MasterOfMuppets | 1 | -2/+2 |
2006-06-02 | - Some cleaning of the mob slave ai. | skotlex | 1 | -1/+1 |
2006-06-02 | - Corrected Brandish Spear to work on levels above 10. | skotlex | 1 | -3/+2 |
2006-06-01 | - Fixed NPC_SELFDESTRUCTION not showing nor dealing damage. | skotlex | 1 | -1/+1 |
2006-06-01 | - NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob wit... | skotlex | 1 | -10/+4 |
2006-06-01 | - Fixed Autoblitz taking into account target's luck rather than attacker's | skotlex | 1 | -1/+1 |
2006-06-01 | - Fixed Soul Drain not really giving you SP | skotlex | 1 | -6/+1 |
2006-05-30 | - Call Slave now invokes slaves on a 5x5 area around master. | skotlex | 1 | -2/+2 |
2006-05-30 | - Fixed Absorb Spirit Spheres | skotlex | 1 | -10/+3 |
2006-05-30 | [Optimized]: | Lance | 1 | -3/+3 |
2006-05-29 | - Modified skill_get_range2 to return range 9 for skills with range 0 for Non... | skotlex | 1 | -0/+2 |
2006-05-29 | - Cleaned up some status_get functions. | skotlex | 1 | -23/+11 |
2006-05-29 | * [Fixed]: | Lance | 1 | -2/+2 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -26/+25 |
2006-05-28 | - Suppressed compilation warnings (unsigned and signed mismatches) | Lance | 1 | -8/+8 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -11100/+10980 |