Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-26 | Fix compilation after hercules update. | Andrei Karas | 1 | -1/+1 | |
2018-07-21 | Implemented commands "hugo" and "linus" | acsvln | 1 | -0/+1 | |
2018-03-08 | Add support for identified attribute in item_db.conf.s20180313 | Andrei Karas | 1 | -0/+1 | |
This attribute set on dropped equipment by mobs. Default value true. | |||||
2017-08-09 | Add support for different use actions for items.s20170810 | Andrei Karas | 1 | -0/+2 | |
2017-05-30 | Add support for creating items with cards in craft.s20170605 | Andrei Karas | 1 | -0/+16 | |
2016-10-02 | Add support for spawn collision for mobs.s20161024s20161017s20161004 | Andrei Karas | 1 | -0/+3 | |
2016-09-03 | Add support for MinRange in item_db. | Andrei Karas | 1 | -0/+2 | |
If weapon used on range smaller than MinRange, weapon not attacking. | |||||
2016-09-01 | Add into mob_db skill type attacks modifier. | Andrei Karas | 1 | -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-31 | Add into mob_db weapot type attacks modifier. | Andrei Karas | 1 | -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-31 | Add into item_db.conf support for attribute AllowAmmo for bows. | Andrei Karas | 1 | -0/+1 | |
This allow limit any arrow/ammo for any bows/guns. | |||||
2016-07-31 | Use VECTOR for allowed cards array. | Andrei Karas | 1 | -1/+1 | |
2016-07-09 | Add array and functions for skill extended data. | Andrei Karas | 1 | -0/+14 | |
2016-02-14 | Add support for item attribute MaxFloorOffset. | Andrei Karas | 1 | -0/+2 | |
Change plugin version to 12. | |||||
2016-01-23 | Move craft conf related things into separate file. | Andrei Karas | 1 | -0/+13 | |
Also move itempair struct into separate file. | |||||
2015-11-05 | Add pseudo npc varibale .alwaysVisible for show npc from any range on map. | Andrei Karas | 1 | -1/+4 | |
2015-10-25 | Add layer field into wall. For now it used 0 from scripts. | Andrei Karas | 1 | -0/+1 | |
2015-10-20 | Add support for item attribute RequiredSkill. | Andrei Karas | 1 | -0/+1 | |
2015-10-19 | add mount into pc into packet. | Andrei Karas | 1 | -0/+1 | |
2015-10-17 | Add support for insert cards script. | Andrei Karas | 1 | -0/+1 | |
2015-10-16 | Add script function and packet to set group of cells to given mask (gat value) | Andrei Karas | 1 | -0/+18 | |
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name" | |||||
2015-10-13 | Add support for take (pickup) script for items taked from ground by player. | Andrei Karas | 1 | -0/+1 | |
2015-10-13 | Add support for drop script for items dropped by player. | Andrei Karas | 1 | -0/+1 | |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 1 | -0/+12 | |
2015-10-02 | Add walking mask field to npc struct. | Andrei Karas | 1 | -0/+1 | |
2015-09-28 | Update copyright year. | Andrei Karas | 5 | -5/+5 | |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 1 | -0/+1 | |
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'. | |||||
2015-09-28 | Add functions for support battleground extension object. | Andrei Karas | 1 | -0/+12 | |
2015-09-27 | Add .lang variable to npc for storing language. | Andrei Karas | 1 | -0/+1 | |
Also add hooks to set/get vars. | |||||
2015-08-17 | Read card limits from item db. | Andrei Karas | 1 | -0/+8 | |
2015-08-14 | Add basic support for charm items (If item present in inventory it give own ↵ | Andrei Karas | 1 | -0/+1 | |
bonuses) For char item in items.conf need add attribute "Charm: true" | |||||
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 4 | -0/+77 | |
hercules. |