summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-07Remove script functions setpcsit/getpcsit.Andrei Karas3-63/+0
This functions duplicate upstream functions sit, stand, issit.
2014-12-07Remove script command getnpcdir because going to upstream.Andrei Karas3-30/+0
setnpcdir left for more optimal way to set npc direction.
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
Now it in upstream.
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-12-01char: init missing interface.Andrei Karas1-0/+2
2014-11-30char: add init default map.Andrei Karas6-12/+21
2014-11-30add map flag what prevent from attacking mobs.Andrei Karas6-0/+35
New map flag: nopve
2014-11-30Add script command for change npc dialog title.Andrei Karas5-0/+33
New script command: setnpcdialogtitle newtitle
2014-11-30Add script command for change music.Andrei Karas6-1/+34
New script command: changemusic mapname, music
2014-11-30map: send full moving path to client.Andrei Karas5-5/+55
Also fix memory issue in string translation.
2014-11-30login: Fix possible overflow issue.Andrei Karas1-3/+3
2014-11-29Add script command for request multiply items from client to npc.Andrei Karas3-1/+56
New script command: requestItems .@var$ [,count]
2014-11-29Add script function for request item from player to npc.Andrei Karas3-0/+51
New script command: requestitem .@var
2014-11-29add script command for clear npc window.Andrei Karas3-0/+8
New script command: clear
2014-11-29Add script command for control npc avatar.Andrei Karas3-0/+35
New script commands: showavatar [id] - show or hide avatar. setavatardir - set avatar direction. setavataraction - set avatar action.
2014-11-29Add script command to set distance to npc where clicks/selection can work.Andrei Karas3-0/+18
New script command: setnpcdistance N
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
New script command: movecam x,y
2014-11-29Add script command for move camera to absolute pixel position.Andrei Karas3-0/+10
New script command: setcam x,y
2014-11-29Improve inter server ip limit checks. Also move this check into common.Andrei Karas5-4/+44
2014-11-29char: add ability to filter inter servers connections by ipAndrei Karas6-3/+100
New config option: inter_server_ip Example: inter_server_ip 127.0.0.1,127.0.0.2
2014-11-29login: add ability to filter inter servers connections by ipAndrei Karas5-0/+34
New config option: inter_server_ip Example: inter_server_ip 127.0.0.1,127.0.0.2
2014-11-29map: send monster info packet.Andrei Karas5-2/+35
For now include monster attack range.
2014-11-29Add script commands to sit and stand player.Andrei Karas3-0/+64
New commands: setpcsit [name,] [0|1] - depend on second parameter set player sit or stand. getpcsit([name]) - return current sit flag.
2014-11-29Set default npc gender to 3 (no gender).Andrei Karas7-6/+55
2014-11-28Change server version to 3.Andrei Karas1-1/+1
2014-11-28Add script function setnpcsex.Andrei Karas3-0/+40
New function: setnpcsex [names,] sex
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 Karas4-0/+61
2014-11-28Move data files into data directory.Andrei Karas11-14/+14
2014-11-28Move struct files into struct directory.Andrei Karas11-12/+12
2014-11-28Add script command "getnpcclass".Andrei Karas3-0/+30
Format: getnpcclass ([NAME])
2014-11-28Send map mask to clients.Andrei Karas6-1/+74
2014-11-28Add map flag "mask".Andrei Karas1-0/+7
New map flag: mask NUM where NUM is new flag value.
2014-11-28add map mask and script functions for manipulate with it.Andrei Karas6-2/+90
New script functions: setmapmask - set new map mask. addmapmask - add new map mask to current mask. removemapmask - remove new mask from current mask. getmapmask - return current map mask.
2014-11-27add missing option to configure.ac.Andrei Karas1-0/+1
2014-11-27Impliment invisible map flag.Andrei Karas6-1/+107
2014-11-27add map flag "invisible". For now unused.Andrei Karas4-0/+29
2014-11-26fix compilation warnings.Andrei Karas6-13/+13
2014-11-26remove files for dummy script functions.Andrei Karas4-54/+0
2014-11-26Replace script function misceffect2 to misceffect.Andrei Karas3-2/+32
2014-11-26fix memory leaks on exit.Andrei Karas1-1/+2
2014-11-26Remove deprecated script functions.Andrei Karas3-27/+0
2014-11-26map: set default map.Andrei Karas1-0/+4
2014-11-23Partially impliment script command countitemcolor.Andrei Karas3-1/+42
2014-11-23Impliment rif script command.Andrei Karas3-1/+29