Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-07 | Remove script functions setpcsit/getpcsit. | Andrei Karas | 3 | -63/+0 | |
This functions duplicate upstream functions sit, stand, issit. | |||||
2014-12-07 | Remove script command getnpcdir because going to upstream. | Andrei Karas | 3 | -30/+0 | |
setnpcdir left for more optimal way to set npc direction. | |||||
2014-12-07 | Remove npc distance checks because it going to upstream. | Andrei Karas | 3 | -25/+0 | |
2014-12-04 | Remove script command setnpcdistance and area distance variable. | Andrei Karas | 6 | -45/+2 | |
Now it in upstream. | |||||
2014-12-03 | map: add part channel packet. | Andrei Karas | 3 | -2/+45 | |
2014-12-03 | map: add join channel packets. | Andrei Karas | 5 | -8/+82 | |
2014-12-02 | map: dont send additional byte in npc names | Andrei Karas | 1 | -1/+1 | |
2014-11-30 | char: add init default map. | Andrei Karas | 1 | -4/+2 | |
2014-11-30 | add map flag what prevent from attacking mobs. | Andrei Karas | 6 | -0/+35 | |
New map flag: nopve | |||||
2014-11-30 | Add script command for change npc dialog title. | Andrei Karas | 5 | -0/+33 | |
New script command: setnpcdialogtitle newtitle | |||||
2014-11-30 | Add script command for change music. | Andrei Karas | 6 | -1/+34 | |
New script command: changemusic mapname, music | |||||
2014-11-30 | map: send full moving path to client. | Andrei Karas | 5 | -5/+55 | |
Also fix memory issue in string translation. | |||||
2014-11-29 | Add script command for request multiply items from client to npc. | Andrei Karas | 3 | -1/+56 | |
New script command: requestItems .@var$ [,count] | |||||
2014-11-29 | Add script function for request item from player to npc. | Andrei Karas | 3 | -0/+51 | |
New script command: requestitem .@var | |||||
2014-11-29 | add script command for clear npc window. | Andrei Karas | 3 | -0/+8 | |
New script command: clear | |||||
2014-11-29 | Add script command for control npc avatar. | Andrei Karas | 3 | -0/+35 | |
New script commands: showavatar [id] - show or hide avatar. setavatardir - set avatar direction. setavataraction - set avatar action. | |||||
2014-11-29 | Add script command to set distance to npc where clicks/selection can work. | Andrei Karas | 3 | -0/+18 | |
New script command: setnpcdistance N | |||||
2014-11-29 | Add checking for npc activate distance. | Andrei Karas | 3 | -3/+24 | |
2014-11-29 | Add script command for move camera to relative pixel position. | Andrei Karas | 3 | -0/+10 | |
New script command: movecam x,y | |||||
2014-11-29 | Add script command for move camera to absolute pixel position. | Andrei Karas | 3 | -0/+10 | |
New script command: setcam x,y | |||||
2014-11-29 | map: send monster info packet. | Andrei Karas | 5 | -2/+35 | |
For now include monster attack range. | |||||
2014-11-29 | Add script commands to sit and stand player. | Andrei Karas | 3 | -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-29 | Set default npc gender to 3 (no gender). | Andrei Karas | 6 | -6/+52 | |
2014-11-28 | Add script function setnpcsex. | Andrei Karas | 3 | -0/+40 | |
New function: setnpcsex [names,] sex | |||||
2014-11-28 | Set default map mask to 1. | Andrei Karas | 1 | -1/+1 | |
2014-11-28 | fix errror with parsing map flags. | Andrei Karas | 1 | -1/+1 | |
2014-11-28 | Add empty extension object to npc. | Andrei Karas | 3 | -0/+59 | |
2014-11-28 | Move data files into data directory. | Andrei Karas | 10 | -10/+10 | |
2014-11-28 | Move struct files into struct directory. | Andrei Karas | 10 | -10/+10 | |
2014-11-28 | Add script command "getnpcclass". | Andrei Karas | 3 | -0/+30 | |
Format: getnpcclass ([NAME]) | |||||
2014-11-28 | Send map mask to clients. | Andrei Karas | 6 | -1/+74 | |
2014-11-28 | Add map flag "mask". | Andrei Karas | 1 | -0/+7 | |
New map flag: mask NUM where NUM is new flag value. | |||||
2014-11-28 | add map mask and script functions for manipulate with it. | Andrei Karas | 6 | -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-27 | Impliment invisible map flag. | Andrei Karas | 6 | -1/+107 | |
2014-11-27 | add map flag "invisible". For now unused. | Andrei Karas | 3 | -0/+26 | |
2014-11-26 | fix compilation warnings. | Andrei Karas | 4 | -7/+5 | |
2014-11-26 | remove files for dummy script functions. | Andrei Karas | 3 | -52/+0 | |
2014-11-26 | Replace script function misceffect2 to misceffect. | Andrei Karas | 3 | -2/+32 | |
2014-11-26 | fix memory leaks on exit. | Andrei Karas | 1 | -1/+2 | |
2014-11-26 | Remove deprecated script functions. | Andrei Karas | 3 | -27/+0 | |
2014-11-26 | map: set default map. | Andrei Karas | 1 | -0/+4 | |
2014-11-23 | Partially impliment script command countitemcolor. | Andrei Karas | 3 | -1/+42 | |
2014-11-23 | Impliment rif script command. | Andrei Karas | 3 | -1/+29 | |
2014-11-23 | Impliment script command setnpcdir. | Andrei Karas | 3 | -1/+34 | |
2014-11-23 | Impliment script command getnpcdir. | Andrei Karas | 3 | -1/+30 | |
2014-11-23 | map: send player own extended slots equipped items. | Andrei Karas | 4 | -2/+13 | |
Also add support for sending armor slot. | |||||
2014-11-23 | map: show most slots to other players on warp or enter visible area. | Andrei Karas | 5 | -0/+57 | |
2014-11-22 | map: show most slots on item equip/unequip. | Andrei Karas | 3 | -0/+82 | |
2014-11-21 | map: add missing include in script.c. | Andrei Karas | 1 | -0/+1 | |
2014-11-21 | Impliment lg script function. | Andrei Karas | 3 | -0/+8 | |