summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Fixed bugreport:5649 shura cursed circle now stops mobs from being able to ta...shennetsind1-2/+2
2012-04-29- Updated the unit engine to cache attacker count rather than utilise CPU int...epoque111-4/+4
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-1/+1
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun1-8/+8
2012-04-25Fixed warning on mob.c.greenboxal21-1/+1
2012-04-24Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...greenboxal21-7/+2
2012-04-22Updated Mob AI's target check with new status effects: SC_BITE, SC_VACUUM_EXT...shennetsind1-6/+10
2012-04-21Added mvp tomb system.greenboxal21-0/+62
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-0/+10
2012-04-11yet another minor performance improvement. walking mobs no longer waste bandw...shennetsind1-2/+5
2012-04-11Minor performance improvement. server no longer wastes processing time creati...shennetsind1-1/+2
2012-04-11Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_E...shennetsind1-1/+1
2012-04-09- Spring cleaning of various source filesepoque111-3/+3
2012-03-23* Reading the itemDB checks for extra columns.xazax-hun1-1/+1
2012-03-23Follow up r15777, reworked skill_icewall_block so that it stops any attacks a...shennetsind1-3/+7
2012-03-23Fixed bugreport:3574 Ice Walls finally are able to stop mobs chasing caster, ...shennetsind1-1/+3
2012-03-18- Updated mob_race2_db.txt to apply under RE and non-RE modesepoque111-1/+1
2012-03-18* uncluttered DB paths between REMODE on/off a littlelordttseven1-18/+4
2012-03-05- Guild Castle code cleanup:gepard19841-20/+8
2012-03-01Follow up r15638: the 'sd' party is unnecessary -- when there is no player (e...shennetsind1-2/+2
2012-02-29Removed drop and exp penalties of bosses monsters in renewal. (bugreport:5377)protimus1-1/+2
2012-02-09Fixed clones so that they only cast skills according to the data passed from ...shennetsind1-2/+20
2012-02-01Mob_db `adelay` and `amotion` values sanitizing (related bugreport:3968).gepard19841-2/+4
2012-01-31 * Fixes and improvements related to MVP rewards (bugreport:1259):gepard19841-14/+9
2012-01-30- Removed more trailing tabs.brianluau1-8/+8
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-3/+3
2012-01-26Fixed segmentation fault at server shutdown caused by r15521.gepard19841-1/+1
2012-01-26 * Modified drop system to allow overriding global item drop rates on per-ite...gepard19841-1/+78
2012-01-25Added two picklog types to distinguish regular monster drops (M) from stolen ...gepard19841-1/+1
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-2/+2
2012-01-20Merged TXT removal branch back to trunk.gepard19841-6/+0
2012-01-18Extended @alootid command to support multiple items (default: 10).gepard19841-1/+1
2012-01-18Reorganized picklog functions a bit to reuse some common code.gepard19841-6/+3
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-30/+31
2012-01-12Fixed random monster load order -- affected bloody branch and poring box. spe...shennetsind1-2/+2
2012-01-11Picklog improvements:gepard19841-3/+1
2012-01-09Fixed battle configs `boss_delay_spawn`, `plant_delay_spawn` and `mob_delay_s...gepard19841-1/+19
2012-01-04Re-designed /db/ folder structure as previously discussed.shennetsind1-11/+16
2012-01-04Fixed @mi leaking cloned player stats, bugreport:2280shennetsind1-1/+1
2012-01-04Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD speci...shennetsind1-2/+2
2012-01-04Mobs may now drop pet eggs, bugreport:2968shennetsind1-6/+9
2011-12-30Added support for mob_skill_db_re.txt due to bugreport:5183shennetsind1-0/+7
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind1-1/+1
2011-12-29Follow up to r15306, looks like someone didn't wake up properly.shennetsind1-0/+4
2011-12-29Added support for mob_db_re.txt as per Kenpachi's requestshennetsind1-1/+1
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-16/+12
2011-12-21Fixed soul drain visual effect not being displayed to mobs, bugreport:2980shennetsind1-2/+7
2011-12-18- Follow up to r15155 and r15162 (bugreport:5126)brianluau1-6/+6
2011-12-18mob.c fix after mob_read_sqlskilldb re bugreport:5126calciumkid1-2/+5
2011-12-18mob_read_sqlskilldb func [CalciumKid]calciumkid1-5/+69