summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-127/+0
2015-05-24map: fix check for correct npc id.Andrei Karas1-1/+9
2015-03-05Replace struct npc_data to TBL_NPC.Andrei Karas1-1/+1
2015-03-05Replace struct map_session_data to TBL_PC.Andrei Karas1-1/+1
2015-01-01map: allow use npc with any id in allowed range.Andrei Karas1-0/+6
2014-12-23Fix hookStop usage.Andrei Karas1-1/+1
2014-12-23map: if got buy command for market npc, show market instead of buy shop.Andrei Karas1-0/+59
2014-12-07Remove npc distance checks because it going to upstream.Andrei Karas1-22/+0
2014-12-04Remove script command setnpcdistance and area distance variable.Andrei Karas1-27/+2
2014-11-30add map flag what prevent from attacking mobs.Andrei Karas1-0/+7
2014-11-29Add checking for npc activate distance.Andrei Karas1-3/+21
2014-11-28fix errror with parsing map flags.Andrei Karas1-1/+1
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-28Add map flag "mask".Andrei Karas1-0/+7
2014-11-27add map flag "invisible". For now unused.Andrei Karas1-0/+22
2014-11-17Allow continue npc script execution if distance to npc bigger than limit.Andrei Karas1-0/+47