summaryrefslogtreecommitdiff
path: root/src/emap/data
AgeCommit message (Collapse)AuthorFilesLines
2021-04-10Drop support for skill attack rate adjustment; Add support to Elemental adjust.Jesusaves1-2/+3
This is to save RAM power.
2018-11-02Fix compilation warning in itemd_get_by_item.Andrei Karas2-2/+2
2018-07-21Implemented commands "hugo" and "linus"acsvln1-0/+1
2018-03-08Add support for identified attribute in item_db.conf.Andrei Karas1-0/+1
This attribute set on dropped equipment by mobs. Default value true.
2017-08-09Add support for different use actions for items.Andrei Karas1-0/+1
2016-10-02Add support for spawn collision for mobs.Andrei Karas1-0/+3
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-09-01Add into mob_db skill type attacks modifier.Andrei Karas1-0/+2
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/+2
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-09Move misc effect id for mass provoke skill into skills configuration.Andrei Karas2-6/+25
2016-07-09Add array and functions for skill extended data.Andrei Karas2-0/+51
2016-06-19Allow full npc copy in instances.Andrei Karas2-0/+14
2016-03-30Add missing checks.Andrei Karas3-1/+6
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-0/+2
Change plugin version to 12.
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.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-18Rename malloc.h to memmgr.h in includes.Andrei Karas6-6/+6
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-10-12Using 'WalkMask' in monsters moving.Andrei Karas2-0/+13
2015-10-12Add mob db field 'WalkMask' for now unused.Andrei Karas2-0/+52
2015-10-02Add walking mask field to npc struct.Andrei Karas1-0/+1
2015-09-28Remove debug comments.Andrei Karas1-5/+0
2015-09-28Update copyright year.Andrei Karas10-10/+10
2015-09-28Add support for team id for battleground players.Andrei Karas2-0/+6
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'.
2015-09-28Add functions for support battleground extension object.Andrei Karas2-0/+52
2015-09-27Add .lang variable to npc for storing language.Andrei Karas1-0/+1
Also add hooks to set/get vars.
2015-08-17Add support for card limits.Andrei Karas1-2/+0
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 Karas1-0/+1
2015-08-16Fix compilation after HPM update in server.Andrei Karas4-2/+10
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 Karas8-0/+244
hercules.