summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-20Add support for item attribute RequiredSkill.Andrei Karas1-1/+2
2015-10-19Add extended mount support.Andrei Karas1-1/+6
2015-10-19add mount into pc into packet.Andrei Karas1-1/+8
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-17Add support for insert cards script.Andrei Karas1-0/+31
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-8/+37
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-0/+36
2015-10-01Add missing post suffix.Andrei Karas1-7/+7
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-19Fix compilation errors after last changes.Andrei Karas1-2/+3
2015-08-17Done allow insert card if it not presetn in AllowCards list and this list ↵Andrei Karas1-1/+1
present.
2015-08-17Add support for card limits.Andrei Karas1-0/+37
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-16Fix compilation after HPM update in server.Andrei Karas1-0/+2
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas1-0/+56
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-08-13Add support for sending all equipped items with cards from char server.Andrei Karas1-26/+0
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas1-18/+98
Change server version to 7.
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+309
hercules.