summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Initial support for skill poolsFate1-0/+107
2009-07-15Add a function that unequips a particular type of equipment from a playerFreeyorp1-1/+25
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-6/+6
2009-06-22Addes the fakenpcname script functionChuck Miller1-1/+29
2009-06-06Fix 2nd parameter being truly optional on misceffect. Document it too.Dennis Friis1-4/+5
2009-06-06Add support for optional charname target to script function misceffect.Dennis Friis1-2/+10
2009-05-30Added documentation for several eAthena extensions. Moved OnPCKillEvent magi...Fate1-2/+1
2009-05-16Added sc_check command to determine whether a given status change is activeFate1-0/+18
2009-05-15builtin_menu: allocate memory for terminator byteFate1-1/+1
2009-05-14Merge branch 'master' of git@gitorious.org:tmw-eathena/mainlineFate1-5/+8
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-3/+6
2009-05-13menu command: skip all options after (and including) the first option with a ...Fate1-8/+20
2009-05-13Cleans up the net code for effectsChuck Miller1-2/+2
2009-05-12Add a script function to see if the player is deadJared Adams1-2/+15
2009-05-03Changed all times to use UTCMadCamel1-3/+3
2009-04-22Added 'shop' command to trigger a nearby shopMadCamel1-1/+22
2009-03-16Only resume script after divorce if need toJared Adams1-1/+4
2009-03-16Now possible to divorce when partner is offlineMadCamel1-0/+3
2009-03-14Fix some storage-related codeJared Adams1-3/+12
2009-03-11FIx a bug dealing with storage and scriptingJared Adams1-0/+1
2009-03-08Remove pet and vending systemsJared Adams1-262/+12
2009-03-02Add another function for checking player locationJared Adams1-1/+28
2009-03-01Allow divorce function to be used as a conditionJared Adams1-1/+1
2009-01-31Add functionality for healer XP handlingFate1-1/+1
2009-01-23Allow getitemname to take a stringJared Adams1-7/+17
2009-01-11Added setskill script command to set skill levels permanently.Fate1-0/+22
2009-01-10Added `isat' scripting commandFate1-0/+26
2008-12-28Add a fuction to add a timer to all PCs in an areaJared Adams1-2/+40
2008-12-25Remove some unused skill stuffJared Adams1-16/+0
2008-12-03Replaced use of rand()%range by peavey's MRAND() macro after complaints about...Fate1-2/+2
2008-11-22Recompute character status after `nude' script commandFate1-2/+3
2008-11-02* Minor cleanup in login serverJared Adams1-2/+1
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