summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
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