summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-01- Added support for mob skill target 'randomtarget', when specified, it will ...skotlex1-3/+35
2007-01-30- Corrected char deletion not working (column is called homun_id, not hom_id...)skotlex1-9/+1
2007-01-27Removed useless read-from-GRF featuresDracoRPG1-12/+0
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-3/+5
2007-01-24- Also fixed the battle config setting guild castle defense :xskotlex1-1/+1
2007-01-24- Cleaned up some more the Joint Beat implementation, so the status don't tak...skotlex1-5/+4
2007-01-23- Moved the homunculus setting from pet.conf to homunc.confskotlex1-1/+1
2007-01-22- Reverted the battle_calc_return_damage code as the previous one was correct...skotlex1-4/+3
2007-01-15- Fixed Joint Beat's speed penalty.skotlex1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-8/+8
2007-01-03- Now the server will by default perform symmetric adding of friendsultramage1-1/+1
2007-01-03- JK_JOINTBEAT as described in:FlavioJS1-16/+17
2007-01-03- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.ultramage1-1/+1
2007-01-02- Fixed SC_JOINTBEAT not doing crit damage for the Neck Break ailment.FlavioJS1-4/+4
2006-12-31Made High Speed Cart Ram (WS_CARTTERMINATION) ignore Crusader's Guard and Shi...DracoRPG1-1/+2
2006-12-26- Fixed some warningsskotlex1-7/+3
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-2/+2
2006-12-19- Fixed the setting hom_setting not being read at all.skotlex1-1/+1
2006-12-18- Added hom_setting to specify which homunculus 'quirks' are in effect. The d...skotlex1-2/+4
2006-12-14- Removed "mobs being enemies of each other all the time" because, even thoug...skotlex1-1/+1
2006-12-13- Additional damage bonuses (True Sight, EDP, Assassin Link, Crusader Link, C...skotlex1-26/+30
2006-12-13- Fixed mobs being unable to attack anything... @.@skotlex1-16/+14
2006-12-12- Mobs now by default are "everyone's" enemy, so mobs are able to hit each an...skotlex1-12/+15
2006-12-12- Minor changes to ers.FlavioJS1-1/+1
2006-12-12- Removed CART_MASK as OPTION_CART can take care of that.skotlex1-1/+1
2006-12-11- Spirit of Sin and Enchant Deadly Poison now stack.skotlex1-11/+10
2006-11-29- Added overflow protection to @main whisper parsing.skotlex1-1/+2
2006-11-28- Moved the blocking of casting supportive skills on homunculus from battle_c...skotlex1-3/+1
2006-11-24- Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ...skotlex1-1/+1
2006-11-22- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...skotlex1-2/+2
2006-11-21- Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha...skotlex1-0/+1
2006-11-21- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.skotlex1-0/+3
2006-11-20- The max level of NPC_SPLASHATTACK is now 1.skotlex1-1/+7
2006-11-16- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. F...skotlex1-9/+10
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-0/+3
2006-11-09- Fixed Desperado's hit-rate.skotlex1-1/+0
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-1/+5
2006-11-06- Corrected Ground Drift. Splash range of 3x3, stackable and placeable undern...skotlex1-7/+12
2006-11-06- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.skotlex1-2/+4
2006-10-30- Corrected GS skill ranges using Aegis data. All their targetted skills have...skotlex1-0/+2
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-3/+5
2006-10-25- Made the exp bonus settings be adjustable:skotlex1-0/+7
2006-10-24- Cleaned up the "show_steal_in_party" setting so it only takes effect when t...skotlex1-5/+3
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...skotlex1-4/+0
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-4/+4
2006-10-20- Added config setting "summon_flora_setting", which it you can decide now tw...skotlex1-2/+5
2006-10-16- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attack...skotlex1-2/+4
2006-10-16- Applied most of Mpeg's work on Ninja Skills. For information see: http://gp...skotlex1-34/+39
2006-10-13- Corrected Throw Arrow/Musical Strike's damage formulaskotlex1-1/+1
2006-10-09- sc_cast_cancel is now a type 4 setting.skotlex1-1/+1