summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-29- Some small bug fixes discovered while merging.skotlex1-2/+2
2006-07-27- Removed a redeclared variable i in the parsing of the fame list (char-txt s...skotlex1-1/+0
2006-07-27* Fix homunc & code cleanup [Toms] toms1-1/+4
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex1-2/+2
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex1-1/+1
2006-07-21- Added a check to prevent Blind from ending while standing on a fog of wall.skotlex1-10/+15
2006-07-19- Oops, should have fixed sql compilation of mob.cskotlex1-7/+1
2006-07-19- Fixed the inf code update breakage which was blocking all offensive skills.skotlex1-7/+1
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-0/+6
2006-07-18- Fixed a compile warning. Some minor format cleanups.skotlex1-9/+0
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-2/+4
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly w...skotlex1-4/+0
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-18/+53
2006-07-11- Fixed mob.c compilation...skotlex1-1/+1
2006-07-11- Coded @reset.skotlex1-14/+14
2006-06-29* [Fixed] Lance1-9/+12
2006-06-28- Fixed a compile warning in the login txt/sql server.skotlex1-2/+2
2006-06-24* [Optimized]: Lance1-5/+9
2006-06-23- Updated BD_INTOABYSS's unit flag to not affect mobs.skotlex1-6/+12
2006-06-22- Fixed the compile error in mob.cskotlex1-8/+9
2006-06-22* [Removed]: Lance1-6/+8
2006-06-19- Moved back Soul Drain code from mob_dead to skill_counter_additional_effect...skotlex1-8/+0
2006-06-18- Fix for #102547Lance1-1/+1
2006-06-18* [Removed]: Lance1-1/+0
2006-06-17* [Added]: Lance1-4/+4
2006-06-16- Removed unused variable aspd_rate in map_session_data.skotlex1-2/+2
2006-06-16- Whoops, fixed compilation issue on mob_dead.skotlex1-1/+1
2006-06-16- Removed db_tables.sql as it's no longer used.skotlex1-0/+5
2006-06-16- Removed return from CALLBACK_ASSISTLance1-3/+1
2006-06-16git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7204 54...Lance1-0/+1
2006-06-16* [Improved]: Lance1-39/+29
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-2/+2
2006-06-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7045 54...Lance1-1/+4
2006-06-07- Fixed the mob state not being set to Berserk/Angry correctly after the mob ...skotlex1-0/+4
2006-06-07- Added config setting mob_npc_warp, when set to yes, enables mobs to be warp...skotlex1-1/+24
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-20/+4
2006-06-07- Moved souldrain code from skill_counter_additional_effect to mob_dead. It s...skotlex1-0/+8
2006-06-07- Solved an ambiguous if in mob_dead.skotlex1-1/+3
2006-06-07* [Improved]:Lance1-3/+7
2006-06-07* [Fixed]:Lance1-1/+2
2006-06-06- Some cleaning of mob_damage, added a default case when attacked to retaliat...skotlex1-13/+16
2006-06-06- The monsters can level up setting will not take effect when the mob's level...skotlex1-2/+2
2006-06-06- cleaned up status_check_skilluse some to use status_data variables.skotlex1-9/+8
2006-06-05- Fixed a crash when using SL_SMA and the "combo" ain't ready.skotlex1-1/+2
2006-06-05- Fog of Wall won't affect the caster now in any way.skotlex1-0/+2
2006-06-02- Some cleaning of the mob slave ai. skotlex1-15/+9
2006-06-02- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting th...skotlex1-4/+0
2006-06-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6927 54...Lance1-1/+1
2006-06-02[Fixed] Lance1-1/+1
2006-06-01- Corrected setting slaves_inherit_mode to not apply to morphosis skills.skotlex1-1/+1