summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-3/+3
2011-12-15monsters no longer use rudeattacked skills when they receive reflected damage...shennetsind1-1/+0
2011-12-14NPC_KEEPING no longer remains on monster after its class is changed, bugrepor...shennetsind1-1/+1
2011-12-14Renamed RRMODE to REMODEshennetsind1-3/+3
2011-12-06Fixed Performance Issue on Mob DB loading bugreport:4980shennetsind1-2/+2
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-4/+23
2011-09-08* Fix C++ compilation issues.flaviojs1-11/+15
2011-09-02- Fixed @reloadmobdb wiping out monster spawn informationSkotlex1-0/+3
2011-08-11- Fixed the add_drop code breakage which ocurred after adding support for SP_...Skotlex1-4/+5
2011-08-07Minor item-related updates, and a couple quest database updates.L0ne_W0lf1-3/+4
2011-07-11* Added bonus3 bAddClassDropItem, care of Epoque.L0ne_W0lf1-1/+2
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-10/+10
2011-05-17* Improved error reporting during monster database and spawn data reading.ai4rei1-16/+21
2011-05-14* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...ai4rei1-1/+1
2011-05-14* Some NPC event related cleaning.ai4rei1-22/+24
2011-05-14* Removed impossible condition in mob_parse_dataset as spawn_data::eventname ...ai4rei1-5/+1
2011-05-14* Fixed map-server printing deprecation message, when monster event label was...ai4rei1-2/+2
2011-04-16* Some cleanups related to player and monster states.ai4rei1-2/+2
2011-04-07* Fixed monster skill associated emotions were always ignored when having les...ai4rei1-1/+1
2011-03-22* Fixed possible client crash when monster is class-changing to mob_avail'd one.Gepard1-1/+1
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-12/+12
2011-01-08- Removed extra slashes in item_db.txt (bugreport:4686)brianluau1-1/+1
2010-12-26* Fixed items, that get dropped at 100% chance, being reported in @iteminfo a...ai4rei1-2/+2
2010-12-12* Fixed homunculus_autoloot not working with skill/item granted drops and loo...ai4rei1-4/+4
2010-12-12* Fixed killed monsters were assumed to be killed by homunculus only, if no d...ai4rei1-5/+12
2010-12-12* Added enumeration for monster damage log field 'flag'.ai4rei1-11/+11
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-11/+11
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-11/+11
2010-12-02* Added support for IT_CASH to @iteminfo, logging filters and item drop rate ...ai4rei1-0/+1
2010-12-02Monsters spawned with mob-generating items now have MD_ANGRY applied to them.L0ne_W0lf1-1/+1
2010-12-01* Fixed NPC_TALK message being displayed with EOL character attached (bugrepo...ai4rei1-1/+19
2010-12-01* Reverted change from r14533 and restored the 3rd field of mob_avail.txt bei...ai4rei1-2/+2
2010-12-01* Monster database reading now utilizes sv_readdb.ai4rei1-232/+99
2010-11-30* Added a define for star gladiator feel/hate info array length (follow up to...ai4rei1-2/+2
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-1/+0