Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-16 | Apply WalkSpeed attribute from job_db.conf. | Andrei Karas | 1 | -0/+4 | |
2015-04-10 | map: add support for own job names. | Andrei Karas | 1 | -0/+2 | |
2015-04-08 | Add to item_db.conf item attributes for equip/unequip effects. | Andrei Karas | 1 | -0/+6 | |
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: check required item attributes also on use item. | Andrei Karas | 1 | -1/+1 | |
2015-04-02 | map: add post hook for checking is possible equip item. | Andrei Karas | 1 | -0/+2 | |
2015-03-05 | Replace struct flooritem_data to TBL_ITEM. | Andrei Karas | 1 | -1/+1 | |
2015-03-05 | Replace struct map_session_data to TBL_PC. | Andrei Karas | 1 | -6/+6 | |
2015-01-17 | map: change exp table validation for only used classes. | Andrei Karas | 1 | -0/+2 | |
2015-01-10 | Revert "map: overload job/class related functions." | Andrei Karas | 1 | -10/+0 | |
This reverts commit 1d34b1d90999a9dda263c8235e5036d7b6179fa5. | |||||
2015-01-10 | map: overload job/class related functions. | Andrei Karas | 1 | -0/+10 | |
2014-12-24 | Impliment AllowPickup item_db.conf option. | Andrei Karas | 1 | -0/+2 | |
2014-11-30 | add map flag what prevent from attacking mobs. | Andrei Karas | 1 | -0/+2 | |
New map flag: nopve | |||||
2014-11-22 | map: show most slots on item equip/unequip. | Andrei Karas | 1 | -0/+4 | |
2014-11-14 | store character language in script variables. | Andrei Karas | 1 | -0/+2 | |
2014-11-14 | Add internal variable with client version. | Andrei Karas | 1 | -0/+14 | |
New variable: ClientVersion |