summaryrefslogtreecommitdiff
path: root/src/emap
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19Fix compilation errors after last changes.Andrei Karas3-8/+14
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 Karas4-2/+40
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-17Read card limits from item db.Andrei Karas3-0/+36
2015-08-16Add packet with cards and other attributes for dropped item on ground.Andrei Karas3-0/+49
2015-08-16Add packet with cards and other attributes for visible item on ground.Andrei Karas3-0/+48
2015-08-16Fix compilation after HPM update in server.Andrei Karas23-60/+63
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas8-0/+118
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 Karas2-27/+2
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas6-29/+336
Change server version to 7.
2015-08-05Add workaround for allow always npc script execution after warping.Andrei Karas3-0/+9
In hercules it not enabled because Gravity client have issue if warp to other map.
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas50-0/+4584
hercules.