summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-13Fixed some skills working on undead element when they were supposed to work o...shadow1-2/+2
2008-06-10Fixed double attack working with unarmed attacks, as reported by Lone Wolf.shadow1-1/+2
2008-06-09Fixed SN_SHARPSHOOTING doing 100% atk less damage than it should, bugreport:1654shadow1-1/+1
2008-06-07Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.ultramage1-1/+2
2008-06-01Added Ai4rei's "gm can view all players' equips" feature (topic:186519).ultramage1-0/+1
2008-05-08- Added some new items and headgears.zephyrus1-2/+7
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-2/+15
2008-05-03NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall.ultramage1-2/+2
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage1-7/+7
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-1/+1
2008-04-18fixed mapserv crash (divide by zero in Earthquake)Lupus1-1/+4
2008-04-18Implemented config setting 'vending_over_max', to let people configure the be...ultramage1-0/+1
2008-04-10* Updated NPC skill "Evil Land". More gravity wtfage.L0ne_W0lf1-3/+3
2008-04-08Fixed party invitation ack messages not displaying on recent clients (bugrepo...ultramage1-1/+1
2008-04-07Magnum Break will now affect traps. See (r12516).Kevin1-0/+1
2008-04-07-Sight rasher now affects the wizard's own and other's icewalls.Kevin1-1/+2
2008-04-07NPC earthquake now divides the atk2 bonus between players. (bugreport:1253)Kevin1-1/+2
2008-03-31fixed aciddemo map server crashLupus1-1/+4
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-12/+15
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-0/+1
2008-03-22Cart Termination now bypasses Parrying and Energy Coat (bugreport:476)ultramage1-5/+7
2008-03-13- Added a fix for Abracadabra, this skills allways should use minimum a Yello...zephyrus1-0/+4
2008-03-09- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...skotlex1-5/+7
2008-03-07- Added config settings mob_active_time and boss_active_time, what they do is...skotlex1-1/+5
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-0/+2
2008-03-05- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.skotlex1-9/+6
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-2/+2
2008-02-27* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)ultramage1-3/+0
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-0/+2
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-16/+22
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-1/+1
2008-02-04- Some code cleanups.zephyrus1-0/+3
2008-01-22- Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity so...skotlex1-4/+0
2008-01-21Fixed battle config loading not applying the side-effects of battle_adjust_co...ultramage1-14/+16
2008-01-20- Fixed a comparison whn doing item searchesskotlex1-2/+3
2008-01-17- Made battle_check_range fail whenever the distance between src/target is gr...skotlex1-1/+5
2008-01-14Simplified the BL_CAST macro (see topic:166795)ultramage1-9/+9
2008-01-13- Updated Safety wall so it does not blocks melee magic.skotlex1-1/+1
2008-01-11- Implemented the extra damage bonus to TK_JUMPKICK when it is used while run...skotlex1-1/+3
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-1/+1
2008-01-10- Removed 'skill_steal_type' from skill.conf as said config no longer exists.skotlex1-8/+0
2008-01-06- Fixed Overthrust's timer not being able to be refreshed when recasting it (...skotlex1-1/+1
2008-01-03Changes to reduce the number of map cell typesultramage1-8/+6
2007-12-29Implemented THE official Steal skill equation and game mechanics (basically v...ultramage1-1/+0
2007-12-22Path code cleaning...ultramage1-7/+8
2007-12-19- Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula...skotlex1-2/+2
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-3/+1
2007-12-12* Some preparations for the guild script updateultramage1-2/+2
2007-12-10- Cleared up npc shop id when warping a player.skotlex1-1/+1
2007-12-05- Made the struct weapon_atk lhw in status_data a static member rather than a...skotlex1-6/+6