summaryrefslogtreecommitdiff
path: root/src/map/send.h
AgeCommit message (Collapse)AuthorFilesLines
2014-11-30Add script command for change npc dialog title.Andrei Karas1-0/+1
New script command: setnpcdialogtitle newtitle
2014-11-30Add script command for change music.Andrei Karas1-0/+1
New script command: changemusic mapname, music
2014-11-30map: send full moving path to client.Andrei Karas1-0/+1
Also fix memory issue in string translation.
2014-11-29map: send monster info packet.Andrei Karas1-0/+1
For now include monster attack range.
2014-11-28Send map mask to clients.Andrei Karas1-0/+2
2014-11-23map: show most slots to other players on warp or enter visible area.Andrei Karas1-0/+1
2014-11-15Impliment script function npctalk3.Andrei Karas1-0/+1
2014-11-15map: add functions to send npc command.Andrei Karas1-0/+10