summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex1-0/+2
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex1-1/+1
2006-09-14- Shadow Jump no longer goes over walls.skotlex1-1/+0
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex1-5/+5
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex1-2/+10
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex1-0/+5
2006-09-11- CG_MOONLIT is no longer castable in WoE grounds.skotlex1-1/+1
2006-09-11- Summoned and slave mobs won't show up on @showmobs anymore.skotlex1-7/+2
2006-09-08- Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du...skotlex1-2/+15
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex1-3/+8
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-2/+1
2006-09-07- Removed the Warmth "stacking" code.skotlex1-1/+3
2006-09-06- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems...skotlex1-1/+1
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex1-2/+2
2006-09-02- Applied use of RC_BOSS/RC_NONBOSS in the ignore def code.skotlex1-2/+2
2006-09-01- Added a missing break in battle_check_targetskotlex1-0/+3
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex1-1/+3
2006-08-31- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...skotlex1-5/+2
2006-08-31- Added setting attack_walk_delay which specifies whether a character should ...skotlex1-38/+7
2006-08-29- Applied Mpeg's work on GStoms1-9/+9
2006-08-28Added TK level-up buffs to SG too, and extended them to 10 minDracoRPG1-3/+4
2006-08-28reverted mpeg's workVicious1-12/+5
2006-08-28- Reverted the "fix" to mdef reduction code being applied before the number o...skotlex1-4/+3
2006-08-28- Fixed exp bonuses applying twice for the job-expskotlex1-4/+4
2006-08-28Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg...toms1-5/+12
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-8/+8
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