summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+4
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-0/+5
2015-10-01Add missing post suffix.Andrei Karas1-3/+3
2015-10-01Rename some functions in same way like it named in server.Andrei Karas1-1/+1
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-17Add support for card limits.Andrei Karas1-0/+2
Into item db to item need add AllowCards group. In format id: amount If AllowCards not present, all cards allowed. Example: AllowCards: { id5001: 2 id5002: 1 }
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas1-0/+12
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas1-1/+1
Change server version to 7.
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+42
hercules.