summaryrefslogtreecommitdiff
path: root/src/emap/data/itemd.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-02Fix compilation warning in itemd_get_by_item.Andrei Karas1-1/+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/+1
2016-09-03Add support for MinRange in item_db.Andrei Karas1-0/+1
If weapon used on range smaller than MinRange, weapon not attacking.
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-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-0/+2
Change plugin version to 12.
2015-10-20Add support for item attribute RequiredSkill.Andrei Karas1-0/+1
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/+1
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-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-17Read card limits from item db.Andrei Karas1-0/+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/+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 Karas1-0/+68
hercules.