summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-29* Fixed damage_level is not calculated properly on normal attack. Inkfish1-1/+1
2009-07-29* Kaahi heals no matter if attack connects. (bugreport:2440)Inkfish1-0/+3
2009-07-18- Fixed the config description for 'random_monster_checklv' (follow up to r13...brianluau1-1/+1
2009-07-11* Some updates for range check. (bugreport:3339)Inkfish1-0/+9
2009-07-07Skills that have multiple hits should do 1 damage per hit to plants.Inkfish1-2/+2
2009-07-05You should lose hp anyway even if your Martyr's Reckoning is perfect dodged.Inkfish1-8/+10
2009-07-04TK_POWER shouldn't count the player him/herself for the skill.Inkfish1-2/+2
2009-07-04* Martyr's Reckoning can be perfect dodged.Inkfish1-1/+5
2009-06-29* Fixed attack not counted as connect when dodged and got damage from skill b...Inkfish1-0/+2
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-16/+1
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish1-7/+15
2009-06-15Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:...ultramage1-1/+1
2009-06-13* If both Double Attack and critical attack have chance to trigger within one...Inkfish1-24/+19
2009-06-12Fixed "arrow_atk" flag never being reset results in arrow consumption on item...Inkfish1-0/+2
2009-06-08* Added a configuration for whether damage of EarthQuake with single target c...Inkfish1-0/+1
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-1/+13
2009-05-30Fixed 'n_ele' not initialized and a typo in the Changelog.Inkfish1-1/+1
2009-05-30* Multiple autocasts can go off at a time now. [Inkfish]Inkfish1-20/+16
2009-05-29* Added a new battle flag for telling which skills can have bHealPower effect.Inkfish1-2/+3
2009-05-29* Added new bonuses bHealPower and bHealPower2. Inkfish1-5/+3
2009-05-23Splash attacks do cause additional effects except for autocasts. (bugreport:2...Inkfish1-1/+1
2009-05-22Splash attack doesn't cause any status effects or autocasts any more.(bugrepo...Inkfish1-3/+5
2009-05-22* Fixed some behaviors of additional effects (bugreport:3100,bugreport:2661)Inkfish1-34/+0
2009-05-20* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...Inkfish1-6/+6
2009-05-19Rigged the r13676 modification of battle_calc_weapon_attack to make neutral e...ultramage1-3/+3
2009-05-14* More logical modifications on skill_additional_effect thing. Thanks to ultr...Inkfish1-59/+26
2009-05-13* Sorry for taking 3 steps for this ugly code. Please take it as a compromise...Inkfish1-22/+32
2009-05-13Fixed effects being applied improperly in some rare cases.Inkfish1-3/+9
2009-05-13PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat...Inkfish1-18/+42
2009-05-12- Fixed a bug (important on Battlegrounds if you are using then).zephyrus1-15/+19
2009-05-09* Fixed GX's skill level modifier is missingInkfish1-1/+1
2009-05-07* Fixed splash damage from Baphomet Card might miss. [Inkfish]Inkfish1-30/+28
2009-04-25* Fixed Monster Spiral Pierce not being reduced by Ghostring CardPlaytester1-2/+11
2009-04-25Added an int64 typecast to both the acid demonstration equation (which couldn...ultramage1-3/+3
2009-04-24Fixed a small typo I did in my last Spiral Pierce fix, thanks to Inkfish for ...Playtester1-1/+1
2009-04-24* Lil fix for my last commit. Sorry :)akrus1-1/+1
2009-04-24* Fixed Acid Demonstration (and probably some other skills) working wrong on ...akrus1-1/+1
2009-04-16- Corrected the attack_attr_none setting to behave as it should: for those wh...skotlex1-2/+3
2009-04-15* Monster Spiral Pierce is now a ranged misc attackPlaytester1-3/+4
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-2/+0
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-0/+1
2009-03-04Fixed a crash if for some reason a mob uses Blade Stop.ultramage1-1/+1
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-20/+13
2009-03-03Removed the Blade Stop range check against players.ultramage1-1/+1
2009-03-02Blade Stop status no longer prevents item use and equip changing.ultramage1-1/+1
2009-03-02Just some generic cleanups.ultramage1-28/+25
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow1-0/+3
2009-02-26- Fixed item Nemesis.zephyrus1-26/+101
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-0/+1
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-51/+81