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 | 8 | -244/+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. | |||||
2015-03-05 | Replace struct npc_data to TBL_NPC. | Andrei Karas | 2 | -2/+2 | |
2015-03-05 | Replace struct map_session_data to TBL_PC. | Andrei Karas | 2 | -2/+2 | |
2015-02-20 | Add support for online list packets. | Andrei Karas | 1 | -0/+1 | |
2015-02-20 | add packet to get state from client. | Andrei Karas | 1 | -0/+1 | |
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 | 2 | -0/+10 | |
2014-12-18 | Add itemdb plugin structure. | Andrei Karas | 2 | -0/+53 | |
2014-12-04 | Remove script command setnpcdistance and area distance variable. | Andrei Karas | 1 | -1/+0 | |
Now it in upstream. | |||||
2014-11-30 | add map flag what prevent from attacking mobs. | Andrei Karas | 1 | -0/+1 | |
New map flag: nopve | |||||
2014-11-29 | Add checking for npc activate distance. | Andrei Karas | 1 | -0/+2 | |
2014-11-29 | Set default npc gender to 3 (no gender). | Andrei Karas | 2 | -5/+6 | |
2014-11-28 | Set default map mask to 1. | Andrei Karas | 1 | -1/+1 | |
2014-11-28 | Add empty extension object to npc. | Andrei Karas | 2 | -0/+48 | |
2014-11-28 | Move data files into data directory. | Andrei Karas | 4 | -0/+110 | |