Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Move misc effect id for mass provoke skill into skills configuration. | Andrei Karas | 2 | -6/+25 | |
2016-07-09 | Add array and functions for skill extended data. | Andrei Karas | 2 | -0/+51 | |
2016-06-19 | Allow full npc copy in instances. | Andrei Karas | 2 | -0/+14 | |
2016-03-30 | Add missing checks. | Andrei Karas | 3 | -1/+6 | |
2016-02-14 | Add support for item attribute MaxFloorOffset. | Andrei Karas | 1 | -0/+2 | |
Change plugin version to 12. | |||||
2015-11-05 | Add pseudo npc varibale .alwaysVisible for show npc from any range on map. | 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-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 6 | -6/+6 | |
2015-10-17 | Add support for insert cards script. | Andrei Karas | 1 | -0/+1 | |
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 | Using 'WalkMask' in monsters moving. | Andrei Karas | 2 | -0/+13 | |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 2 | -0/+52 | |
2015-10-02 | Add walking mask field to npc struct. | Andrei Karas | 1 | -0/+1 | |
2015-09-28 | Remove debug comments. | Andrei Karas | 1 | -5/+0 | |
2015-09-28 | Update copyright year. | Andrei Karas | 10 | -10/+10 | |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 2 | -0/+6 | |
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 | 2 | -0/+52 | |
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 | Add support for card limits. | Andrei Karas | 1 | -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-17 | Read card limits from item db. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 4 | -2/+10 | |
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 | 8 | -0/+244 | |
hercules. |