summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-25Remove some unused skill stuffJared Adams1-16/+0
This is in preperation of using passive skills
2008-12-03Replaced use of rand()%range by peavey's MRAND() macro after complaints ↵Fate1-2/+2
about script randomness
2008-11-22Recompute character status after `nude' script commandFate1-2/+3
2008-11-02* Minor cleanup in login serverJared Adams1-2/+1
* 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-30Commit Mantis 519: `pow' function for eAthena scriptingJared Adams1-0/+18
2008-10-27Commit Mantis 518: Monster Oil quest crashes serverJared Adams1-2/+2
2008-10-11Commit magic patch v13Jared Adams1-1/+61
2008-04-02initial checkinDennis Friis1-0/+6700