Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -68/+0 | |
hercules. | |||||
2015-04-08 | Add to item_db.conf item attributes for equip/unequip effects. | Andrei Karas | 1 | -0/+2 | |
New attributes: UnequipEffect - send this effect to client if unequip item was success UnequipFailEffect - send this effect to client if unequip item was fail For equip events used same attributes like for use. | |||||
2015-04-08 | Add to item_db.conf item attributes for use effects. | Andrei Karas | 1 | -0/+2 | |
New attributes: useEffect - send this effect to client if use item was success useFailEffect - send this effect to client if use item was fail | |||||
2015-04-02 | map: add new attributes to item_db. | Andrei Karas | 1 | -0/+2 | |
New attributes RequiredDef, RequiredMDef. | |||||
2015-04-02 | map: add some more attributes into item_db. | Andrei Karas | 1 | -0/+5 | |
Added RequiredMaxHp, RequiredMaxSp, RequiredAtk, RequiredMAtkMin, RequiredMAtkMax | |||||
2015-04-02 | Add item_db attributes for limit item usage. | Andrei Karas | 1 | -0/+6 | |
Added attributesRequiredStr, RequiredAgi, RequiredVit, RequiredInt, RequiredDex, RequiredLuk. Check this attributes before equip item. | |||||
2014-12-24 | Add into item_db.conf option AllowPickup, by default true. | Andrei Karas | 1 | -0/+1 | |
It allow pickup item from ground. | |||||
2014-12-18 | Impliment FloorLifeTime in item_db.conf | Andrei Karas | 1 | -0/+9 | |
2014-12-18 | Add itemdb plugin structure. | Andrei Karas | 1 | -0/+41 | |