summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-24Venom Splasher and Gloria Domini fixes and updatesDracoRPG1-15/+13
2007-07-19Added delay_dependon_agi since people actually use and need it...ultramage1-0/+2
2007-07-09A rather ugly fix to fix knockback for Firewall, Stormgust and Sanctuaryultramage1-6/+2
2007-07-06* Cleaned up some nasty code related to skill_blownultramage1-4/+5
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+2
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-7/+10
2007-05-19Reformatting @_@ultramage1-39/+26
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage1-10/+10
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-2/+6
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex1-4/+3
2007-04-23- Fixed a compilation problem with the pid pluginultramage1-1/+1
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-5/+4
2007-04-15- Fixed battle_getenemy picking dead characters.skotlex1-23/+23
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-2/+2
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-3/+4
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-22/+2
2007-04-02- Re-fixed the attack_attr_none setting x_Xskotlex1-2/+2
2007-04-02- Corrected the login TXT server not initializing the waiting_disconnect vari...skotlex1-1/+1
2007-03-30- Corrected damage of non-player casted Cart Revolutionskotlex1-1/+1
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-14/+5
2007-03-22- Removed unused bIgnoreDefMob skotlex1-6/+4
2007-03-20- Removed Magic Rod's cast bar.skotlex1-0/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-23/+24
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-11/+21
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex1-1/+1
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-2/+2
2007-03-06- Corrected the define for NK no cardfix (def).skotlex1-1/+1
2007-03-05- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attack...skotlex1-12/+16
2007-03-05- Soul Breaker no longer ignores elemental adjustments.skotlex1-4/+2
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex1-3/+10
2007-03-02- Modified set_reg so that it returns whether it succeeded or not in setting ...skotlex1-75/+56
2007-02-26- NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on...skotlex1-1/+2
2007-02-25- You are allowed to expel guild mates that are not online now.skotlex1-3/+1
2007-02-24Fixed a typo in r9906 (C language restriction)ultramage1-1/+1
2007-02-23- The NK value of the skill_db has been made a hexadecimal value, and expande...skotlex1-143/+48
2007-02-23- Minor cleanupsskotlex1-1/+5
2007-02-23- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag...skotlex1-1/+1
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-15/+2
2007-02-13- Required Weapon, ammo, and skill state are now only checked on begin castin...skotlex1-8/+4
2007-02-09- Fixed skill range considerations using skill_get_range rather than skill_ge...skotlex1-3/+3
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-3/+3
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-64/+38
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