summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06Add a new trade spam systemJared Adams1-0/+3
2009-07-06Revert "Add a new trade spam system"Jared Adams1-19/+16
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb.
2009-07-06Add a new trade spam systemJared Adams1-16/+19
2009-06-25Improved storage saving, derived from ea stable.Dennis Friis1-0/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis1-1/+2
2009-06-17Added extra checks to ensure spell invocations aren't incorrectly deletedFate1-2/+2
2009-06-16Removed unnecessary am-healing flag, incorporated healing packets with ↵Fate1-1/+0
regular opt status flags. This, together with the clientdata update, should fix the stuck healing state.
2009-05-13Add support for sending GM info to playersJared Adams1-0/+1
2009-05-11Don't spam healing changesJared Adams1-0/+1
2009-05-03Fixed antispam to use a timer that doesn't wrapMadCamel1-1/+2
2009-04-09New and improved anti-spam systemMadCamel1-3/+2
2009-03-16Only resume script after divorce if need toJared Adams1-0/+1
2009-03-14Fix some storage-related codeJared Adams1-0/+3
You can't end NPC scripts with openstorage, which will now wait for the user.
2009-03-08Strip some more outJared Adams1-43/+0
2009-03-08Remove pet and vending systemsJared Adams1-46/+1
2009-03-08Remove packet versions from map serverJared Adams1-1/+0
2009-01-31Add functionality for healer XP handlingFate1-0/+2
2008-12-12Added @hugo and @linus commands for iterating over logged-in playersFate1-0/+5
2008-12-11Added @invisible and @visible GM commandsFate1-1/+16
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-1/+17
2008-11-08* Change SLang interpreter time handling to be universally unsignedFate1-1/+1
* Add debug output to SLang guard checking to print why particular guards failed
2008-11-02* Minor cleanup in login serverJared Adams1-0/+5
* 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-26Commit Mantis 509Jared Adams1-0/+4
2008-10-23Commit Mantis tasks 486 and 460Jared Adams1-1/+16
2008-10-11Commit magic patch v13Jared Adams1-19/+60
2008-04-10Add configurable anti spam system, with possible auto ban.Dennis Friis1-1/+6
2008-04-02initial checkinDennis Friis1-0/+705