summaryrefslogtreecommitdiff
path: root/src/emap/struct
AgeCommit message (Collapse)AuthorFilesLines
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-0/+2
Change plugin version to 12.
2016-01-23Move craft conf related things into separate file.Andrei Karas1-0/+13
Also move itempair struct into separate file.
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-1/+4
2015-10-25Add layer field into wall. For now it used 0 from scripts.Andrei Karas1-0/+1
2015-10-20Add support for item attribute RequiredSkill.Andrei Karas1-0/+1
2015-10-19add mount into pc into packet.Andrei Karas1-0/+1
2015-10-17Add support for insert cards script.Andrei Karas1-0/+1
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas1-0/+18
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name"
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+1
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-0/+1
2015-10-12Add mob db field 'WalkMask' for now unused.Andrei Karas1-0/+12
2015-10-02Add walking mask field to npc struct.Andrei Karas1-0/+1
2015-09-28Update copyright year.Andrei Karas5-5/+5
2015-09-28Add support for team id for battleground players.Andrei Karas1-0/+1
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'.
2015-09-28Add functions for support battleground extension object.Andrei Karas1-0/+12
2015-09-27Add .lang variable to npc for storing language.Andrei Karas1-0/+1
Also add hooks to set/get vars.
2015-08-17Read card limits from item db.Andrei Karas1-0/+8
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas1-0/+1
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas4-0/+77
hercules.