summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-25Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit.toms1-1/+1
2006-08-24- Added setting clear_skills_on_warp to specify when a character's land-based...skotlex1-0/+2
2006-08-24- Applied some change from mpeg on Ninja Skillstoms1-12/+13
2006-08-23- Fixed Energy Coat reducing and consuming more than it should when you have ...skotlex1-1/+1
2006-08-22- Some corrections to make Tatami Gaeshi work correctly.skotlex1-1/+1
2006-08-22- Some more work on the splash skill code. Now splash-damaged enemies should ...skotlex1-1/+1
2006-08-22- getnameditem will now also work on stackable itemsskotlex1-17/+14
2006-08-21- Adjusted Glittering's success rate to 20+10*lv%skotlex1-2/+3
2006-08-21- Added BL_HOM handling to battle_gettarget.skotlex1-2/+3
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-1/+0
2006-08-20- Gravitation now only blocks the caster from using potions.skotlex1-4/+13
2006-08-19- Fixed battle_calc_base_damage being called for the left hand even for non-d...skotlex1-6/+15
2006-08-19Added homunculus_friendly_rate battle configtoms1-0/+2
2006-08-18- Fixed the atk_rate (Turtle General Card) bonus not working on dual-wielders.skotlex1-2/+2
2006-08-18- Made HLIF_HEAL a self skill that auto-selects target to caster's master.skotlex1-4/+11
2006-08-18Applied Mpeg's work on ninja (http://gpegon.free.fr/ea/ninja_08-18-06_mpeg.txt)toms1-9/+7
2006-08-18- Added guild_aura (skill.conf) setting so you can specify when it works and ...skotlex1-1/+3
2006-08-18- Changed unit_free so that it receives which cleartype should be used when t...skotlex1-1/+1
2006-08-18- Vaporize will no fail when the homun is dead.skotlex1-2/+0
2006-08-16- Now arrow-consuming skills where your main weapon is a whip or musical inst...skotlex1-0/+2
2006-08-14- Sacrifice no longer shows damage to self.skotlex1-1/+0
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-4/+8
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is bey...skotlex1-12/+7
2006-08-09- Should have fixed a signed/unsigned warning in login-txtskotlex1-21/+0
2006-08-09- Cleaned up some the code of TF_DOUBLE and GS_CHAINACTION.skotlex1-16/+14
2006-08-09- Trade requests will now fail when either character is unable to act (charac...skotlex1-1/+1
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex1-4/+2
2006-08-08- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...skotlex1-3/+4
2006-08-07- Removed the setting of blow-count to 0 when the target is a boss on the bat...skotlex1-11/+1
2006-08-07- Cleaned some of mpeg's updated work.skotlex1-9/+1
2006-08-07- Some code cleaning in status.cskotlex1-3/+4
2006-08-07mpeg's ninja workVicious1-5/+7
2006-08-07- Adjusted Battle_check_target so that alchemist summoned mobs are targetted ...skotlex1-3/+6
2006-08-05- Fixed a compile warning.skotlex1-1/+1
2006-08-04- Fixed flag.elefix not being respected in battle_calc_misc_damage.skotlex1-9/+9
2006-08-04- Removed settings enemy_critical_rate, homun_critical_rate. Added settings e...skotlex1-8/+8
2006-08-04- Some minor code cleanups.skotlex1-6/+6
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-6/+10
2006-08-04- Hide/Chasewalk will again stop screaming skill name (I guess displaying the...skotlex1-2/+5
2006-08-04Fixed warning:'type' might be used uninitialized in this functiontoms1-1/+1
2006-08-03- Readjusted the Chasewalk icon to be as it should be.skotlex1-0/+4
2006-08-03- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...skotlex1-18/+19
2006-08-03- Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflow...skotlex1-0/+4
2006-08-03- Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code.skotlex1-0/+4
2006-08-03- Cleaned up the last NJ update code.skotlex1-3/+3
2006-08-02- Fixed a logic error on battle_get_master which was causing infinite loops.....skotlex1-8/+8
2006-08-02Merged Mpeg's work on Ninja skillstoms1-6/+23
2006-08-02- Fixed Martyr's Reckoning having a cap damage of 32k.skotlex1-5/+3
2006-08-02- Made recursive master check the default (otherwise it messes skill -> pet -...skotlex1-22/+7
2006-08-02- Updated battle_check_target so that all alchemist summoned mobs can be targ...skotlex1-2/+2