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