summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-19/+20
2008-11-03Correct src/map/battle.c to use new clarified macro.Dennis Friis1-6/+6
2008-11-03Convert src/map/battle.c to use RAND macros, should give a more balanced ↵Dennis Friis1-65/+65
gameplay is the theory at least. More to be converted later after some testing.
2008-11-02* Minor cleanup in login serverJared Adams1-2/+4
* Char server now records client version and reports it to map server * Map server will now report all skills (even ones with dangerous indices) for client version 1 and above * Use status change val1 (instead of val2) index for speed potions, so that they can be triggered more easily from within scripts * Item database now also keeps track of the effect that items have on the spower stat * spower is now based on level + int*2 + modifier (see last point) * Minor bugfixes in support functionality for the SLang interpreter - Do not restart the map server without also restarting the char server, as the interserver protocol has changed slightly! (patch by fate)
2008-10-25Commit Mantis 504Jared Adams1-2/+7
2008-10-11Commit magic patch v13Jared Adams1-4/+33
2008-10-04relax dropstealing protection. Mantis #429, patch by fate.Dennis Friis1-0/+2
2008-04-10Add configurable anti spam system, with possible auto ban.Dennis Friis1-1/+32
2008-04-02initial checkinDennis Friis1-0/+5374