summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS1-1/+1
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS1-3/+3
2009-01-20- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...zephyrus1-2/+14
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-10-01Kaupe will now trigger from mobs, homuns and mercenaries, as well. (bugreport...L0ne_W0lf1-4/+2
2008-09-10- Full implementation of mercenary skills.zephyrus1-31/+51
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-2/+2
2008-09-03- Starting Mercenary Skill implementation.zephyrus1-0/+2
2008-09-01- Supportive Skill Behavior for Mercenaries:zephyrus1-13/+13
2008-09-01- More code for mercenaries and starting work on restrictions.zephyrus1-7/+7
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-41/+47
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+1
2008-08-21- Big update to Basilica, implementing official behavior.zephyrus1-7/+5
2008-08-20- Removed my barricade implementation. Not required in WoE SE.zephyrus1-3/+0
2008-08-15* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres...sketchyphoenix1-1/+1
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix1-0/+2
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-3/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-0/+1
2008-07-09Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805shadow1-1/+1
2008-07-04* Homunculus will no longer auto-vaporize on master death.L0ne_W0lf1-0/+1
2008-07-03Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u...shadow1-2/+3
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