summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-14Fine-tuned poison: lower HP further and slow down health item regenerationFate1-2/+2
2009-03-08Strip some more outJared Adams1-150/+1
2009-03-08Remove pet and vending systemsJared Adams1-35/+2
2009-01-04Fix a type bug in exp formula and add modified expJared Adams1-1/+2
2009-01-03Add a function to calculate mob exp based on statsJared Adams1-0/+23
2008-12-05Finished bounding XP boni by absolute valuesFate1-2/+19
2008-12-05Added table of absolute change to ensure that mob stat mutations are signific...Fate1-0/+27
2008-12-03Award 200% / 250% ... / 300% for two to six combatants against the same monsterFate1-2/+11
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-13/+169
2008-11-03Convert src/map/mob.c to use RAND macros since testing of first conversion we...Dennis Friis1-51/+51
2008-10-12Don't forget to check 'src' for 0, as is done later on as wellBjørn Lindeijer1-1/+1
2008-10-11Commit magic patch v13Jared Adams1-1/+10
2008-09-28Commit Mantis 440: eAthena patch to strip whitespace from item and monster DBsJared Adams1-0/+1
2008-04-02initial checkinDennis Friis1-0/+4216