summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Reimpliment script function getareadropitem with additional parameter.Andrei Karas3-0/+61
2015-01-02Add script command to call timer on players in area.Andrei Karas3-0/+39
2015-01-01add script function for check is player dead or not.Andrei Karas3-1/+13
2015-01-01Add script function for unequip item by id.Andrei Karas3-2/+29
2015-01-01map: allow use npc with any id in allowed range.Andrei Karas3-0/+9
2014-12-31add script function what return current map name.Andrei Karas3-0/+15
2014-12-24Impliment AllowPickup item_db.conf option.Andrei Karas3-0/+23
2014-12-24Add into item_db.conf option AllowPickup, by default true.Andrei Karas3-0/+7
2014-12-24Fix compilation warnings.Andrei Karas5-11/+24
2014-12-24map: If FloorLifeTime < 0 put item on ground forever.Andrei Karas1-1/+2
2014-12-23Fix hookStop usage.Andrei Karas6-14/+39
2014-12-23map: if got buy command for market npc, show market instead of buy shop.Andrei Karas3-0/+62
2014-12-19Allow move from sit state.Andrei Karas3-0/+143
2014-12-18Impliment FloorLifeTime in item_db.confAndrei Karas5-0/+64
2014-12-18Read paramater FloorLifeTime from item_db.Andrei Karas3-4/+23
2014-12-18Add itemdb plugin structure.Andrei Karas3-0/+65
2014-12-17Remove script function getnpcclass because it already in upstream.Andrei Karas3-30/+0
2014-12-17Allow "use" pet eggs.Andrei Karas3-0/+39
2014-12-07Remove script functions setpcsit/getpcsit.Andrei Karas3-63/+0
2014-12-07Remove script command getnpcdir because going to upstream.Andrei Karas3-30/+0
2014-12-07Remove npc distance checks because it going to upstream.Andrei Karas3-25/+0
2014-12-04Remove script command setnpcdistance and area distance variable.Andrei Karas6-45/+2
2014-12-03map: add part channel packet.Andrei Karas3-2/+45
2014-12-03map: add join channel packets.Andrei Karas5-8/+82
2014-12-02map: dont send additional byte in npc namesAndrei Karas1-1/+1
2014-11-30char: add init default map.Andrei Karas1-4/+2
2014-11-30add map flag what prevent from attacking mobs.Andrei Karas6-0/+35
2014-11-30Add script command for change npc dialog title.Andrei Karas5-0/+33
2014-11-30Add script command for change music.Andrei Karas6-1/+34
2014-11-30map: send full moving path to client.Andrei Karas5-5/+55
2014-11-29Add script command for request multiply items from client to npc.Andrei Karas3-1/+56
2014-11-29Add script function for request item from player to npc.Andrei Karas3-0/+51
2014-11-29add script command for clear npc window.Andrei Karas3-0/+8
2014-11-29Add script command for control npc avatar.Andrei Karas3-0/+35
2014-11-29Add script command to set distance to npc where clicks/selection can work.Andrei Karas3-0/+18
2014-11-29Add checking for npc activate distance.Andrei Karas3-3/+24
2014-11-29Add script command for move camera to relative pixel position.Andrei Karas3-0/+10
2014-11-29Add script command for move camera to absolute pixel position.Andrei Karas3-0/+10
2014-11-29map: send monster info packet.Andrei Karas5-2/+35
2014-11-29Add script commands to sit and stand player.Andrei Karas3-0/+64
2014-11-29Set default npc gender to 3 (no gender).Andrei Karas6-6/+52
2014-11-28Add script function setnpcsex.Andrei Karas3-0/+40
2014-11-28Set default map mask to 1.Andrei Karas1-1/+1
2014-11-28fix errror with parsing map flags.Andrei Karas1-1/+1
2014-11-28Add empty extension object to npc.Andrei Karas3-0/+59
2014-11-28Move data files into data directory.Andrei Karas10-10/+10
2014-11-28Move struct files into struct directory.Andrei Karas10-10/+10
2014-11-28Add script command "getnpcclass".Andrei Karas3-0/+30
2014-11-28Send map mask to clients.Andrei Karas6-1/+74
2014-11-28Add map flag "mask".Andrei Karas1-0/+7