summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-309/+0
2015-04-16Apply WalkSpeed attribute from job_db.conf.Andrei Karas1-0/+16
2015-04-10map: add support for own job names.Andrei Karas1-0/+12
2015-04-08Add to item_db.conf item attributes for equip/unequip effects.Andrei Karas1-0/+37
2015-04-08Add to item_db.conf item attributes for use effects.Andrei Karas1-1/+20
2015-04-04map: fix compilation error.Andrei Karas1-3/+3
2015-04-02map: add new attributes to item_db.Andrei Karas1-0/+2
2015-04-02map: add some more attributes into item_db.Andrei Karas1-1/+7
2015-04-02map: check required item attributes also on use item.Andrei Karas1-1/+1
2015-04-02Add item_db attributes for limit item usage.Andrei Karas1-0/+14
2015-04-02map: add post hook for checking is possible equip item.Andrei Karas1-0/+14
2015-03-05Replace struct flooritem_data to TBL_ITEM.Andrei Karas1-1/+1
2015-03-05Replace struct map_session_data to TBL_PC.Andrei Karas1-6/+6
2015-02-24map: add missing checks.Andrei Karas1-0/+6
2015-01-17map: change exp table validation for only used classes.Andrei Karas1-0/+16
2015-01-10Revert "map: overload job/class related functions."Andrei Karas1-42/+0
2015-01-10map: overload job/class related functions.Andrei Karas1-0/+42
2014-12-24Impliment AllowPickup item_db.conf option.Andrei Karas1-0/+20
2014-12-24Fix compilation warnings.Andrei Karas1-1/+3
2014-12-23Fix hookStop usage.Andrei Karas1-5/+6
2014-11-30add map flag what prevent from attacking mobs.Andrei Karas1-0/+20
2014-11-28Move data files into data directory.Andrei Karas1-1/+1
2014-11-28Move struct files into struct directory.Andrei Karas1-1/+1
2014-11-26fix compilation warnings.Andrei Karas1-1/+0
2014-11-23map: send player own extended slots equipped items.Andrei Karas1-1/+5
2014-11-22map: show most slots on item equip/unequip.Andrei Karas1-0/+76
2014-11-14store character language in script variables.Andrei Karas1-0/+16
2014-11-14Add internal variable with client version.Andrei Karas1-0/+29