summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Fix buying itemsJared Adams1-1/+1
2009-08-16Prevent buying more items than you can carryJared Adams1-1/+5
2009-08-13Fix single message NPCsJared Adams1-0/+3
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-2/+3
2009-05-03Changed all times to use UTCMadCamel1-1/+1
2009-04-18Fix getting item shop prices from the DBJared Adams1-84/+83
2009-03-09Fix bug in sell systemJared Adams1-3/+0
2009-03-08Remove pet and vending systemsJared Adams1-15/+9
2009-02-28Fix some bugs int he map and char serversJared Adams1-1/+1
2009-02-28Simplify the negative shop price systemJared Adams1-3/+2
2009-02-15Allow shop parsing to continue after bad item nameJared Adams1-11/+14
2009-02-07Add ability to use multiples of item base pricesJared Adams1-0/+3
2009-02-06Add ability to specify item name when making shopsJared Adams1-3/+9
2008-12-30Added OnPCDieEvent and OnPCKillEvent label supportFate1-9/+21
2008-12-05Added table of absolute change to ensure that mob stat mutations are signific...Fate1-56/+0
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-1/+0
2008-10-11Commit magic patch v13Jared Adams1-25/+98
2008-05-08remove an unused var that got left in by mistake.Dennis Friis1-1/+1
2008-05-08When buying from NPC do not stack unstackable items. It might seem like a bet...Dennis Friis1-5/+19
2008-04-02add commentDennis Friis1-1/+1
2008-04-02Fix so you cant sell/buy from NPC SHOP while in a tradeDennis Friis1-0/+4
2008-04-02initial checkinDennis Friis1-0/+2035