summaryrefslogtreecommitdiff
path: root/src/emap/struct
AgeCommit message (Collapse)AuthorFilesLines
2018-07-26Fix compilation after hercules update.Andrei Karas1-1/+1
2018-07-21Implemented commands "hugo" and "linus"acsvln1-0/+1
2018-03-08Add support for identified attribute in item_db.conf.s20180313Andrei Karas1-0/+1
This attribute set on dropped equipment by mobs. Default value true.
2017-08-09Add support for different use actions for items.s20170810Andrei Karas1-0/+2
2017-05-30Add support for creating items with cards in craft.s20170605Andrei Karas1-0/+16
2016-10-02Add support for spawn collision for mobs.s20161024s20161017s20161004Andrei Karas1-0/+3
2016-09-03Add support for MinRange in item_db.Andrei Karas1-0/+2
If weapon used on range smaller than MinRange, weapon not attacking.
2016-09-01Add into mob_db skill type attacks modifier.Andrei Karas1-0/+1
New group in mob_db: SkillAttacks Example: SkillAttacks: { SM_BASH: 5000 // mean SM_BASH skill do 50% of normal damage } Default value is 10000 mean 100%
2016-08-31Add into mob_db weapot type attacks modifier.Andrei Karas1-0/+1
New group in mob_db: WeaponAttacks Example: WeaponAttacks: { Bows: 5000 // mean bow attack do 50% of normal attack } Default value is 10000 mean 100%
2016-07-31Add into item_db.conf support for attribute AllowAmmo for bows.Andrei Karas1-0/+1
This allow limit any arrow/ammo for any bows/guns.
2016-07-31Use VECTOR for allowed cards array.Andrei Karas1-1/+1
2016-07-09Add array and functions for skill extended data.Andrei Karas1-0/+14
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.